2025-06-05T23:15:47.1518111Z Current runner version: '2.325.0' 2025-06-05T23:15:47.1524388Z Runner name: 'i-0b9064be601c4ff4d' 2025-06-05T23:15:47.1525649Z Machine name: 'ip-10-0-47-251' 2025-06-05T23:15:47.1528544Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:15:47.1530808Z Contents: read 2025-06-05T23:15:47.1531486Z Metadata: read 2025-06-05T23:15:47.1532069Z ##[endgroup] 2025-06-05T23:15:47.1534891Z Secret source: Actions 2025-06-05T23:15:47.1535717Z Prepare workflow directory 2025-06-05T23:15:47.2095368Z Prepare all required actions 2025-06-05T23:15:47.2138159Z Getting action download info 2025-06-05T23:15:47.4309640Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:15:47.6596601Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:15:59.5593523Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:15:59.8719681Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:15:59.9698431Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:16:00.3452595Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:16:00.5709268Z Getting action download info 2025-06-05T23:16:00.6746340Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:16:11.0554077Z Complete job name: unittest-arm-backend-with-no-fvp (test_pytest_models) / linux-job 2025-06-05T23:16:11.1087212Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:16:11.1192178Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:16:11.1201092Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:11.1201712Z ##[endgroup] 2025-06-05T23:16:12.5380084Z Runner Type: linux.2xlarge 2025-06-05T23:16:12.5380714Z Instance Type: c5.2xlarge 2025-06-05T23:16:12.5381321Z AMI Name: unknown 2025-06-05T23:16:12.5407044Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:16:18.1648758Z ##[group]Run set -euxo pipefail 2025-06-05T23:16:18.1649171Z set -euxo pipefail 2025-06-05T23:16:18.1649474Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:16:18.1649847Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:16:18.1650230Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:16:18.1650527Z else 2025-06-05T23:16:18.1650792Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:16:18.1651156Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:16:18.1651436Z fi 2025-06-05T23:16:18.1651658Z  2025-06-05T23:16:18.1651872Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:16:18.1652203Z echo "::endgroup::" 2025-06-05T23:16:18.1661251Z shell: /usr/bin/bash -e {0} 2025-06-05T23:16:18.1661544Z env: 2025-06-05T23:16:18.1661814Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:18.1662210Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.1662540Z PR_NUMBER: 2025-06-05T23:16:18.1664116Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:18.1665775Z NO_SUDO: false 2025-06-05T23:16:18.1665999Z ##[endgroup] 2025-06-05T23:16:18.1693245Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:16:18.1703681Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:16:18.1704193Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:16:18.1710881Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:16:18.2898069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:16:18.2915722Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:16:18.2926810Z + echo ::endgroup:: 2025-06-05T23:16:18.2927674Z ##[endgroup] 2025-06-05T23:16:18.3031060Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:16:18.3031522Z with: 2025-06-05T23:16:18.3031751Z repository: pytorch/test-infra 2025-06-05T23:16:18.3032041Z path: test-infra 2025-06-05T23:16:18.3032266Z submodules: recursive 2025-06-05T23:16:18.3032863Z token: *** 2025-06-05T23:16:18.3033134Z ssh-strict: true 2025-06-05T23:16:18.3033427Z ssh-user: git 2025-06-05T23:16:18.3033742Z persist-credentials: true 2025-06-05T23:16:18.3034096Z clean: true 2025-06-05T23:16:18.3034404Z sparse-checkout-cone-mode: true 2025-06-05T23:16:18.3034782Z fetch-depth: 1 2025-06-05T23:16:18.3035073Z fetch-tags: false 2025-06-05T23:16:18.3035424Z show-progress: true 2025-06-05T23:16:18.3035761Z lfs: false 2025-06-05T23:16:18.3036040Z set-safe-directory: true 2025-06-05T23:16:18.3036386Z env: 2025-06-05T23:16:18.3036724Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:18.3037187Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.3037610Z PR_NUMBER: 2025-06-05T23:16:18.3040101Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:18.3042400Z ##[endgroup] 2025-06-05T23:16:18.4207607Z Syncing repository: pytorch/test-infra 2025-06-05T23:16:18.4208792Z ##[group]Getting Git version info 2025-06-05T23:16:18.4209695Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:16:18.4210976Z [command]/usr/bin/git version 2025-06-05T23:16:18.4211427Z git version 2.47.1 2025-06-05T23:16:18.4224146Z ##[endgroup] 2025-06-05T23:16:18.4239350Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/dd163eea-aada-4a4e-9d40-c2fa13841dac' before making global git config changes 2025-06-05T23:16:18.4241167Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:18.4247765Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:18.4277740Z ##[group]Initializing the repository 2025-06-05T23:16:18.4283148Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:18.4311491Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:16:18.4312557Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:16:18.4313540Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:16:18.4314231Z hint: 2025-06-05T23:16:18.4314731Z hint: git config --global init.defaultBranch 2025-06-05T23:16:18.4315326Z hint: 2025-06-05T23:16:18.4315925Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:16:18.4316882Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:16:18.4317598Z hint: 2025-06-05T23:16:18.4317970Z hint: git branch -m 2025-06-05T23:16:18.4318932Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:16:18.4324033Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:16:18.4349140Z ##[endgroup] 2025-06-05T23:16:18.4349899Z ##[group]Disabling automatic garbage collection 2025-06-05T23:16:18.4354491Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:16:18.4377748Z ##[endgroup] 2025-06-05T23:16:18.4378428Z ##[group]Setting up auth 2025-06-05T23:16:18.4384644Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:18.4410245Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:16:18.4678840Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:18.4704869Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:16:18.4959216Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:18.4994107Z ##[endgroup] 2025-06-05T23:16:18.4994538Z ##[group]Determining the default branch 2025-06-05T23:16:18.4997254Z Retrieving the default branch name 2025-06-05T23:16:18.7422370Z Default branch 'main' 2025-06-05T23:16:18.7423063Z ##[endgroup] 2025-06-05T23:16:18.7423472Z ##[group]Fetching the repository 2025-06-05T23:16:18.7430952Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-06-05T23:16:19.0898237Z From https://github.com/pytorch/test-infra 2025-06-05T23:16:19.0898701Z * [new branch] main -> origin/main 2025-06-05T23:16:19.0919530Z ##[endgroup] 2025-06-05T23:16:19.0919945Z ##[group]Determining the checkout info 2025-06-05T23:16:19.0921017Z ##[endgroup] 2025-06-05T23:16:19.0925113Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:16:19.0956761Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:16:19.0980570Z ##[group]Checking out the ref 2025-06-05T23:16:19.0983638Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:16:19.1827297Z Switched to a new branch 'main' 2025-06-05T23:16:19.1827925Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:16:19.1835371Z ##[endgroup] 2025-06-05T23:16:19.1835833Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:16:19.1841107Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:19.1880004Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:16:19.1908284Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:16:19.1936627Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:16:19.1961022Z ##[endgroup] 2025-06-05T23:16:19.1961412Z ##[group]Fetching submodules 2025-06-05T23:16:19.1965058Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:16:19.2222996Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:16:19.2475475Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:16:19.2725223Z ##[endgroup] 2025-06-05T23:16:19.2725787Z ##[group]Persisting credentials for submodules 2025-06-05T23:16:19.2730885Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:16:19.2988286Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:16:19.3243050Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:16:19.3498933Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:16:19.3746544Z ##[endgroup] 2025-06-05T23:16:19.3780908Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:16:19.3801030Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:16:19.3971322Z Prepare all required actions 2025-06-05T23:16:19.3971834Z Getting action download info 2025-06-05T23:16:19.5022987Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:16:20.5457193Z Getting action download info 2025-06-05T23:16:20.6423830Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:16:20.7786670Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:16:20.7787030Z env: 2025-06-05T23:16:20.7787277Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:20.7787629Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:20.7787892Z PR_NUMBER: 2025-06-05T23:16:20.7789488Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:20.7791077Z ##[endgroup] 2025-06-05T23:16:20.7873801Z ##[group]Run set -euo pipefail 2025-06-05T23:16:20.7874147Z set -euo pipefail 2025-06-05T23:16:20.7874430Z function get_ec2_metadata() { 2025-06-05T23:16:20.7874784Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:16:20.7875432Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:16:20.7875973Z  category=$1 2025-06-05T23:16:20.7876842Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-06-05T23:16:20.7877733Z } 2025-06-05T23:16:20.7877988Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:16:20.7878397Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:16:20.7878846Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:16:20.7879245Z echo "system info $(uname -a)" 2025-06-05T23:16:20.7884974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:20.7885341Z env: 2025-06-05T23:16:20.7885669Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:20.7886031Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:20.7886296Z PR_NUMBER: 2025-06-05T23:16:20.7887840Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:20.7889443Z ##[endgroup] 2025-06-05T23:16:20.8016933Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:16:20.8107432Z instance-id: i-0b9064be601c4ff4d 2025-06-05T23:16:20.8194814Z instance-type: c5.2xlarge 2025-06-05T23:16:20.8205347Z system info Linux ip-10-0-47-251.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:16:20.8238192Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:20.8239256Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:20.8245945Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:20.8246316Z env: 2025-06-05T23:16:20.8246562Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:20.8247054Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:20.8247322Z PR_NUMBER: 2025-06-05T23:16:20.8248855Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:20.8250469Z ##[endgroup] 2025-06-05T23:16:20.8319729Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:16:20.8320168Z if systemctl is-active --quiet docker; then 2025-06-05T23:16:20.8320529Z  echo "Docker daemon is running..."; 2025-06-05T23:16:20.8320842Z else 2025-06-05T23:16:20.8321168Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:16:20.8321576Z fi 2025-06-05T23:16:20.8327089Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:20.8327459Z env: 2025-06-05T23:16:20.8327711Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:20.8328048Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:20.8328323Z PR_NUMBER: 2025-06-05T23:16:20.8329848Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:20.8331466Z ##[endgroup] 2025-06-05T23:16:20.8404205Z Docker daemon is running... 2025-06-05T23:16:20.8429215Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:16:20.8429860Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:16:20.8430364Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:16:20.8430955Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:16:20.8431671Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:16:20.8437103Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:20.8437498Z env: 2025-06-05T23:16:20.8437739Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:20.8438091Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:20.8438356Z PR_NUMBER: 2025-06-05T23:16:20.8439898Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:20.8441544Z AWS_RETRY_MODE: standard 2025-06-05T23:16:20.8441888Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:16:20.8442128Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:16:20.8442399Z ##[endgroup] 2025-06-05T23:16:21.9120370Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:21.9121014Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:21.9122385Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:21.9122770Z 2025-06-05T23:16:21.9122866Z Login Succeeded 2025-06-05T23:16:21.9160838Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:21.9161431Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:21.9162073Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:21.9168178Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:21.9168534Z env: 2025-06-05T23:16:21.9168789Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:21.9169123Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:21.9169395Z PR_NUMBER: 2025-06-05T23:16:21.9170931Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:21.9172536Z ##[endgroup] 2025-06-05T23:16:21.9254682Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:16:21.9255162Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:16:21.9255576Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:16:21.9255913Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:16:21.9256347Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:21.9256751Z  2025-06-05T23:16:21.9257044Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:16:21.9257446Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:16:21.9257807Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:16:21.9258289Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:21.9258720Z  2025-06-05T23:16:21.9258951Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:16:21.9259273Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:16:21.9259589Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:16:21.9259968Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:21.9265645Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:21.9266002Z env: 2025-06-05T23:16:21.9266254Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:21.9266604Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:21.9266867Z PR_NUMBER: 2025-06-05T23:16:21.9268408Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:21.9270023Z ##[endgroup] 2025-06-05T23:16:22.3582334Z ##[group]Run needs=0 2025-06-05T23:16:22.3582618Z needs=0 2025-06-05T23:16:22.3582969Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:16:22.3583391Z  needs=1 2025-06-05T23:16:22.3583618Z fi 2025-06-05T23:16:22.3583864Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:16:22.3589521Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:22.3589891Z env: 2025-06-05T23:16:22.3590131Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:22.3590485Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.3590758Z PR_NUMBER: 2025-06-05T23:16:22.3592282Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:22.3594197Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.3594877Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.3595402Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.3595782Z ##[endgroup] 2025-06-05T23:16:22.3850927Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:16:22.3851503Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:16:22.3851908Z # shellcheck disable=SC2046 2025-06-05T23:16:22.3852237Z docker stop $(docker ps -q) || true 2025-06-05T23:16:22.3852592Z # Prune all of the docker images 2025-06-05T23:16:22.3852894Z docker system prune -af 2025-06-05T23:16:22.3858656Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:22.3859012Z env: 2025-06-05T23:16:22.3859269Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:22.3859605Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.3859882Z PR_NUMBER: 2025-06-05T23:16:22.3861415Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:22.3863161Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.3863743Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.3864264Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.3864642Z ##[endgroup] 2025-06-05T23:16:22.4099424Z "docker stop" requires at least 1 argument. 2025-06-05T23:16:22.4099831Z See 'docker stop --help'. 2025-06-05T23:16:22.4100001Z 2025-06-05T23:16:22.4100169Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:16:22.4100459Z 2025-06-05T23:16:22.4100589Z Stop one or more running containers 2025-06-05T23:16:22.4252739Z Total reclaimed space: 0B 2025-06-05T23:16:22.4321404Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:16:22.4321775Z with: 2025-06-05T23:16:22.4322463Z github-secret: *** 2025-06-05T23:16:22.4323131Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:16:22.4323886Z activate-with-label: false 2025-06-05T23:16:22.4324140Z label: with-ssh 2025-06-05T23:16:22.4324379Z remove-existing-keys: true 2025-06-05T23:16:22.4324631Z fail-silently: true 2025-06-05T23:16:22.4324854Z env: 2025-06-05T23:16:22.4325082Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:22.4325427Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.4325793Z PR_NUMBER: 2025-06-05T23:16:22.4327359Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:22.4329092Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.4329659Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.4330358Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.4330723Z ##[endgroup] 2025-06-05T23:16:22.5417300Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:16:22.5419228Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:16:22.5537966Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:16:22.5538399Z with: 2025-06-05T23:16:22.5538611Z repository: pytorch/executorch 2025-06-05T23:16:22.5538924Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:22.5539242Z path: pytorch/executorch 2025-06-05T23:16:22.5539502Z fetch-depth: 1 2025-06-05T23:16:22.5539715Z submodules: recursive 2025-06-05T23:16:22.5540107Z token: *** 2025-06-05T23:16:22.5540326Z ssh-strict: true 2025-06-05T23:16:22.5540532Z ssh-user: git 2025-06-05T23:16:22.5540780Z persist-credentials: true 2025-06-05T23:16:22.5541029Z clean: true 2025-06-05T23:16:22.5541262Z sparse-checkout-cone-mode: true 2025-06-05T23:16:22.5541536Z fetch-tags: false 2025-06-05T23:16:22.5541764Z show-progress: true 2025-06-05T23:16:22.5541980Z lfs: false 2025-06-05T23:16:22.5542195Z set-safe-directory: true 2025-06-05T23:16:22.5542427Z env: 2025-06-05T23:16:22.5542718Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:22.5543051Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:22.5543598Z PR_NUMBER: 2025-06-05T23:16:22.5545148Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:22.5546879Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:22.5547451Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:22.5547979Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:22.5548359Z ##[endgroup] 2025-06-05T23:16:22.6501911Z Syncing repository: pytorch/executorch 2025-06-05T23:16:22.6510187Z ##[group]Getting Git version info 2025-06-05T23:16:22.6510743Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:16:22.6536407Z [command]/usr/bin/git version 2025-06-05T23:16:22.6570423Z git version 2.47.1 2025-06-05T23:16:22.6593851Z ##[endgroup] 2025-06-05T23:16:22.6605618Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/316861c3-07c8-4bf8-804e-ded1cac7d1f7' before making global git config changes 2025-06-05T23:16:22.6606538Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:22.6610705Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:16:22.6638009Z ##[group]Initializing the repository 2025-06-05T23:16:22.6642351Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:16:22.6671036Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:16:22.6671714Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:16:22.6672619Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:16:22.6673032Z hint: 2025-06-05T23:16:22.6673302Z hint: git config --global init.defaultBranch 2025-06-05T23:16:22.6673642Z hint: 2025-06-05T23:16:22.6673952Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:16:22.6674508Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:16:22.6675190Z hint: 2025-06-05T23:16:22.6675552Z hint: git branch -m 2025-06-05T23:16:22.6676355Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:16:22.6679813Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:16:22.6703639Z ##[endgroup] 2025-06-05T23:16:22.6704252Z ##[group]Disabling automatic garbage collection 2025-06-05T23:16:22.6707396Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:16:22.6730226Z ##[endgroup] 2025-06-05T23:16:22.6730608Z ##[group]Setting up auth 2025-06-05T23:16:22.6735589Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:22.6758756Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:16:22.7006891Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:22.7032221Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:16:22.7285745Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:22.7322960Z ##[endgroup] 2025-06-05T23:16:22.7323359Z ##[group]Fetching the repository 2025-06-05T23:16:22.7330414Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:24.1878013Z From https://github.com/pytorch/executorch 2025-06-05T23:16:24.1878540Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:16:24.1905971Z ##[endgroup] 2025-06-05T23:16:24.1906437Z ##[group]Determining the checkout info 2025-06-05T23:16:24.1908528Z ##[endgroup] 2025-06-05T23:16:24.1913132Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:16:24.1943349Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:16:24.1965703Z ##[group]Checking out the ref 2025-06-05T23:16:24.1969196Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:24.6917078Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:16:24.6917416Z 2025-06-05T23:16:24.6917640Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:16:24.6918182Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:16:24.6918721Z state without impacting any branches by switching back to a branch. 2025-06-05T23:16:24.6919034Z 2025-06-05T23:16:24.6919232Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:16:24.6919730Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:16:24.6920027Z 2025-06-05T23:16:24.6920148Z git switch -c 2025-06-05T23:16:24.6920348Z 2025-06-05T23:16:24.6920452Z Or undo this operation with: 2025-06-05T23:16:24.6920623Z 2025-06-05T23:16:24.6920721Z git switch - 2025-06-05T23:16:24.6920847Z 2025-06-05T23:16:24.6921084Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:16:24.6921432Z 2025-06-05T23:16:24.6921687Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:16:24.6943568Z ##[endgroup] 2025-06-05T23:16:24.6943975Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:16:24.6949338Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:24.6985784Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:16:24.7008130Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:16:24.7031881Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:16:24.7051405Z ##[endgroup] 2025-06-05T23:16:24.7051865Z ##[group]Fetching submodules 2025-06-05T23:16:24.7056070Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:16:24.7310039Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:16:24.7558039Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:24.7561405Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:24.7564032Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:16:24.7566726Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:24.7570035Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:24.7573037Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:16:24.7576645Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:24.7580806Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:24.7585013Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:24.7589333Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:24.7593785Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:24.7597992Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:16:24.7602595Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:24.7606823Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:16:24.7611217Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:16:24.7616673Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:16:24.7623390Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:16:24.7628251Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:16:24.7633247Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:16:24.7638205Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:16:24.7643570Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:16:24.7649274Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:16:24.7654594Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:16:24.7660055Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:16:24.7686850Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:16:25.5670318Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:16:26.2715829Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:16:26.5078292Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:16:26.9172523Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:16:27.1965620Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:16:27.4513766Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:16:27.6506108Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:16:27.8488155Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:16:28.5537435Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:16:28.9751462Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:16:29.1997208Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:16:29.5152699Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:16:30.1969416Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:16:30.4779277Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:16:30.8971581Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:16:31.2535458Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:16:31.4789471Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:16:31.7134328Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:16:32.0090933Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:16:32.2283286Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:16:32.6272144Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:16:32.8588762Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:16:33.2594256Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:16:34.7598675Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:16:34.7599618Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:16:34.7706969Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:16:36.1196636Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:16:36.1197435Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:16:36.1303972Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:16:36.1318599Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:36.1344241Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:16:37.2139616Z From https://github.com/google/flatbuffers 2025-06-05T23:16:37.2140126Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:16:37.3162025Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:16:37.9125394Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:16:37.9125968Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:16:37.9201791Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:16:38.6565913Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:16:38.6566614Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:16:38.7069795Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:16:39.3972689Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:16:39.3973305Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:16:39.4286312Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:16:39.9630266Z From https://github.com/zeux/volk 2025-06-05T23:16:39.9630807Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:16:39.9699328Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:16:40.4065501Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:16:40.4066003Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:16:40.4147299Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:16:40.8585879Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:16:40.8586385Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:16:40.8637274Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:16:42.4032427Z From https://github.com/google/XNNPACK 2025-06-05T23:16:42.4032930Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:16:42.9875887Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:16:43.5429014Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:16:43.5429507Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:16:43.6247911Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:16:44.0960057Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:16:44.0960584Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:16:44.1037488Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:16:44.5738621Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:16:44.5739134Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:16:44.5982955Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:16:44.5998631Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:44.6000219Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:44.6002808Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:44.6005188Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:44.6008051Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:44.6033887Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:16:44.9042038Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:16:45.2836111Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:16:45.6217794Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:16:45.8991771Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:16:47.1957573Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:16:47.1958366Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:16:47.2912639Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:16:48.0520944Z From https://github.com/nlohmann/json 2025-06-05T23:16:48.0521448Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:16:48.1436715Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:16:48.7637986Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:16:48.7638481Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:16:48.8357574Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:16:48.8373788Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:48.8398934Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:16:49.5210215Z From https://github.com/zherczeg/sljit 2025-06-05T23:16:49.5210727Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:16:49.5409782Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:16:50.0157546Z From https://github.com/google/re2 2025-06-05T23:16:50.0158022Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:16:50.0320498Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:16:50.5558416Z From https://github.com/google/sentencepiece 2025-06-05T23:16:50.5558904Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:16:50.6847068Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:16:52.3226734Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:16:52.3227914Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:16:52.4452219Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:16:53.0007884Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:16:53.0008422Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:16:53.0246302Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:16:53.6790031Z From https://github.com/pytorch/ao 2025-06-05T23:16:53.6790586Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:16:53.7711961Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:16:53.7729307Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:53.7754989Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:16:55.5190452Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:16:55.5190977Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:16:56.0684952Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:16:56.8975729Z From https://github.com/google/flatbuffers 2025-06-05T23:16:56.8976238Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:16:56.9990850Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:16:57.6078507Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:16:57.6079013Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:16:57.6319731Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:16:58.1643474Z From https://github.com/gflags/gflags 2025-06-05T23:16:58.1644020Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:16:58.1728666Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:16:58.8212328Z From https://github.com/google/googletest 2025-06-05T23:16:58.8212822Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:16:58.8557929Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:16:59.2980432Z From https://github.com/leetal/ios-cmake 2025-06-05T23:16:59.2980908Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:16:59.3050046Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:16:59.9073965Z From https://github.com/nlohmann/json 2025-06-05T23:16:59.9074760Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:16:59.9980231Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:17:00.0103771Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:17:00.7121562Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:17:00.7122058Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:17:00.8476866Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:17:01.4888283Z From https://github.com/pybind/pybind11 2025-06-05T23:17:01.4888780Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:17:01.5167004Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:17:01.5201462Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:17:01.5462978Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:01.5500162Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:01.5538547Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:01.5580960Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:01.5618945Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:01.5658065Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:01.5696038Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:01.5734347Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:01.5774781Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:01.5813660Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:01.5867667Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:01.5907311Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:01.5946728Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:01.5986038Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:01.6026379Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:01.6065783Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:01.6103686Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:01.6144637Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:01.6182863Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:01.6222209Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:01.6262726Z Entering 'shim' 2025-06-05T23:17:01.6300430Z Entering 'third-party/ao' 2025-06-05T23:17:01.6343378Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:01.6392588Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:01.6434571Z Entering 'third-party/flatcc' 2025-06-05T23:17:01.6473110Z Entering 'third-party/gflags' 2025-06-05T23:17:01.6509816Z Entering 'third-party/googletest' 2025-06-05T23:17:01.6548700Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:01.6585163Z Entering 'third-party/json' 2025-06-05T23:17:01.6623572Z Entering 'third-party/pocketfft' 2025-06-05T23:17:01.6661303Z Entering 'third-party/prelude' 2025-06-05T23:17:01.6702438Z Entering 'third-party/pybind11' 2025-06-05T23:17:01.6748720Z ##[endgroup] 2025-06-05T23:17:01.6749145Z ##[group]Persisting credentials for submodules 2025-06-05T23:17:01.6755228Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:17:01.7006708Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:01.7056713Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:01.7105539Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:01.7160550Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:01.7209973Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:01.7260131Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:01.7310157Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:01.7360032Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:01.7409394Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:01.7458166Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:01.7522837Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:01.7573746Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:01.7624125Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:01.7673799Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:01.7725266Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:01.7779215Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:01.7828406Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:01.7879827Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:01.7929536Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:01.7982497Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:01.8034807Z Entering 'shim' 2025-06-05T23:17:01.8084497Z Entering 'third-party/ao' 2025-06-05T23:17:01.8134034Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:01.8194411Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:01.8247779Z Entering 'third-party/flatcc' 2025-06-05T23:17:01.8296670Z Entering 'third-party/gflags' 2025-06-05T23:17:01.8345717Z Entering 'third-party/googletest' 2025-06-05T23:17:01.8394506Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:01.8442642Z Entering 'third-party/json' 2025-06-05T23:17:01.8493919Z Entering 'third-party/pocketfft' 2025-06-05T23:17:01.8542087Z Entering 'third-party/prelude' 2025-06-05T23:17:01.8593932Z Entering 'third-party/pybind11' 2025-06-05T23:17:01.8656519Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:17:01.8907608Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:01.8954420Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:17:01.8968512Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:01.9015228Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:17:01.9028447Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:01.9076145Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:17:01.9094395Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:01.9140348Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:17:01.9154892Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:01.9200799Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:17:01.9215158Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:01.9262426Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:17:01.9276534Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:01.9322633Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:17:01.9336665Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:01.9383000Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:17:01.9396770Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:01.9442557Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:17:01.9457589Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:01.9504066Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:17:01.9533772Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:01.9582366Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:17:01.9597191Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:01.9643608Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:17:01.9657881Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:01.9704314Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:17:01.9718095Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:01.9765017Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:17:01.9780848Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:01.9826314Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:17:01.9841611Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:01.9888204Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:17:01.9901885Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:01.9949674Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:17:01.9965490Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:02.0011948Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:17:02.0026121Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:02.0072659Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:17:02.0088601Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:02.0136575Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:17:02.0153550Z Entering 'shim' 2025-06-05T23:17:02.0200756Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:17:02.0215884Z Entering 'third-party/ao' 2025-06-05T23:17:02.0262546Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:17:02.0277386Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:02.0326383Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:17:02.0352053Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:02.0399093Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:17:02.0416218Z Entering 'third-party/flatcc' 2025-06-05T23:17:02.0462450Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:17:02.0477039Z Entering 'third-party/gflags' 2025-06-05T23:17:02.0522890Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:17:02.0537116Z Entering 'third-party/googletest' 2025-06-05T23:17:02.0583518Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:17:02.0597768Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:02.0648011Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:17:02.0662411Z Entering 'third-party/json' 2025-06-05T23:17:02.0709767Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:17:02.0726656Z Entering 'third-party/pocketfft' 2025-06-05T23:17:02.0774828Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:17:02.0789721Z Entering 'third-party/prelude' 2025-06-05T23:17:02.0839866Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:17:02.0857892Z Entering 'third-party/pybind11' 2025-06-05T23:17:02.0904883Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:17:02.1369166Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:17:02.1629346Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:02.1666644Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:02.1704954Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:02.1748748Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:02.1786163Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:02.1823686Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:02.1861854Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:02.1900260Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:02.1937598Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:02.1975422Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:02.2030413Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:02.2070007Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:02.2108103Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:02.2145013Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:02.2185065Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:02.2224479Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:02.2262193Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:02.2303123Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:02.2340044Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:02.2379758Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:02.2419988Z Entering 'shim' 2025-06-05T23:17:02.2457156Z Entering 'third-party/ao' 2025-06-05T23:17:02.2494519Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:02.2542085Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:02.2582461Z Entering 'third-party/flatcc' 2025-06-05T23:17:02.2619772Z Entering 'third-party/gflags' 2025-06-05T23:17:02.2656327Z Entering 'third-party/googletest' 2025-06-05T23:17:02.2693234Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:02.2730104Z Entering 'third-party/json' 2025-06-05T23:17:02.2770160Z Entering 'third-party/pocketfft' 2025-06-05T23:17:02.2807351Z Entering 'third-party/prelude' 2025-06-05T23:17:02.2848389Z Entering 'third-party/pybind11' 2025-06-05T23:17:02.2900127Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:17:02.3151278Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:17:02.3189266Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:17:02.3227047Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:17:02.3270761Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:17:02.3308496Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:17:02.3346721Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:17:02.3384756Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:17:02.3422680Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:17:02.3461527Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:17:02.3498897Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:17:02.3552885Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:17:02.3590513Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:17:02.3627914Z Entering 'extension/llm/tokenizers' 2025-06-05T23:17:02.3665481Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:17:02.3704208Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:17:02.3743015Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:17:02.3780480Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:17:02.3821518Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:17:02.3860669Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:17:02.3900766Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:17:02.3943447Z Entering 'shim' 2025-06-05T23:17:02.3982324Z Entering 'third-party/ao' 2025-06-05T23:17:02.4020744Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:17:02.4068851Z Entering 'third-party/flatbuffers' 2025-06-05T23:17:02.4108820Z Entering 'third-party/flatcc' 2025-06-05T23:17:02.4146020Z Entering 'third-party/gflags' 2025-06-05T23:17:02.4183859Z Entering 'third-party/googletest' 2025-06-05T23:17:02.4220889Z Entering 'third-party/ios-cmake' 2025-06-05T23:17:02.4259306Z Entering 'third-party/json' 2025-06-05T23:17:02.4298268Z Entering 'third-party/pocketfft' 2025-06-05T23:17:02.4335373Z Entering 'third-party/prelude' 2025-06-05T23:17:02.4379026Z Entering 'third-party/pybind11' 2025-06-05T23:17:02.4424904Z ##[endgroup] 2025-06-05T23:17:02.4458018Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:17:02.4477314Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:17:02.4673150Z Prepare all required actions 2025-06-05T23:17:02.4673684Z Getting action download info 2025-06-05T23:17:02.5643433Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:17:02.7232222Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:17:02.7232609Z with: 2025-06-05T23:17:02.7232882Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:02.7233256Z docker-build-dir: .ci/docker 2025-06-05T23:17:02.7233538Z working-directory: pytorch/executorch 2025-06-05T23:17:02.7233861Z docker-build-script: ./build.sh 2025-06-05T23:17:02.7234232Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:02.7234623Z force-push: false 2025-06-05T23:17:02.7234835Z env: 2025-06-05T23:17:02.7235076Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:02.7235411Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:02.7235679Z PR_NUMBER: 2025-06-05T23:17:02.7237247Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:02.7239145Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:02.7239720Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:02.7240244Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:02.7240625Z ##[endgroup] 2025-06-05T23:17:02.7270026Z ##[group]Run set -ex 2025-06-05T23:17:02.7270356Z set -ex 2025-06-05T23:17:02.7270557Z  2025-06-05T23:17:02.7270957Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:17:02.7271605Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:17:02.7272141Z # job could then download the pre-built image as usual 2025-06-05T23:17:02.7272687Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:17:02.7273172Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7273606Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7273987Z  2025-06-05T23:17:02.7274325Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:17:02.7274750Z  exit 0 2025-06-05T23:17:02.7274956Z else 2025-06-05T23:17:02.7275208Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7275509Z fi 2025-06-05T23:17:02.7275712Z  2025-06-05T23:17:02.7276028Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:17:02.7276617Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:17:02.7277141Z  # use it as it is, but first let's extract the tag 2025-06-05T23:17:02.7277600Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:17:02.7278091Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7278549Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7278943Z else 2025-06-05T23:17:02.7279196Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:17:02.7279554Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:17:02.7279930Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:17:02.7280237Z  fi 2025-06-05T23:17:02.7280843Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:17:02.7281430Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7282054Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7282746Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7283151Z fi 2025-06-05T23:17:02.7288976Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:02.7289338Z env: 2025-06-05T23:17:02.7289594Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:02.7289932Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:02.7290204Z PR_NUMBER: 2025-06-05T23:17:02.7291759Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:02.7293588Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:02.7294162Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:02.7294688Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:02.7295077Z REPO_NAME: executorch 2025-06-05T23:17:02.7295375Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:02.7295718Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:17:02.7296000Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:17:02.7296357Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:02.7296745Z CUSTOM_TAG_PREFIX: 2025-06-05T23:17:02.7296968Z ##[endgroup] 2025-06-05T23:17:02.7323156Z + [[ ! -d .ci/docker ]] 2025-06-05T23:17:02.7323453Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:17:02.7323726Z + echo skip=false 2025-06-05T23:17:02.7324310Z + [[ executorch-ubuntu-22.04-arm-sdk == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-06-05T23:17:02.7324897Z + [[ executorch-ubuntu-22.04-arm-sdk == *:* ]] 2025-06-05T23:17:02.7327461Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:17:02.7342470Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:02.7344300Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:02.7345290Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:02.7346099Z + echo custom-tag-prefix= 2025-06-05T23:17:02.7380836Z ##[group]Run set +e 2025-06-05T23:17:02.7381161Z set +e 2025-06-05T23:17:02.7381382Z set -x 2025-06-05T23:17:02.7381581Z  2025-06-05T23:17:02.7381798Z login() { 2025-06-05T23:17:02.7382256Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:17:02.7382761Z } 2025-06-05T23:17:02.7382971Z  2025-06-05T23:17:02.7383156Z retry () { 2025-06-05T23:17:02.7383418Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:17:02.7383708Z } 2025-06-05T23:17:02.7383902Z  2025-06-05T23:17:02.7384111Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:17:02.7384401Z  2025-06-05T23:17:02.7384595Z START_TIME=$(date +%s) 2025-06-05T23:17:02.7384877Z # Wait up to 120 minutes 2025-06-05T23:17:02.7385223Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:17:02.7385683Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:17:02.7386159Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:17:02.7386635Z  exit 0 2025-06-05T23:17:02.7386861Z  fi 2025-06-05T23:17:02.7387053Z  2025-06-05T23:17:02.7387421Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:17:02.7388072Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:17:02.7388704Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:17:02.7389210Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:17:02.7389584Z  # It's a Docker build job, let's build the image 2025-06-05T23:17:02.7389918Z  break 2025-06-05T23:17:02.7390126Z  else 2025-06-05T23:17:02.7390453Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:17:02.7390853Z  sleep 300 2025-06-05T23:17:02.7391075Z  fi 2025-06-05T23:17:02.7391286Z done 2025-06-05T23:17:02.7391478Z  2025-06-05T23:17:02.7391816Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:17:02.7392359Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:17:02.7392945Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:17:02.7393385Z  # if we're on the base branch then use the parent commit 2025-06-05T23:17:02.7393763Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:17:02.7394069Z else 2025-06-05T23:17:02.7394367Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:17:02.7394831Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:17:02.7395167Z fi 2025-06-05T23:17:02.7395367Z  2025-06-05T23:17:02.7395576Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:17:02.7395935Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7396253Z  2025-06-05T23:17:02.7396693Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:17:02.7397231Z  exit 0 2025-06-05T23:17:02.7397441Z fi 2025-06-05T23:17:02.7397643Z  2025-06-05T23:17:02.7397923Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:17:02.7398589Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:17:02.7399166Z  exit 1 2025-06-05T23:17:02.7399408Z fi 2025-06-05T23:17:02.7399605Z  2025-06-05T23:17:02.7399958Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:17:02.7400588Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:17:02.7401171Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:17:02.7401837Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:17:02.7402580Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:17:02.7403022Z fi 2025-06-05T23:17:02.7403214Z  2025-06-05T23:17:02.7403460Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:17:02.7409061Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:02.7409446Z env: 2025-06-05T23:17:02.7410069Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:02.7410817Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:02.7411092Z PR_NUMBER: 2025-06-05T23:17:02.7412700Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:02.7414437Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:02.7415012Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:02.7415533Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:02.7415923Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:17:02.7416237Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:17:02.7416675Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:02.7417114Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:02.7417532Z DOCKER_PUSH: 2025-06-05T23:17:02.7417771Z ##[endgroup] 2025-06-05T23:17:02.7440237Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:02.7440888Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:02.7442891Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:17:02.7444329Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:03.2796217Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:03.2796892Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:03.2797670Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:03.2798242Z 2025-06-05T23:17:03.2798400Z Login Succeeded 2025-06-05T23:17:03.2811894Z ++ date +%s 2025-06-05T23:17:03.2820097Z + START_TIME=1749165423 2025-06-05T23:17:03.2823252Z ++ date +%s 2025-06-05T23:17:03.2831557Z + [[ 1749158223 -lt 1749165423 ]] 2025-06-05T23:17:03.2832414Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:03.4878708Z { 2025-06-05T23:17:03.4879146Z "schemaVersion": 2, 2025-06-05T23:17:03.4879778Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:17:03.4880304Z "config": { 2025-06-05T23:17:03.4880619Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:17:03.4881014Z "size": 15116, 2025-06-05T23:17:03.4881423Z "digest": "sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad" 2025-06-05T23:17:03.4881873Z }, 2025-06-05T23:17:03.4882062Z "layers": [ 2025-06-05T23:17:03.4882251Z { 2025-06-05T23:17:03.4882568Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4882966Z "size": 30438509, 2025-06-05T23:17:03.4883383Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:17:03.4883838Z }, 2025-06-05T23:17:03.4884041Z { 2025-06-05T23:17:03.4884357Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4884750Z "size": 631, 2025-06-05T23:17:03.4885152Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:17:03.4885690Z }, 2025-06-05T23:17:03.4885881Z { 2025-06-05T23:17:03.4886188Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4886595Z "size": 150104825, 2025-06-05T23:17:03.4886992Z "digest": "sha256:1c2419c026f994d51da561821c2d5405ab211b796da9af7d7a5e063a19f54604" 2025-06-05T23:17:03.4887451Z }, 2025-06-05T23:17:03.4887623Z { 2025-06-05T23:17:03.4887940Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4888343Z "size": 622, 2025-06-05T23:17:03.4888723Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:17:03.4889177Z }, 2025-06-05T23:17:03.4889349Z { 2025-06-05T23:17:03.4890781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4891207Z "size": 19308737, 2025-06-05T23:17:03.4891621Z "digest": "sha256:61b1f5baa53e67c1f9846169f854204a22c707b79cfabb83bdba63228a9b0144" 2025-06-05T23:17:03.4892079Z }, 2025-06-05T23:17:03.4892269Z { 2025-06-05T23:17:03.4892578Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4893216Z "size": 736, 2025-06-05T23:17:03.4893909Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:17:03.4894456Z }, 2025-06-05T23:17:03.4894638Z { 2025-06-05T23:17:03.4894939Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4895347Z "size": 131418050, 2025-06-05T23:17:03.4895737Z "digest": "sha256:9ea6f8733a037f03d99a397418e7897b20030ef55771767ca107f3c53ea4c5c8" 2025-06-05T23:17:03.4896191Z }, 2025-06-05T23:17:03.4896361Z { 2025-06-05T23:17:03.4896678Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4897133Z + exit 0 2025-06-05T23:17:03.4897332Z "size": 445, 2025-06-05T23:17:03.4897704Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:17:03.4898286Z }, 2025-06-05T23:17:03.4898459Z { 2025-06-05T23:17:03.4898778Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4899170Z "size": 102, 2025-06-05T23:17:03.4899568Z "digest": "sha256:08f9a627d97be81309ccf16cf39ed5beb24962447ad72a1615b0748e4173b204" 2025-06-05T23:17:03.4900025Z }, 2025-06-05T23:17:03.4900212Z { 2025-06-05T23:17:03.4900527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4900917Z "size": 636, 2025-06-05T23:17:03.4901310Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:17:03.4901757Z }, 2025-06-05T23:17:03.4901943Z { 2025-06-05T23:17:03.4902251Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4902660Z "size": 35165365, 2025-06-05T23:17:03.4903060Z "digest": "sha256:133eacd75ef58376aed6d2b550e0014a25704b03df5a04163e80b5401e528729" 2025-06-05T23:17:03.4903526Z }, 2025-06-05T23:17:03.4903703Z { 2025-06-05T23:17:03.4904025Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4904433Z "size": 318, 2025-06-05T23:17:03.4904815Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:17:03.4905280Z }, 2025-06-05T23:17:03.4905451Z { 2025-06-05T23:17:03.4905766Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4906160Z "size": 252129750, 2025-06-05T23:17:03.4906560Z "digest": "sha256:2011df2b1f9883df3798e22c2153a2695bd6c277473f3897f8df94438197af03" 2025-06-05T23:17:03.4907002Z }, 2025-06-05T23:17:03.4907184Z { 2025-06-05T23:17:03.4907495Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4907896Z "size": 475, 2025-06-05T23:17:03.4908303Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:17:03.4908760Z }, 2025-06-05T23:17:03.4908942Z { 2025-06-05T23:17:03.4909247Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4909650Z "size": 1042, 2025-06-05T23:17:03.4910032Z "digest": "sha256:4e6543e5b9d468a212c2149870e7fe630b7571d2c6e914bd5017a3433bf60bba" 2025-06-05T23:17:03.4910487Z }, 2025-06-05T23:17:03.4910653Z { 2025-06-05T23:17:03.4910971Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4911376Z "size": 613, 2025-06-05T23:17:03.4911777Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:17:03.4912257Z }, 2025-06-05T23:17:03.4912428Z { 2025-06-05T23:17:03.4912742Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4913139Z "size": 77567408, 2025-06-05T23:17:03.4913670Z "digest": "sha256:cee7e6ffb076665cc7f2ee4887d6bce36de2c6d11a1c295294982c8a1d54f548" 2025-06-05T23:17:03.4914140Z }, 2025-06-05T23:17:03.4914330Z { 2025-06-05T23:17:03.4914641Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4915060Z "size": 572, 2025-06-05T23:17:03.4915461Z "digest": "sha256:ca4242386be9499ce676f36a87df7885bade394639154148b03e58bf32f30b32" 2025-06-05T23:17:03.4915913Z }, 2025-06-05T23:17:03.4916099Z { 2025-06-05T23:17:03.4916401Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4916807Z "size": 208, 2025-06-05T23:17:03.4917192Z "digest": "sha256:bf607c5c40f127d26ebf09ca05963503e3ee1030088eb5515d1b4bf89386381f" 2025-06-05T23:17:03.4917657Z }, 2025-06-05T23:17:03.4917826Z { 2025-06-05T23:17:03.4918140Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4918545Z "size": 1190, 2025-06-05T23:17:03.4918939Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:17:03.4919406Z }, 2025-06-05T23:17:03.4919579Z { 2025-06-05T23:17:03.4919893Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4920384Z "size": 679, 2025-06-05T23:17:03.4920794Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:03.4921254Z }, 2025-06-05T23:17:03.4921447Z { 2025-06-05T23:17:03.4921751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4922161Z "size": 6857035734, 2025-06-05T23:17:03.4922591Z "digest": "sha256:638a44f2a35ef7ba7c528fd4cdcbbab8b894ee1ca0e56f7ad01b1a4e87b875b0" 2025-06-05T23:17:03.4923052Z }, 2025-06-05T23:17:03.4923238Z { 2025-06-05T23:17:03.4923542Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4923962Z "size": 1383, 2025-06-05T23:17:03.4924364Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:17:03.4924834Z }, 2025-06-05T23:17:03.4925019Z { 2025-06-05T23:17:03.4925322Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4925830Z "size": 679, 2025-06-05T23:17:03.4926231Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:03.4926705Z }, 2025-06-05T23:17:03.4926882Z { 2025-06-05T23:17:03.4927206Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4927598Z "size": 232890849, 2025-06-05T23:17:03.4928006Z "digest": "sha256:a863980141538027df18ea91d40f0f443f9327f0066980bb1e5e45919226f7ed" 2025-06-05T23:17:03.4928453Z }, 2025-06-05T23:17:03.4928645Z { 2025-06-05T23:17:03.4928969Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4929365Z "size": 827, 2025-06-05T23:17:03.4929775Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:17:03.4930246Z }, 2025-06-05T23:17:03.4930433Z { 2025-06-05T23:17:03.4930738Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4931144Z "size": 679, 2025-06-05T23:17:03.4931536Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:03.4932002Z }, 2025-06-05T23:17:03.4932170Z { 2025-06-05T23:17:03.4932478Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4932879Z "size": 185012180, 2025-06-05T23:17:03.4933287Z "digest": "sha256:7b93bf5911ad60a288a2fdad5c327a3aba6ab59696d572174b92cc0eaddf4924" 2025-06-05T23:17:03.4933752Z }, 2025-06-05T23:17:03.4933920Z { 2025-06-05T23:17:03.4934234Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4934622Z "size": 530, 2025-06-05T23:17:03.4935021Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:17:03.4935477Z }, 2025-06-05T23:17:03.4935771Z { 2025-06-05T23:17:03.4936092Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4936484Z "size": 679, 2025-06-05T23:17:03.4936886Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:17:03.4937345Z }, 2025-06-05T23:17:03.4937533Z { 2025-06-05T23:17:03.4937838Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4938249Z "size": 354, 2025-06-05T23:17:03.4938632Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:17:03.4939093Z }, 2025-06-05T23:17:03.4939260Z { 2025-06-05T23:17:03.4939570Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4939968Z "size": 32, 2025-06-05T23:17:03.4940354Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:17:03.4940821Z }, 2025-06-05T23:17:03.4940990Z { 2025-06-05T23:17:03.4941307Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4941698Z "size": 166, 2025-06-05T23:17:03.4942085Z "digest": "sha256:92e60f7b3962f803f07d1039c079dc07e38030ab45275eb4cea08d6825a51054" 2025-06-05T23:17:03.4942608Z }, 2025-06-05T23:17:03.4942793Z { 2025-06-05T23:17:03.4943316Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4943733Z "size": 1109, 2025-06-05T23:17:03.4944143Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:17:03.4944599Z }, 2025-06-05T23:17:03.4944787Z { 2025-06-05T23:17:03.4945088Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4945489Z "size": 32, 2025-06-05T23:17:03.4945873Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:17:03.4946337Z }, 2025-06-05T23:17:03.4946505Z { 2025-06-05T23:17:03.4946817Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:17:03.4947219Z "size": 108, 2025-06-05T23:17:03.4947609Z "digest": "sha256:1d5d95926a594c47acbd85e8c69aaa9a451df3ac8b228a859981dc1a7a9b3e06" 2025-06-05T23:17:03.4948074Z } 2025-06-05T23:17:03.4948252Z ] 2025-06-05T23:17:03.4948434Z } 2025-06-05T23:17:03.4984036Z ##[group]Run set -eux 2025-06-05T23:17:03.4984311Z set -eux 2025-06-05T23:17:03.4985166Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:17:03.4991603Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:03.4991973Z env: 2025-06-05T23:17:03.4992216Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:03.4992566Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:03.4992830Z PR_NUMBER: 2025-06-05T23:17:03.4994378Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:03.4996127Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:03.4996698Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:03.4997223Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:03.4997599Z ##[endgroup] 2025-06-05T23:17:03.5024054Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:17:03.5024957Z + jq --raw-output .SecretString 2025-06-05T23:17:03.5025594Z + jq -r .docker_hub_readonly_token 2025-06-05T23:17:03.5026654Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:17:04.0921364Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:04.0922401Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:04.0923148Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:04.0923568Z 2025-06-05T23:17:04.0923659Z Login Succeeded 2025-06-05T23:17:04.1002476Z Prepare all required actions 2025-06-05T23:17:04.1043527Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:17:04.1044039Z with: 2025-06-05T23:17:04.1061091Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:04.1062254Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:04.1062632Z env: 2025-06-05T23:17:04.1062873Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:04.1063219Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:04.1063477Z PR_NUMBER: 2025-06-05T23:17:04.1065061Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:04.1066969Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:04.1067530Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:04.1068063Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:04.1068429Z ##[endgroup] 2025-06-05T23:17:04.1120178Z ##[group]Run set -x 2025-06-05T23:17:04.1120441Z set -x 2025-06-05T23:17:04.1120661Z set +e 2025-06-05T23:17:04.1120877Z  2025-06-05T23:17:04.1121063Z login() { 2025-06-05T23:17:04.1121523Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:17:04.1122077Z } 2025-06-05T23:17:04.1122274Z  2025-06-05T23:17:04.1122476Z retry () { 2025-06-05T23:17:04.1122733Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:17:04.1123035Z } 2025-06-05T23:17:04.1123231Z  2025-06-05T23:17:04.1123439Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:17:04.1123732Z  2025-06-05T23:17:04.1124201Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:17:04.1124831Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:17:04.1125193Z  2025-06-05T23:17:04.1125378Z set -e 2025-06-05T23:17:04.1125787Z # ignore output since only exit code is used for conditional 2025-06-05T23:17:04.1126252Z # only pull docker image if it's not available locally 2025-06-05T23:17:04.1126777Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:17:04.1127265Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:17:04.1127567Z fi 2025-06-05T23:17:04.1133255Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:04.1133608Z env: 2025-06-05T23:17:04.1134248Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:04.1134977Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:04.1135250Z PR_NUMBER: 2025-06-05T23:17:04.1136786Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:04.1138503Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:04.1139088Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:04.1139800Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:04.1140265Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:04.1140643Z ##[endgroup] 2025-06-05T23:17:04.1163984Z + set +e 2025-06-05T23:17:04.1164564Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:04.1165000Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:04.1167616Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:17:04.1168984Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:04.6796379Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:04.6796987Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:04.6797694Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:04.6798379Z 2025-06-05T23:17:04.6798473Z Login Succeeded 2025-06-05T23:17:04.6813712Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:04.6814804Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:17:04.9146658Z + IMAGE_SIZE=7601.834650039673 2025-06-05T23:17:04.9147282Z + echo 'Compressed size of image in MB: 7601.834650039673' 2025-06-05T23:17:04.9147828Z + set -e 2025-06-05T23:17:04.9148950Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:04.9149772Z Compressed size of image in MB: 7601.834650039673 2025-06-05T23:17:04.9262290Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:04.9263556Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:05.1721908Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:05.1722998Z f557aa5ee224: Pulling fs layer 2025-06-05T23:17:05.1723526Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:17:05.1723964Z 1c2419c026f9: Pulling fs layer 2025-06-05T23:17:05.1724454Z 8f296761951c: Pulling fs layer 2025-06-05T23:17:05.1724941Z 61b1f5baa53e: Pulling fs layer 2025-06-05T23:17:05.1725381Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:17:05.1725915Z 9ea6f8733a03: Pulling fs layer 2025-06-05T23:17:05.1726400Z 172401b941b1: Pulling fs layer 2025-06-05T23:17:05.1726868Z 08f9a627d97b: Pulling fs layer 2025-06-05T23:17:05.1727347Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:17:05.1727897Z 133eacd75ef5: Pulling fs layer 2025-06-05T23:17:05.1728338Z 380307a36ed2: Pulling fs layer 2025-06-05T23:17:05.1728639Z 2011df2b1f98: Pulling fs layer 2025-06-05T23:17:05.1728893Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:17:05.1729171Z 61b1f5baa53e: Waiting 2025-06-05T23:17:05.1729416Z 4e6543e5b9d4: Pulling fs layer 2025-06-05T23:17:05.1729661Z 4420b1e1a07f: Waiting 2025-06-05T23:17:05.1729888Z 9ea6f8733a03: Waiting 2025-06-05T23:17:05.1730113Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:17:05.1730381Z cee7e6ffb076: Pulling fs layer 2025-06-05T23:17:05.1730628Z 2d7e5abdd88d: Waiting 2025-06-05T23:17:05.1730863Z ca4242386be9: Pulling fs layer 2025-06-05T23:17:05.1731106Z 08f9a627d97b: Waiting 2025-06-05T23:17:05.1731343Z bf607c5c40f1: Pulling fs layer 2025-06-05T23:17:05.1731585Z 172401b941b1: Waiting 2025-06-05T23:17:05.1731814Z 5630a9397492: Pulling fs layer 2025-06-05T23:17:05.1732070Z 133eacd75ef5: Waiting 2025-06-05T23:17:05.1732296Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:17:05.1732565Z 638a44f2a35e: Pulling fs layer 2025-06-05T23:17:05.1732809Z 2011df2b1f98: Waiting 2025-06-05T23:17:05.1733053Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:17:05.1733299Z 3ec19c2849b3: Waiting 2025-06-05T23:17:05.1733767Z a86398014153: Pulling fs layer 2025-06-05T23:17:05.1734012Z 4e6543e5b9d4: Waiting 2025-06-05T23:17:05.1734253Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:17:05.1734501Z 5e70c61fded4: Waiting 2025-06-05T23:17:05.1734731Z cee7e6ffb076: Waiting 2025-06-05T23:17:05.1734957Z 7b93bf5911ad: Pulling fs layer 2025-06-05T23:17:05.1735217Z 1fc2d9899ffb: Waiting 2025-06-05T23:17:05.1735440Z 5630a9397492: Waiting 2025-06-05T23:17:05.1735646Z 638a44f2a35e: Waiting 2025-06-05T23:17:05.1735871Z bf607c5c40f1: Waiting 2025-06-05T23:17:05.1736100Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:17:05.1736433Z 09dac94eaf91: Waiting 2025-06-05T23:17:05.1736659Z ca22a013d303: Pulling fs layer 2025-06-05T23:17:05.1736930Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:17:05.1737174Z a86398014153: Waiting 2025-06-05T23:17:05.1737407Z 92e60f7b3962: Pulling fs layer 2025-06-05T23:17:05.1737648Z 8f296761951c: Waiting 2025-06-05T23:17:05.1737990Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:17:05.1738252Z 7b93bf5911ad: Waiting 2025-06-05T23:17:05.1738472Z 4f4fb700ef54: Waiting 2025-06-05T23:17:05.1738719Z dec0deaa1ed5: Waiting 2025-06-05T23:17:05.1738943Z 1d5d95926a59: Pulling fs layer 2025-06-05T23:17:05.1739202Z 92e60f7b3962: Waiting 2025-06-05T23:17:05.1739418Z c2b62aa0dc26: Waiting 2025-06-05T23:17:05.1739647Z e8c9ad02b518: Waiting 2025-06-05T23:17:05.1739857Z 1d5d95926a59: Waiting 2025-06-05T23:17:05.1740087Z ca4242386be9: Waiting 2025-06-05T23:17:05.2720333Z e9a71f6cf6a0: Verifying Checksum 2025-06-05T23:17:05.2720827Z e9a71f6cf6a0: Download complete 2025-06-05T23:17:05.3536726Z 8f296761951c: Verifying Checksum 2025-06-05T23:17:05.3537168Z 8f296761951c: Download complete 2025-06-05T23:17:05.5487231Z f557aa5ee224: Verifying Checksum 2025-06-05T23:17:05.5487840Z f557aa5ee224: Download complete 2025-06-05T23:17:05.6080227Z 61b1f5baa53e: Verifying Checksum 2025-06-05T23:17:05.6080770Z 61b1f5baa53e: Download complete 2025-06-05T23:17:05.6282938Z 4420b1e1a07f: Verifying Checksum 2025-06-05T23:17:05.6283552Z 4420b1e1a07f: Download complete 2025-06-05T23:17:05.7232482Z 172401b941b1: Verifying Checksum 2025-06-05T23:17:05.7233212Z 172401b941b1: Download complete 2025-06-05T23:17:05.8063224Z 08f9a627d97b: Verifying Checksum 2025-06-05T23:17:05.8063748Z 08f9a627d97b: Download complete 2025-06-05T23:17:05.8914052Z 2d7e5abdd88d: Verifying Checksum 2025-06-05T23:17:05.8914653Z 2d7e5abdd88d: Download complete 2025-06-05T23:17:06.3005172Z 133eacd75ef5: Verifying Checksum 2025-06-05T23:17:06.3005554Z 133eacd75ef5: Download complete 2025-06-05T23:17:06.3792245Z 380307a36ed2: Verifying Checksum 2025-06-05T23:17:06.3792642Z 380307a36ed2: Download complete 2025-06-05T23:17:06.4852820Z f557aa5ee224: Pull complete 2025-06-05T23:17:06.5082670Z e9a71f6cf6a0: Pull complete 2025-06-05T23:17:06.7253602Z 1c2419c026f9: Verifying Checksum 2025-06-05T23:17:06.7254142Z 1c2419c026f9: Download complete 2025-06-05T23:17:06.8119161Z 3ec19c2849b3: Verifying Checksum 2025-06-05T23:17:06.8119785Z 3ec19c2849b3: Download complete 2025-06-05T23:17:06.8929171Z 4e6543e5b9d4: Verifying Checksum 2025-06-05T23:17:06.8929805Z 4e6543e5b9d4: Download complete 2025-06-05T23:17:06.9872639Z 5e70c61fded4: Verifying Checksum 2025-06-05T23:17:06.9873181Z 5e70c61fded4: Download complete 2025-06-05T23:17:06.9894894Z 9ea6f8733a03: Verifying Checksum 2025-06-05T23:17:06.9895308Z 9ea6f8733a03: Download complete 2025-06-05T23:17:07.0743510Z ca4242386be9: Verifying Checksum 2025-06-05T23:17:07.0743895Z ca4242386be9: Download complete 2025-06-05T23:17:07.1822391Z bf607c5c40f1: Verifying Checksum 2025-06-05T23:17:07.1822775Z bf607c5c40f1: Download complete 2025-06-05T23:17:07.2762582Z 5630a9397492: Verifying Checksum 2025-06-05T23:17:07.2763128Z 5630a9397492: Download complete 2025-06-05T23:17:07.3691864Z 1fc2d9899ffb: Verifying Checksum 2025-06-05T23:17:07.3692337Z 1fc2d9899ffb: Download complete 2025-06-05T23:17:07.8293582Z cee7e6ffb076: Verifying Checksum 2025-06-05T23:17:07.8293959Z cee7e6ffb076: Download complete 2025-06-05T23:17:07.9137528Z 09dac94eaf91: Verifying Checksum 2025-06-05T23:17:07.9138204Z 09dac94eaf91: Download complete 2025-06-05T23:17:08.9660341Z 2011df2b1f98: Verifying Checksum 2025-06-05T23:17:08.9660917Z 2011df2b1f98: Download complete 2025-06-05T23:17:09.0578328Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:17:09.0578906Z dec0deaa1ed5: Download complete 2025-06-05T23:17:10.2935495Z a86398014153: Verifying Checksum 2025-06-05T23:17:10.2935980Z a86398014153: Download complete 2025-06-05T23:17:10.3890022Z e8c9ad02b518: Verifying Checksum 2025-06-05T23:17:10.3890803Z e8c9ad02b518: Download complete 2025-06-05T23:17:10.4964505Z ca22a013d303: Download complete 2025-06-05T23:17:10.5034678Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:17:10.5035035Z 4f4fb700ef54: Download complete 2025-06-05T23:17:10.5770133Z 92e60f7b3962: Verifying Checksum 2025-06-05T23:17:10.5770615Z 92e60f7b3962: Download complete 2025-06-05T23:17:10.6636382Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:17:10.6637210Z c2b62aa0dc26: Download complete 2025-06-05T23:17:10.7576856Z 1d5d95926a59: Verifying Checksum 2025-06-05T23:17:10.8064419Z 1d5d95926a59: Download complete 2025-06-05T23:17:10.8064776Z 1c2419c026f9: Pull complete 2025-06-05T23:17:10.9708788Z 7b93bf5911ad: Verifying Checksum 2025-06-05T23:17:10.9709182Z 7b93bf5911ad: Download complete 2025-06-05T23:17:11.0258549Z 8f296761951c: Pull complete 2025-06-05T23:17:11.4549395Z 61b1f5baa53e: Pull complete 2025-06-05T23:17:11.6606295Z 4420b1e1a07f: Pull complete 2025-06-05T23:17:14.3184505Z 9ea6f8733a03: Pull complete 2025-06-05T23:17:14.5079890Z 172401b941b1: Pull complete 2025-06-05T23:17:14.6633534Z 08f9a627d97b: Pull complete 2025-06-05T23:17:14.8653541Z 2d7e5abdd88d: Pull complete 2025-06-05T23:17:15.7189292Z 133eacd75ef5: Pull complete 2025-06-05T23:17:15.9580942Z 380307a36ed2: Pull complete 2025-06-05T23:17:24.1193898Z 2011df2b1f98: Pull complete 2025-06-05T23:17:24.2397921Z 3ec19c2849b3: Pull complete 2025-06-05T23:17:24.3544316Z 4e6543e5b9d4: Pull complete 2025-06-05T23:17:24.5140575Z 5e70c61fded4: Pull complete 2025-06-05T23:17:28.6452452Z cee7e6ffb076: Pull complete 2025-06-05T23:17:28.7832954Z ca4242386be9: Pull complete 2025-06-05T23:17:28.9118044Z bf607c5c40f1: Pull complete 2025-06-05T23:17:29.0464856Z 5630a9397492: Pull complete 2025-06-05T23:17:29.2730085Z 1fc2d9899ffb: Pull complete 2025-06-05T23:18:16.0275819Z 638a44f2a35e: Verifying Checksum 2025-06-05T23:18:16.0276179Z 638a44f2a35e: Download complete 2025-06-05T23:19:28.6052438Z 638a44f2a35e: Pull complete 2025-06-05T23:19:28.8189493Z 09dac94eaf91: Pull complete 2025-06-05T23:19:35.8866539Z a86398014153: Pull complete 2025-06-05T23:19:35.9158669Z dec0deaa1ed5: Pull complete 2025-06-05T23:19:43.5644843Z 7b93bf5911ad: Pull complete 2025-06-05T23:19:43.7224909Z e8c9ad02b518: Pull complete 2025-06-05T23:19:43.8571379Z ca22a013d303: Pull complete 2025-06-05T23:19:43.9583900Z 4f4fb700ef54: Pull complete 2025-06-05T23:19:44.0206066Z 92e60f7b3962: Pull complete 2025-06-05T23:19:44.0496023Z c2b62aa0dc26: Pull complete 2025-06-05T23:19:44.1041620Z 1d5d95926a59: Pull complete 2025-06-05T23:19:44.1253887Z Digest: sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-05T23:19:44.1298480Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:44.1357763Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:44.1397781Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:44.1398739Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:44.1406805Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:19:44.1407183Z env: 2025-06-05T23:19:44.1407451Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:19:44.1407805Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:44.1408082Z PR_NUMBER: 2025-06-05T23:19:44.1409654Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:19:44.1411385Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:44.1411949Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:44.1412484Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:44.1412849Z ##[endgroup] 2025-06-05T23:19:44.1510778Z ##[group]Run set -ex 2025-06-05T23:19:44.1511220Z set -ex 2025-06-05T23:19:44.1511435Z { 2025-06-05T23:19:44.1511646Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:19:44.1511962Z  echo "set -eou pipefail"; 2025-06-05T23:19:44.1512261Z  # shellcheck disable=SC2016 2025-06-05T23:19:44.1512600Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:19:44.1512920Z  echo "set -x"; 2025-06-05T23:19:44.1513176Z  echo "${SCRIPT}"; 2025-06-05T23:19:44.1513441Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:44.1513768Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:44.1514474Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:19:44.1519952Z shell: /usr/bin/bash -e {0} 2025-06-05T23:19:44.1520211Z env: 2025-06-05T23:19:44.1520878Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:44.1521627Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:44.1521903Z PR_NUMBER: 2025-06-05T23:19:44.1523444Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:19:44.1525157Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:44.1525818Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:44.1526363Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:44.1527084Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:19:44.1527391Z ##[endgroup] 2025-06-05T23:19:44.1549523Z + echo '#!/usr/bin/env bash' 2025-06-05T23:19:44.1549890Z + echo 'set -eou pipefail' 2025-06-05T23:19:44.1550158Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:19:44.1550474Z + echo 'set -x' 2025-06-05T23:19:44.1550841Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:19:44.1551367Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:19:44.1551736Z conda activate "${CONDA_ENV}" 2025-06-05T23:19:44.1551909Z 2025-06-05T23:19:44.1552009Z source .ci/scripts/utils.sh 2025-06-05T23:19:44.1552342Z install_executorch "--use-pt-pinned-commit" 2025-06-05T23:19:44.1552568Z 2025-06-05T23:19:44.1552690Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:19:44.1552924Z 2025-06-05T23:19:44.1553021Z ARM_TEST=test_pytest_models 2025-06-05T23:19:44.1553187Z 2025-06-05T23:19:44.1553305Z # Test test_arm_baremetal.sh with test 2025-06-05T23:19:44.1553663Z backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:19:44.1554018Z ' 2025-06-05T23:19:44.1554295Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:19:44.1560067Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:20:05.3805034Z Running command: 2025-06-05T23:20:05.3811974Z 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_15475023378" `# 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_4afb9406-8927-4c5b-92fa-af9ef085b32f":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4afb9406-8927-4c5b-92fa-af9ef085b32f" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:20:05.3817746Z 2025-06-05T23:20:05.3818121Z a8fe79b56d116874cebbee6c1470f9cc87147fb876e1425a1c776a1de7a9af5c 2025-06-05T23:20:05.3818820Z Running command: docker exec -t a8fe79b56d116874cebbee6c1470f9cc87147fb876e1425a1c776a1de7a9af5c /exec 2025-06-05T23:20:05.3819377Z ++ conda env list --json 2025-06-05T23:20:05.3819622Z ++ local cmd=env 2025-06-05T23:20:05.3819827Z ++ case "$cmd" in 2025-06-05T23:20:05.3820060Z ++ __conda_exe env list --json 2025-06-05T23:20:05.3820314Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:20:05.3820579Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:20:05.3820881Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:20:05.3821187Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3821478Z + local cmd=activate 2025-06-05T23:20:05.3821707Z + case "$cmd" in 2025-06-05T23:20:05.3821973Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3822288Z + '[' -n '' ']' 2025-06-05T23:20:05.3822502Z + local ask_conda 2025-06-05T23:20:05.3822709Z ++ PS1='(base) ' 2025-06-05T23:20:05.3823005Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3823474Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:20:05.3823887Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:20:05.3824725Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:20:05.3825624Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:20:05.3825971Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:20:05.3826243Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:20:05.3826580Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:20:05.3826911Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:20:05.3827243Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:20:05.3827546Z export _CE_M='\'''\'' 2025-06-05T23:20:05.3827787Z export _CE_CONDA='\'''\'' 2025-06-05T23:20:05.3828095Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:20:05.3828454Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:20:05.3829278Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:20:05.3830159Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:20:05.3830503Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:20:05.3830771Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:20:05.3831108Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:20:05.3831438Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:20:05.3831771Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:20:05.3832083Z export _CE_M='\'''\'' 2025-06-05T23:20:05.3832308Z export _CE_CONDA='\'''\'' 2025-06-05T23:20:05.3832619Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:20:05.3832952Z ++ PS1='(py_3.10) ' 2025-06-05T23:20:05.3833833Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:20:05.3835234Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:20:05.3836069Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:20:05.3836409Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:20:05.3836696Z ++ export CONDA_SHLVL=2 2025-06-05T23:20:05.3836933Z ++ CONDA_SHLVL=2 2025-06-05T23:20:05.3837160Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:20:05.3837453Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:20:05.3837733Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:20:05.3838058Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:20:05.3838351Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:20:05.3838643Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:20:05.3838915Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:20:05.3839228Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:20:05.3839499Z ++ export _CE_M= 2025-06-05T23:20:05.3839698Z ++ _CE_M= 2025-06-05T23:20:05.3839900Z ++ export _CE_CONDA= 2025-06-05T23:20:05.3840114Z ++ _CE_CONDA= 2025-06-05T23:20:05.3840359Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:20:05.3840695Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:20:05.3840992Z + __conda_hashr 2025-06-05T23:20:05.3841195Z + '[' -n '' ']' 2025-06-05T23:20:05.3841406Z + '[' -n '' ']' 2025-06-05T23:20:05.3841599Z + hash -r 2025-06-05T23:20:05.3841814Z + source .ci/scripts/utils.sh 2025-06-05T23:20:05.3842117Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:20:05.3842414Z + which pip 2025-06-05T23:20:05.3842629Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:20:05.3842933Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:20:05.3843629Z 2025-06-05 23:20:04,432 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:20:05.3844276Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:20:05.3845069Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:20:05.3846022Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:20:05.3846926Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:20:05.3847636Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:20:05.3848120Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:20:05.3848953Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:20:05.3849833Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.3850393Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:20:05.3851286Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:20:05.3852180Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:20:05.3852820Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:20:05.3853734Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:20:05.3854837Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:20:05.3856129Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:20:05.3857347Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:20:05.3858444Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:20:05.3859535Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:20:05.3860725Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:20:05.3862012Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:20:05.3863309Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.18.0) 2025-06-05T23:20:05.3864636Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.2.6) 2025-06-05T23:20:05.3865969Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (25.0) 2025-06-05T23:20:05.3867319Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2024.11.6) 2025-06-05T23:20:05.3868769Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.32.3) 2025-06-05T23:20:05.3870140Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:20:08.2759009Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:20:08.2760461Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:20:08.2761929Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:20:08.2763384Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:20:08.2764563Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:20:08.2765470Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:20:08.2766425Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:20:08.2767350Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:20:08.2768191Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2768812Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:20:08.2769394Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2769978Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:20:08.2770771Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2771483Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:20:08.2772078Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2773054Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:20:08.2776719Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:20:08.2777469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 148.5 MB/s eta 0:00:00 2025-06-05T23:20:08.2778168Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2778940Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:20:08.2779660Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2780393Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:20:08.2781093Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2781810Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:20:08.2782502Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2783347Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:20:08.2784599Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:20:08.2785713Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2786557Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:20:08.2787673Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:20:08.2788860Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-06-05T23:20:08.2789747Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2790429Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:20:08.2791115Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2791856Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:20:08.2792913Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:20:08.2793944Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2794841Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:20:08.2795797Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2796631Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:20:08.2797430Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:20:08.2798200Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:20:08.2799009Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2799908Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:20:08.2800901Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2801782Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:20:08.2802635Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2803451Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:20:08.2804294Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2805140Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:20:08.2806346Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:20:08.2807779Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2808881Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:20:08.2809964Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2810921Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:20:08.2811876Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2812821Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:20:08.2813750Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:08.2814653Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:20:08.2815910Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:20:08.2817566Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:20:08.2819065Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:20:08.2820263Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:10.7958588Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:20:10.7960384Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-06-05T23:20:10.7962501Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:10.7964344Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:20:10.7965861Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:10.7968107Z [?25hRequirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:20:10.7971095Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:20:10.7973911Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:20:10.7976885Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:20:10.7978796Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:20:10.7979888Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:10.7981118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 109.8 MB/s eta 0:00:00 2025-06-05T23:20:10.7982477Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:20:10.7983885Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:20:10.7985240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 143.3 MB/s eta 0:00:00 2025-06-05T23:20:10.7986363Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:20:10.7987534Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:20:10.7988792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 112.1 MB/s eta 0:00:00 2025-06-05T23:20:10.7989883Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:20:10.7991048Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:20:10.7992507Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:10.7993740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 213.9 MB/s eta 0:00:00 2025-06-05T23:20:10.7994777Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:20:10.7995613Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:20:10.7996688Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:20:10.7998128Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:20:10.7999343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 174.8 MB/s eta 0:00:00 2025-06-05T23:20:10.8000418Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:20:10.8001580Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:20:10.8002936Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:20:10.8004073Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:20:10.8004961Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:20:10.8006636Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:20:10.8008493Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:20:10.8009736Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:20:10.8011009Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:20:10.8012313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 42.2/42.3 MB 297.5 MB/s eta 0:00:01 2025-06-05T23:20:10.8013617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 181.7 MB/s eta 0:00:00 2025-06-05T23:20:10.8015041Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:20:10.8016467Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:20:10.8017813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 128.0 MB/s eta 0:00:00 2025-06-05T23:20:10.8018877Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:20:10.8020270Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:20:10.8021981Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:20:10.8023676Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:20:10.8024883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 137.1 MB/s eta 0:00:00 2025-06-05T23:20:10.8025898Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:20:10.8030383Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:20:10.8034522Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:20:10.8036786Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=38fd1d150ea5c0b67bccdf49ee6428c448a9379179f392dd2016c71e1ea6b62e 2025-06-05T23:20:10.8039127Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:20:10.8040370Z Successfully built antlr4-python3-runtime 2025-06-05T23:20:10.8043727Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, timm, datasets, torchtune 2025-06-05T23:20:10.8046861Z [?25l 2025-06-05T23:20:10.8047687Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:20:10.8048953Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:20:10.8050105Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6347670Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6348321Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6348973Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6349578Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6350161Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6350730Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:19.6351329Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:19.6351788Z  Attempting uninstall: fsspec 2025-06-05T23:20:19.6352275Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:19.6352772Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:20:19.6353298Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:19.6353768Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:20:19.6354274Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:19.6354753Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:20:19.6355278Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:19.6355852Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:20:19.6356434Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 12/27 [dill] 2025-06-05T23:20:19.6356993Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:19.6357564Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:19.6358138Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:19.6358974Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:19.6359682Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:19.6360245Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:19.6360845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:20:19.6361425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:19.6361861Z  Attempting uninstall: timm 2025-06-05T23:20:19.6362353Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:19.6362801Z  Found existing installation: timm 0.6.13 2025-06-05T23:20:19.6363334Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:19.6363747Z  Uninstalling timm-0.6.13: 2025-06-05T23:20:19.6364238Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:19.6364793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:19.6378763Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:20:19.6379325Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:19.6379907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:19.6380462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:19.6381023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:19.6381769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:20:19.6382352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:20:19.6383041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:20:19.6383575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:20:19.6383949Z [?25h 2025-06-05T23:20:19.6386172Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:20:19.6388070Z Processing ./third-party/ao 2025-06-05T23:20:19.6388468Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:19.6388878Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:20:19.6389352Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:19.6390263Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:20:19.6391346Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:20:19.6392449Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:20:19.6393595Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:20:19.6394788Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:20:19.6396075Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:20:19.6397381Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:20:19.6398646Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:20:27.5070963Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:20:27.5072471Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:20:27.5073921Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:20:27.5075400Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:20:27.5076885Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:20:27.5078440Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:20:27.5080128Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:20:27.5081834Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:20:27.5083386Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:20:27.5084379Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:27.5087441Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:20:27.5089709Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:20:27.5090875Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=5c8961fdbe2627b03e887ba92f8cb3b40293b877da8d85584b88740d6da37a3d 2025-06-05T23:20:27.5092115Z Stored in directory: /tmp/pip-ephem-wheel-cache-dqw5xrga/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:20:27.5093047Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:27.5094215Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=6641b939378f2a3a262b7cd10c3105cd5da46956913a96417d44951f10e369db 2025-06-05T23:20:27.5095421Z Stored in directory: /tmp/pip-ephem-wheel-cache-dqw5xrga/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:20:27.5096137Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:20:27.5096631Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:27.5097097Z [?25l 2025-06-05T23:20:27.5097472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:27.5097983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:27.5098469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:27.5098996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:20:27.5099381Z [?25h 2025-06-05T23:20:27.5099813Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:20:27.5100459Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:20:27.5101156Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:20:27.5101693Z Processing /pytorch/executorch 2025-06-05T23:20:27.5102020Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:20:27.5102982Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:20:27.5103924Z !! 2025-06-05T23:20:27.5104032Z 2025-06-05T23:20:27.5104151Z ******************************************************************************** 2025-06-05T23:20:27.5104981Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:20:27.5105671Z 2025-06-05T23:20:27.5105885Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:20:27.5106348Z or your builds will no longer be supported. 2025-06-05T23:20:27.5106696Z 2025-06-05T23:20:27.5107060Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:27.5107811Z ******************************************************************************** 2025-06-05T23:20:27.5108129Z 2025-06-05T23:20:27.5108206Z !! 2025-06-05T23:20:27.5108410Z corresp(dist, value, root_dir) 2025-06-05T23:20:27.5109289Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:27.5110171Z !! 2025-06-05T23:20:27.5110297Z 2025-06-05T23:20:27.5110414Z ******************************************************************************** 2025-06-05T23:20:27.5110956Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:27.5111364Z 2025-06-05T23:20:27.5111520Z License :: OSI Approved :: BSD License 2025-06-05T23:20:27.5111762Z 2025-06-05T23:20:27.5112105Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:27.5112684Z ******************************************************************************** 2025-06-05T23:20:27.5112918Z 2025-06-05T23:20:27.5112995Z !! 2025-06-05T23:20:27.5113216Z dist._finalize_license_expression() 2025-06-05T23:20:27.5114014Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:27.5114749Z !! 2025-06-05T23:20:27.5114856Z 2025-06-05T23:20:27.5114984Z ******************************************************************************** 2025-06-05T23:20:27.5115505Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:27.5115913Z 2025-06-05T23:20:27.5116045Z License :: OSI Approved :: BSD License 2025-06-05T23:20:27.5116268Z 2025-06-05T23:20:27.5116608Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:27.5117240Z ******************************************************************************** 2025-06-05T23:20:27.5117476Z 2025-06-05T23:20:27.5117566Z !! 2025-06-05T23:20:27.5117772Z self._finalize_license_expression() 2025-06-05T23:20:27.5118076Z running dist_info 2025-06-05T23:20:27.5118407Z creating /tmp/pip-modern-metadata-r98_19zp/executorch.egg-info 2025-06-05T23:20:27.5118952Z writing /tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/PKG-INFO 2025-06-05T23:20:27.5119639Z writing dependency_links to /tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/dependency_links.txt 2025-06-05T23:20:27.5120426Z writing entry points to /tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/entry_points.txt 2025-06-05T23:20:27.5121166Z writing requirements to /tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/requires.txt 2025-06-05T23:20:27.5121889Z writing top-level names to /tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/top_level.txt 2025-06-05T23:20:27.5122631Z writing manifest file '/tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:27.5123336Z reading manifest file '/tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:27.5123857Z adding license file 'LICENSE' 2025-06-05T23:20:27.5124321Z writing manifest file '/tmp/pip-modern-metadata-r98_19zp/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:27.5125012Z creating '/tmp/pip-modern-metadata-r98_19zp/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:20:27.5125766Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:20:27.5126531Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:20:27.5127306Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:27.5128621Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:20:27.5130012Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:20:27.5130880Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:20:27.5131954Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:20:27.5133012Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:20:28.4095664Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:20:28.4097817Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:20:28.4099912Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:20:28.4101904Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:20:28.4103311Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4105548Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:20:28.4107878Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:20:28.4108881Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4111367Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:20:28.4113880Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:20:28.4115390Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:20:28.4117424Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:20:28.4119418Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:20:28.4120748Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4122867Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:20:28.4125089Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:20:28.4126785Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:20:28.4128347Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4130674Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:20:28.4133219Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:20:28.4134356Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4137126Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:20:28.4139843Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:20:28.4141536Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:20:28.4143880Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:20:28.4145423Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4147690Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:20:28.4149659Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:20:28.4150541Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4152514Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:20:28.4154393Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:20:28.4155945Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:20:28.4158179Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:20:28.4160274Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:20:28.4162507Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:20:28.4164903Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:20:28.4167230Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:20:28.4169353Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:20:28.4171509Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:20:28.4173455Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:20:28.4174916Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4176923Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:20:28.4178938Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:20:28.4180478Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:20:28.4182042Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:28.4184543Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:20:28.4186804Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:20:28.4188351Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:20:28.4190090Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:20:28.4191562Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:28.4192793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 168.5 MB/s eta 0:00:00 2025-06-05T23:20:28.4193995Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:20:28.4194838Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:20:28.4195640Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:20:28.4196404Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:20:28.4197188Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:20:28.4197967Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:20:28.4198632Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:20:28.4199381Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:20:28.4200032Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:20:28.4200706Z Building wheels for collected packages: executorch 2025-06-05T23:20:28.4201455Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:20:28.4203265Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:20:28.4204796Z !! 2025-06-05T23:20:28.4204978Z 2025-06-05T23:20:28.4205186Z ******************************************************************************** 2025-06-05T23:20:28.4206746Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:20:28.4207998Z 2025-06-05T23:20:28.4208332Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:20:28.4209067Z or your builds will no longer be supported. 2025-06-05T23:20:28.4209463Z 2025-06-05T23:20:28.4210095Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:30.1466427Z ******************************************************************************** 2025-06-05T23:20:30.1466936Z 2025-06-05T23:20:30.1467097Z !! 2025-06-05T23:20:30.1467409Z corresp(dist, value, root_dir) 2025-06-05T23:20:30.1468353Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:30.1469200Z !! 2025-06-05T23:20:30.1469304Z 2025-06-05T23:20:30.1469424Z ******************************************************************************** 2025-06-05T23:20:30.1469964Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:30.1470372Z 2025-06-05T23:20:30.1470530Z License :: OSI Approved :: BSD License 2025-06-05T23:20:30.1470750Z 2025-06-05T23:20:30.1471115Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:30.1471689Z ******************************************************************************** 2025-06-05T23:20:30.1471919Z 2025-06-05T23:20:30.1471993Z !! 2025-06-05T23:20:30.1472209Z dist._finalize_license_expression() 2025-06-05T23:20:30.1473646Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:30.1474492Z !! 2025-06-05T23:20:30.1474596Z 2025-06-05T23:20:30.1474725Z ******************************************************************************** 2025-06-05T23:20:30.1475246Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:30.1475667Z 2025-06-05T23:20:30.1475789Z License :: OSI Approved :: BSD License 2025-06-05T23:20:30.1476006Z 2025-06-05T23:20:30.1476360Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:30.1476923Z ******************************************************************************** 2025-06-05T23:20:30.1477150Z 2025-06-05T23:20:30.1477236Z !! 2025-06-05T23:20:30.1477440Z self._finalize_license_expression() 2025-06-05T23:20:30.1477746Z running bdist_wheel 2025-06-05T23:20:30.1477971Z running build 2025-06-05T23:20:30.1478206Z command options for 'CustomBuild': 2025-06-05T23:20:30.1478498Z build_base = pip-out 2025-06-05T23:20:30.1478761Z build_purelib = pip-out/lib 2025-06-05T23:20:30.1479093Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:20:30.1479476Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:20:30.1479835Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:20:30.1480179Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:20:30.1480528Z plat_name = linux-x86_64 2025-06-05T23:20:30.1480780Z compiler = None 2025-06-05T23:20:30.1481005Z parallel = None 2025-06-05T23:20:30.1481220Z debug = None 2025-06-05T23:20:30.1481434Z force = None 2025-06-05T23:20:30.1481685Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:30.1482181Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:30.1482798Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:30.1483245Z Preset CMake variables: 2025-06-05T23:20:30.1483409Z 2025-06-05T23:20:30.1483525Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:20:30.1483995Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:20:30.1484385Z 2025-06-05T23:20:30.1484525Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:30.1484908Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:30.1485247Z -- Detecting C compiler ABI info 2025-06-05T23:20:30.1485556Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:30.1486030Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:30.1486413Z -- Detecting C compile features 2025-06-05T23:20:30.1486702Z -- Detecting C compile features - done 2025-06-05T23:20:30.1487023Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:30.1487326Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:30.1487728Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:30.1488122Z -- Detecting CXX compile features 2025-06-05T23:20:30.1488424Z -- Detecting CXX compile features - done 2025-06-05T23:20:30.1488880Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:20:30.1489322Z -- --- Configured Options --- 2025-06-05T23:20:30.1489502Z 2025-06-05T23:20:30.1489631Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:30.1489980Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:30.1490353Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:30.1490773Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:30.1491213Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:30.1491574Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:30.1491904Z -- BUCK2 : 2025-06-05T23:20:30.1492511Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:20:30.1493092Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:20:30.1493450Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:20:30.1493804Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:30.1494184Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:30.1494728Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:30.1495262Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:30.1495630Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:30.1495990Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:20:30.1496350Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:30.1496695Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:30.1497063Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:20:30.1497423Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:20:30.1497777Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:20:30.1498142Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:30.1498496Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:20:30.1498860Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:30.1499206Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:20:30.1499578Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:20:30.1499925Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:30.1500284Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:30.1500649Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:30.1500991Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:30.1501338Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:30.1501679Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:30.1502032Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:20:30.1502374Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:20:30.1502727Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:30.1503073Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:20:30.1503430Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:20:30.1503782Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:30.1504118Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:30.1504466Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:30.1504810Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:30.1505160Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:20:30.1505495Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:30.1505848Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:30.1506200Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:30.1506532Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:30.1506884Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:30.1507223Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:30.1507582Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:30.1507941Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:30.1508305Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:30.1508650Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:30.1509016Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:30.1509379Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:30.1509731Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:30.1510059Z -- -------------------------- 2025-06-05T23:20:30.1510476Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:30.1511249Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:30.1511964Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:30.1512388Z CMake. 2025-06-05T23:20:30.1512501Z 2025-06-05T23:20:30.1512735Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:30.1513278Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:30.1513768Z to work with policies introduced by or earlier. 2025-06-05T23:20:30.1514017Z 2025-06-05T23:20:30.1514022Z 2025-06-05T23:20:30.1514111Z -- pybind11 v2.13.6 2025-06-05T23:20:30.1514668Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:20:30.1515367Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:30.1515775Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:30.1516090Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:30.1516606Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:30.1517243Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:30.1517642Z CMake. 2025-06-05T23:20:30.1517764Z 2025-06-05T23:20:30.1517980Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:30.1518517Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:30.1518998Z to work with policies introduced by or earlier. 2025-06-05T23:20:30.1519250Z 2025-06-05T23:20:30.1519254Z 2025-06-05T23:20:30.1519430Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:30.1519865Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:30.1520253Z -- Setting Clang compiler options 2025-06-05T23:20:30.1520939Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:30.1521923Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:30.1522640Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:30.1523042Z CMake. 2025-06-05T23:20:30.1523157Z 2025-06-05T23:20:30.1523385Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:30.1523920Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:30.1524392Z to work with policies introduced by or earlier. 2025-06-05T23:20:30.1524646Z 2025-06-05T23:20:30.1524649Z 2025-06-05T23:20:30.1525042Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:30.1525848Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:30.1526262Z CMake. 2025-06-05T23:20:30.1526377Z 2025-06-05T23:20:30.1526593Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:30.1527136Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:30.1527613Z to work with policies introduced by or earlier. 2025-06-05T23:20:30.1527865Z 2025-06-05T23:20:30.1527869Z 2025-06-05T23:20:43.8698319Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:43.8698973Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:43.8699578Z -- Found Threads: TRUE 2025-06-05T23:20:43.8700484Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:43.8701664Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.8702313Z CMake. 2025-06-05T23:20:43.8702482Z 2025-06-05T23:20:43.8703815Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.8704617Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.8705272Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.8705594Z 2025-06-05T23:20:43.8705599Z 2025-06-05T23:20:43.8705706Z -- Resolved buck2 as buck2. 2025-06-05T23:20:43.8705979Z -- Killing buck2 daemon 2025-06-05T23:20:43.8706275Z 'buck2 killall' 2025-06-05T23:20:43.8706645Z -- executorch: Generating source lists 2025-06-05T23:20:43.8707402Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:43.8708634Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:43.8709648Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:20:43.8710330Z -- Generating operator lib: 2025-06-05T23:20:43.8710621Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:43.8711017Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:43.8711437Z -- ROOT_OPS: 2025-06-05T23:20:43.8711650Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:43.8712959Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:20:43.8714410Z -- Generating kernel bindings: 2025-06-05T23:20:43.8714690Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:43.8715099Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:43.8715508Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:43.8715770Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:43.8717696Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:43.8719602Z -- Generating operator lib: 2025-06-05T23:20:43.8719883Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:43.8720164Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:43.8720459Z -- DEPS: executorch_core 2025-06-05T23:20:43.8720719Z -- Generating operator lib: 2025-06-05T23:20:43.8720998Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:43.8721407Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:20:43.8721812Z -- ROOT_OPS: 2025-06-05T23:20:43.8722036Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:43.8723341Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:20:43.8724712Z -- Generating kernel bindings: 2025-06-05T23:20:43.8724990Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:43.8725403Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:20:43.8725928Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:43.8726175Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:20:43.8728239Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:20:43.8730262Z -- Generating operator lib: 2025-06-05T23:20:43.8730531Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:43.8730820Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:20:43.8731145Z -- DEPS: executorch_core 2025-06-05T23:20:43.8731424Z -- Merging kernel yaml files: 2025-06-05T23:20:43.8731903Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:20:43.8732615Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:20:43.8733335Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:20:43.8733877Z -- Generating operator lib: 2025-06-05T23:20:43.8734168Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:43.8734786Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:20:43.8735383Z -- ROOT_OPS: 2025-06-05T23:20:43.8735600Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:43.8737112Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:20:43.8738663Z -- Generating kernel bindings: 2025-06-05T23:20:43.8738975Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:43.8739598Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:20:43.8740187Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:43.8740453Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:20:43.8742460Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:20:43.8744745Z -- Generating operator lib: 2025-06-05T23:20:43.8745057Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:43.8745441Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:20:43.8745829Z -- DEPS: executorch_core 2025-06-05T23:20:43.8746302Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:43.8746946Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.8747345Z CMake. 2025-06-05T23:20:43.8747470Z 2025-06-05T23:20:43.8747686Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.8748238Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.8748709Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.8749013Z 2025-06-05T23:20:43.8749017Z 2025-06-05T23:20:43.8749120Z -- Looking for C++ include unistd.h 2025-06-05T23:20:43.8749427Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:43.8749751Z -- Looking for C++ include stdint.h 2025-06-05T23:20:43.8750064Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:43.8750375Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:43.8750704Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:43.8751026Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:43.8751358Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:43.8751684Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:43.8752015Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:43.8752335Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:43.8752809Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:43.8753220Z -- Looking for C++ include stddef.h 2025-06-05T23:20:43.8753521Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:43.8753836Z -- Check size of uint32_t 2025-06-05T23:20:43.8754096Z -- Check size of uint32_t - done 2025-06-05T23:20:43.8754386Z -- Looking for strtoll 2025-06-05T23:20:43.8754632Z -- Looking for strtoll - found 2025-06-05T23:20:43.8755057Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:20:43.8755480Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:20:43.8755825Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:20:43.8756435Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:20:43.8757003Z -- Generating microkernels.cmake 2025-06-05T23:20:43.8757383Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:20:43.8757798Z No microkernel found in src/reference/packing.cc 2025-06-05T23:20:43.8758218Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:20:43.8758957Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:20:43.8759661Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:20:43.8760001Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:20:43.8760313Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:20:43.8760713Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:20:43.8761132Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:20:43.8761520Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:20:43.8762192Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:20:43.8762902Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:20:43.8763263Z Call Stack (most recent call first): 2025-06-05T23:20:43.8763931Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:20:43.8764635Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:20:43.8764961Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:20:43.8765185Z 2025-06-05T23:20:43.8765189Z 2025-06-05T23:20:43.8765464Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:20:43.8766532Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:20:43.8767325Z -- Generating operator lib: 2025-06-05T23:20:43.8767616Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:43.8768015Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:43.8768440Z -- ROOT_OPS: 2025-06-05T23:20:43.8768652Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:44.6518316Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:20:44.6521061Z -- Generating kernel bindings: 2025-06-05T23:20:44.6521543Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:44.6521995Z -- FUNCTIONS_YAML: 2025-06-05T23:20:44.6522645Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:44.6523372Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:44.6530406Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:20:44.6537127Z -- Generating operator lib: 2025-06-05T23:20:44.6537644Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:44.6538137Z -- OPS_SCHEMA_YAML: 2025-06-05T23:20:44.6542722Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out 2025-06-05T23:20:44.6547627Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:44.6554100Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out" 2025-06-05T23:20:44.6560427Z -- Generating kernel bindings: 2025-06-05T23:20:44.6560952Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:44.6561474Z -- FUNCTIONS_YAML: 2025-06-05T23:20:44.6562115Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:44.6562899Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:44.6563433Z -- Generating custom ops aot lib: 2025-06-05T23:20:44.6563897Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:44.6564843Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:20:44.6566304Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:20:44.6567565Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:20:44.6568865Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:20:44.6570200Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:20:44.6571565Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:20:44.6572920Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:20:44.6574333Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:20:44.6575777Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:20:44.6577556Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:20:44.6579117Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:20:44.6580930Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:20:44.6582109Z -- Generating operator lib: 2025-06-05T23:20:44.6582645Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:44.6583438Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:44.6584191Z -- ROOT_OPS: 2025-06-05T23:20:44.6584493Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:44.6586652Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:20:44.6588854Z -- Generating kernel bindings: 2025-06-05T23:20:44.6589329Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:44.6589806Z -- FUNCTIONS_YAML: 2025-06-05T23:20:44.6590399Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:44.6591091Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:44.6591566Z -- Generating operator lib: 2025-06-05T23:20:44.6592023Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:44.6592549Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:20:44.6593053Z -- DEPS: portable_lib 2025-06-05T23:20:44.6593457Z -- Generating operator lib: 2025-06-05T23:20:44.6593944Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:44.6594464Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:20:44.6595004Z -- DEPS: executorch_core 2025-06-05T23:20:44.6595483Z -- Configuring done (15.2s) 2025-06-05T23:20:44.6595906Z -- Generating done (0.4s) 2025-06-05T23:20:44.6596832Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:44.6598902Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:20:44.6600671Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:20:44.6601404Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:44.6602578Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:20:44.6604168Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:20:44.6605927Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:20:44.6607906Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:20:44.6609204Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:20:44.6610318Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:20:44.6611025Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:44.6611730Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:44.6612414Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:20:44.6613081Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:44.6613765Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:20:44.6614520Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:44.6615250Z CMake Warning: 2025-06-05T23:20:44.6615805Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:44.6616318Z 2025-06-05T23:20:44.6616620Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:20:44.6617344Z 2025-06-05T23:20:44.6617612Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:44.6618410Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:44.6619062Z git describe failed with exit code: 128 2025-06-05T23:20:44.6619460Z 2025-06-05T23:20:44.6619747Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:44.6620404Z Call Stack (most recent call first): 2025-06-05T23:20:44.6620958Z CMakeLists.txt:5 (include) 2025-06-05T23:20:44.6621275Z 2025-06-05T23:20:44.6621283Z 2025-06-05T23:20:44.6621472Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:44.6622020Z CMake Warning: 2025-06-05T23:20:44.6622547Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:44.6623080Z 2025-06-05T23:20:44.6623088Z 2025-06-05T23:20:44.6623511Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:44.6624522Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:44.6625280Z CMake. 2025-06-05T23:20:44.6625472Z 2025-06-05T23:20:44.6625885Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:44.6629332Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:44.6630233Z to work with policies introduced by or earlier. 2025-06-05T23:20:44.6630685Z 2025-06-05T23:20:44.6630694Z 2025-06-05T23:20:44.6631312Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:20:44.6632847Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:20:44.6634510Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:20:44.6635620Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:45.6889806Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:20:45.6890940Z -- Detecting C compiler ABI info 2025-06-05T23:20:45.6891881Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:20:45.6893393Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:20:45.6894517Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:20:45.6895138Z [ 2%] Built target pthreadpool 2025-06-05T23:20:45.6896161Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:20:45.6897321Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:45.6897977Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:45.6898890Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:20:45.6899888Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:45.6900614Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:45.6901338Z -- Detecting C compile features 2025-06-05T23:20:45.6901891Z -- Detecting C compile features - done 2025-06-05T23:20:45.6902915Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:20:45.6904015Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:45.6904844Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:45.6905553Z -- Setting Clang compiler options 2025-06-05T23:20:45.6906787Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:45.6908070Z -- Configuring done (0.3s) 2025-06-05T23:20:45.6908577Z -- Generating done (0.0s) 2025-06-05T23:20:45.6910392Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:20:45.6912635Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:20:45.6913708Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:20:45.6914564Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:45.6915631Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:20:45.6916883Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:20:45.6918232Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:20:45.6919640Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:20:45.6920672Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:45.6921718Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:20:45.6922968Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:45.6923826Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:45.6924432Z -- Detecting CXX compile features 2025-06-05T23:20:45.6924935Z -- Detecting CXX compile features - done 2025-06-05T23:20:45.6925797Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:45.6926805Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:20:45.6927620Z -- Looking for strtof_l 2025-06-05T23:20:45.6928304Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:20:45.6929486Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:20:45.6930812Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:20:45.6932215Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:20:45.6933335Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:45.6934215Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:45.6935134Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:45.6936269Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:20:45.6937509Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:20:45.6938703Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:20:45.6939997Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:20:45.6941307Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:20:45.6942532Z [ 36%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:45.6943865Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:20:45.6944643Z [ 39%] Built target flatccrt 2025-06-05T23:20:45.6945511Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:20:45.6946874Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:20:45.6947797Z -- Looking for strtof_l - found 2025-06-05T23:20:45.6948257Z -- Looking for strtoull_l 2025-06-05T23:20:45.6949170Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:45.6950945Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:45.6952904Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:20:45.6954949Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-06-05T23:20:45.6956559Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:20:45.6957850Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:20:45.6959330Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:20:45.6960813Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:20:45.6962346Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:45.6963601Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:20:45.6964809Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:20:45.6966374Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:20:45.6967402Z -- Looking for strtoull_l - found 2025-06-05T23:20:45.6967937Z -- Looking for realpath 2025-06-05T23:20:45.6968580Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:20:45.6969816Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:20:45.6971340Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:20:45.6973264Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:20:45.6975548Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:20:45.6977390Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:20:45.6978550Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:20:45.6979422Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:20:45.6980563Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:20:45.6981952Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:20:45.6983362Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:20:45.6985134Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:20:45.6986916Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:20:45.6988042Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:20:45.6989312Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:20:45.6990716Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:20:45.6991670Z -- Looking for realpath - found 2025-06-05T23:20:45.6992239Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:45.6992823Z -- Configuring done (1.1s) 2025-06-05T23:20:45.6993427Z -- Generating done (0.0s) 2025-06-05T23:20:45.6994891Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:20:45.6996672Z [ 4%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:45.6997730Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:20:45.6999048Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:20:46.4037389Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:46.4038402Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:20:46.4039436Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:20:46.4040323Z [ 4%] Linking C static library libcpuinfo.a 2025-06-05T23:20:46.4040904Z [ 4%] Built target cpuinfo 2025-06-05T23:20:46.4041625Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:20:46.4043037Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:20:46.4044845Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:20:46.4046839Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:20:46.4048880Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:20:46.4050590Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:20:46.4052315Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:20:46.4053684Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:20:46.4054853Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:20:46.4056595Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-06-05T23:20:46.4058566Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:20:46.4059706Z [ 6%] Linking CXX static library libeigen_blas.a 2025-06-05T23:20:46.4060868Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:20:46.4062248Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:20:46.4063393Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:20:46.4064598Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:20:46.4065684Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:46.4066449Z [ 6%] Built target eigen_blas 2025-06-05T23:20:46.4067139Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:46.4068750Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-06-05T23:20:46.4070560Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:20:46.4072358Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-06-05T23:20:46.4074593Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:20:46.4076664Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:20:46.4078356Z [ 6%] Built target logging 2025-06-05T23:20:46.4079108Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:20:46.4080236Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:20:46.4081176Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:46.4082072Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:46.4083664Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:20:46.4086060Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:20:46.4087843Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:20:46.4088901Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:46.4090567Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:20:46.4092561Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:20:46.4093638Z [ 93%] Built target flatcc 2025-06-05T23:20:46.4094345Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:20:46.4095717Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:20:46.4098003Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:46.4100216Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:20:46.4101922Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:20:46.4103322Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:20:46.4104142Z [ 7%] Built target indirection 2025-06-05T23:20:46.4105719Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:46.4107355Z [ 7%] Built target microparams-init 2025-06-05T23:20:46.4109016Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:46.4110686Z [ 7%] Built target normalization 2025-06-05T23:20:46.4111690Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:20:46.4112965Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:46.4113692Z [100%] Built target flatcc_cli 2025-06-05T23:20:46.4114322Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:20:46.4114980Z [ 21%] Built target flatccrt 2025-06-05T23:20:46.4115635Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:46.4116375Z [ 93%] Built target flatcc 2025-06-05T23:20:46.4116827Z [ 7%] Built target allocator 2025-06-05T23:20:46.4117298Z [ 7%] Built target packing 2025-06-05T23:20:46.4117966Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:46.4118736Z [100%] Built target flatcc_cli 2025-06-05T23:20:46.4119601Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:20:46.4120581Z Install the project... 2025-06-05T23:20:46.4121252Z -- Install configuration: "" 2025-06-05T23:20:46.4122516Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:20:46.4124798Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:20:46.4127190Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:20:46.4129508Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:20:46.4131820Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:20:46.4134180Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:20:46.4136537Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:20:46.4138867Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:20:46.4141171Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:20:46.4146160Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:20:46.4148649Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:20:46.4151006Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:20:46.4153383Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:20:46.4155827Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:20:46.4158256Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:20:46.4160631Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:20:46.4163049Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:20:46.4165338Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:20:46.4167498Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:20:46.4169110Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:20:46.4170550Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:20:46.4171790Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:20:46.4173165Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:20:46.4174463Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:20:46.4175683Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:20:46.4177183Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:20:46.4179283Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:20:46.4181556Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:20:46.4183794Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:20:46.4186034Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:20:46.4188440Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:20:46.4190807Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:20:46.4192141Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:20:46.4193544Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:20:46.4194908Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:20:46.4196243Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:20:46.4197600Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:20:46.4199859Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:20:46.4202235Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:20:46.4204610Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:20:46.4206872Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:20:46.4209118Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:20:46.4211480Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:20:46.4213775Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:20:46.4216219Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:20:46.4218621Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:20:46.4220964Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:20:46.4223169Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:20:46.4225418Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:20:46.4227782Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:20:46.4230086Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:20:46.4231432Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:20:46.4233509Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:20:46.4234925Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:20:46.4236344Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:20:46.4238266Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:20:46.4240451Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:20:46.4242720Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:20:46.4245018Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:20:46.4247144Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:20:46.4249239Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:20:46.4251591Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:20:46.4253833Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:20:46.4256126Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:20:46.4258305Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:20:46.4260466Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:20:46.4263215Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:20:47.3779640Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:20:47.3782120Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:20:47.3784423Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:20:47.3786856Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:20:47.3789241Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:20:47.3791409Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:20:47.3793624Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:20:47.3795879Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:20:47.3798131Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:20:47.3800422Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:20:47.3802581Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:20:47.3804594Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:20:47.3806619Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:20:47.3808884Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:47.3810867Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:20:47.3811906Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:20:47.3812513Z [ 7%] Built target flatcc_external_project 2025-06-05T23:20:47.3813494Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:20:47.3814468Z [ 7%] Built target cache 2025-06-05T23:20:47.3815551Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:20:47.3816744Z [ 7%] Built target datatype 2025-06-05T23:20:47.3817607Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:20:47.3818555Z [ 7%] Built target memory 2025-06-05T23:20:47.3819981Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:20:47.3823180Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:20:47.3824529Z [ 7%] Built target microkernel-utils 2025-06-05T23:20:47.3825402Z [ 7%] Built target mutex 2025-06-05T23:20:47.3826652Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:20:47.3828322Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:47.3829280Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:47.3830564Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:20:47.3831861Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:47.3833485Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:20:47.3835817Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:20:47.3837296Z [ 7%] Built target operator-utils 2025-06-05T23:20:47.3838304Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:20:47.3839305Z [ 7%] Built target reference-ukernels 2025-06-05T23:20:47.3840146Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:47.3841309Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:47.3842441Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:47.3843759Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:47.3844417Z [ 8%] Built target operator-run 2025-06-05T23:20:47.3845033Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:47.3845960Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:47.3846838Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:47.3848358Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:20:47.3850428Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:20:47.3852049Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:47.3853665Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:20:47.3855328Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:47.3857012Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:20:47.3858507Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:47.3859971Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:20:47.3862068Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:20:47.3864414Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:20:47.3866322Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:47.3867869Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:20:47.3870158Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:20:47.3871941Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:47.3872989Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:47.3874014Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:47.3874752Z [ 9%] Built target flatccrt 2025-06-05T23:20:47.3875882Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:20:47.3877596Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:20:47.3878899Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:47.3880468Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:20:47.3882719Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:20:47.3884774Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:20:47.3929913Z [ 9%] Built target hardware-config 2025-06-05T23:20:47.3931318Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:20:47.3932617Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:47.3933601Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:47.3935290Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:20:47.3936913Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:47.3937865Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:48.7005664Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:20:48.7007507Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:20:48.7009387Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:20:48.7011153Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:20:48.7012972Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:20:48.7014483Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:20:48.7015736Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:48.7016945Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:20:48.7018236Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:48.7019462Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:20:48.7021098Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:20:48.7022179Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:20:48.7023750Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:20:48.7024945Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:20:48.7026011Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:20:48.7027053Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:20:48.7028401Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:20:48.7029850Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:48.7031379Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:20:48.7033503Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:20:48.7035110Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:48.7036428Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:20:48.7037644Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:48.7038527Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:48.7039807Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:20:48.7041545Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:20:48.7044063Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:20:48.7045681Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:48.7046644Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:48.7047748Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:48.7049158Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:20:48.7050653Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:48.7052230Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:20:48.7053851Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:20:48.7055402Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:20:48.7056859Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:48.7057899Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:48.7058940Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:48.7060523Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:20:48.7062289Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:20:48.7063810Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:20:48.7065015Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:20:48.7067162Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:20:48.7069183Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:20:48.7071043Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:20:48.7072919Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:20:48.7075032Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:20:48.7077174Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:20:48.7078435Z [100%] Linking CXX executable flatc 2025-06-05T23:20:48.7079703Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:20:48.7081010Z [ 13%] Built target operators 2025-06-05T23:20:48.7082000Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:20:48.7083881Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:20:48.7085947Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:20:48.7087782Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:20:48.7089472Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:20:48.7091113Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:20:48.7092723Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:20:48.7094422Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:20:48.7095771Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:20:48.7097144Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:20:48.7098468Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:20:48.7099698Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:20:48.7100966Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:20:48.7102246Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:20:48.7103779Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:20:48.7105513Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:20:48.7107021Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:20:48.7108195Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:20:49.5073950Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:20:49.5075883Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:20:49.5077632Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:20:49.5079453Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:20:49.5081426Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:20:49.5083442Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:20:49.5085383Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:20:49.5087774Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:20:49.5090024Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:20:49.5091828Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:20:49.5093502Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:20:49.5094951Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:20:49.5096943Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:20:49.5098985Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:20:49.5100977Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:20:49.5102909Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:20:49.5104799Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:20:49.5106722Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:20:49.5108572Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:20:49.5110573Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:20:49.5112307Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:20:49.5114179Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-06-05T23:20:49.5116258Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:20:49.5118114Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:20:49.5120552Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:20:49.5122921Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:20:49.5125373Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:20:49.5127059Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:20:49.5128668Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:20:49.5130494Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:20:49.5132247Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:20:49.5134045Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:20:49.5135991Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:20:49.5137722Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:20:49.5139936Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:20:49.5142230Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:20:49.5146011Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:20:49.5148380Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:20:49.5150281Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:20:49.5151716Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:20:49.5152491Z [100%] Built target flatc 2025-06-05T23:20:49.5152838Z [ 17%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:49.5153681Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:20:49.5154908Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:20:49.5156139Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:20:49.5157371Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:20:49.5158568Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:20:49.5159325Z [ 18%] Built target subgraph 2025-06-05T23:20:49.5160121Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:20:49.5161437Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:20:49.5162246Z [100%] Built target flatc 2025-06-05T23:20:49.5162495Z Install the project... 2025-06-05T23:20:49.5162769Z -- Install configuration: "" 2025-06-05T23:20:49.5163681Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:49.5165025Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:20:49.5167367Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:20:49.5169682Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:20:49.5172090Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:20:49.5174567Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:20:49.5177140Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:20:49.5179713Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:20:49.5182287Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:20:49.5185005Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:20:49.9197823Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:20:49.9199960Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:20:49.9202137Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:20:49.9204377Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:20:49.9206864Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:20:49.9209297Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:20:49.9211581Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:20:49.9213693Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:20:49.9215945Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:20:49.9218049Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:20:49.9220431Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:20:49.9222724Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:20:49.9224953Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:20:49.9227391Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:20:49.9229499Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:20:49.9232329Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:20:49.9235004Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:20:49.9237320Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:20:49.9238897Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:20:49.9240496Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:20:49.9241969Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:20:49.9243599Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:20:49.9244906Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:20:49.9246277Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:20:49.9247630Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:20:49.9249137Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:20:49.9250630Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:20:49.9253129Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:49.9255812Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:20:49.9258565Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:20:49.9260334Z [ 18%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:49.9261429Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:20:49.9263861Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:20:49.9265908Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:20:49.9267254Z [ 18%] Built target flatbuffers_external_project 2025-06-05T23:20:49.9268436Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:20:49.9270127Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:20:49.9271821Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:20:49.9273654Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:20:49.9274900Z [ 18%] Generating common_schema headers 2025-06-05T23:20:49.9275398Z [ 19%] Generating xnnpack_schema headers 2025-06-05T23:20:49.9275910Z [ 19%] Built target common_schema 2025-06-05T23:20:49.9277104Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:20:49.9278723Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:20:49.9279512Z [ 19%] Generating program_schema headers 2025-06-05T23:20:49.9280267Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:20:49.9281026Z [ 20%] Built target xnnpack_schema 2025-06-05T23:20:49.9281796Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:20:49.9282591Z [ 20%] Built target program_schema 2025-06-05T23:20:49.9283336Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:20:49.9284256Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:49.9285191Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:20:49.9286456Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:20:49.9287684Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:20:49.9289140Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:49.9289927Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:49.9290985Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:20:49.9292240Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:20:49.9293297Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:51.1935833Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:51.1937202Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:51.1938416Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:51.1940281Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:20:51.1942386Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:51.1944073Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:51.1945338Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:51.1946590Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:51.1948372Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:20:51.1950850Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:20:51.1952880Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:51.1954388Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:51.1955863Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:51.1957185Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:51.1959078Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:20:51.1960989Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:51.1962250Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:51.1964200Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:20:51.1966236Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:51.1967545Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:51.1968685Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:51.1969997Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:51.1971954Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:20:51.1974907Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:20:51.1977389Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:20:51.1979833Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:20:51.1982332Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:20:51.1984001Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:51.1985569Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:20:51.1987066Z [ 23%] Built target executorch_core 2025-06-05T23:20:51.1988525Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:20:51.1991170Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:20:51.1994265Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:20:51.1997109Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-06-05T23:20:51.1999136Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:51.2000302Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:51.2002213Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-06-05T23:20:51.2004238Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:20:51.2005844Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:20:51.2007429Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:20:51.2008889Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:20:51.2011124Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:20:51.2013204Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:51.2014711Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:20:51.2016351Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:20:51.2018032Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:20:51.2019631Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:20:51.2021823Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:20:51.2023624Z [ 24%] Linking CXX static library libextension_tensor.a 2025-06-05T23:20:51.2024270Z [ 24%] Built target extension_tensor 2025-06-05T23:20:51.2025908Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:20:51.2028706Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:20:51.2030835Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:20:51.2031953Z [ 24%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:51.2032561Z [ 24%] Built target executorch 2025-06-05T23:20:51.2034169Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:20:51.2035878Z [ 24%] Generating bundled_program headers 2025-06-05T23:20:51.2036933Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:20:51.2038502Z [ 24%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:20:51.2039894Z [ 24%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:51.2041300Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:20:51.2043366Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:20:51.2044739Z [ 24%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:20:51.2045424Z [ 24%] Built target extension_data_loader 2025-06-05T23:20:51.2046079Z [ 24%] Generating etdump headers 2025-06-05T23:20:51.2046937Z [ 24%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:20:51.2048847Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:20:51.2050539Z [ 24%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:20:51.2051237Z [ 24%] Built target extension_threadpool 2025-06-05T23:20:51.2052024Z [ 24%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:20:51.2054032Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:20:51.2056987Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:20:51.2059059Z [ 24%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:20:52.6925818Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:20:52.6927155Z [ 25%] Linking CXX static library libbundled_program.a 2025-06-05T23:20:52.6928771Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:20:52.6930477Z [ 27%] Built target bundled_program 2025-06-05T23:20:52.6931931Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:20:52.6933813Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:20:52.6935300Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:20:52.6936666Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:20:52.6938542Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:20:52.6940669Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:20:52.6942470Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:20:52.6944421Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:20:52.6945645Z [ 28%] Linking CXX static library libetdump.a 2025-06-05T23:20:52.6946670Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:20:52.6948507Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:20:52.6949873Z [ 28%] Built target etdump 2025-06-05T23:20:52.6950891Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:20:52.6952901Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:20:52.6954722Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:20:52.6956889Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:20:52.6959233Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:20:52.6961585Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:20:52.6963029Z [ 28%] Linking CXX static library libutil.a 2025-06-05T23:20:52.6964124Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:20:52.6965144Z [ 28%] Built target util 2025-06-05T23:20:52.6966268Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:20:52.6968020Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:20:52.6969715Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:20:52.6971794Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:52.6974340Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:52.6975946Z [ 29%] Linking CXX static library libcpublas.a 2025-06-05T23:20:52.6976547Z [ 29%] Built target cpublas 2025-06-05T23:20:52.6978005Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:20:52.6980033Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:20:52.6982131Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:20:52.6984561Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:20:52.6986506Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:52.6988204Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:20:52.6990279Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:20:52.6992481Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:20:52.6994801Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:20:52.6996802Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:20:52.6998459Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:20:52.7000443Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:20:52.7002746Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:20:52.7004684Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:20:52.7006415Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:20:52.7008560Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:20:52.7010494Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:20:52.7012691Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:20:52.7014783Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:20:52.7016774Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:20:52.7018705Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:20:52.7020271Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:20:52.7021878Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:20:52.7023732Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:20:52.7025628Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:20:52.7027617Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:20:52.7029947Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:20:52.7032011Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:20:52.7033711Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:20:52.7035647Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:20:52.7037894Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:20:52.7040219Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:20:52.7042191Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:20:52.7043852Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:20:52.7045529Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:20:52.7047674Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:52.7050145Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:54.5249686Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:20:54.5251868Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:20:54.5253527Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:20:54.5255071Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:20:54.5257119Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:20:54.5260032Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:20:54.5262617Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:20:54.5264823Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:20:54.5267122Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:54.5269025Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:20:54.5270991Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:54.5273030Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:20:54.5274235Z [ 33%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:20:54.5274898Z [ 33%] Built target kernels_util_all_deps 2025-06-05T23:20:54.5276417Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:20:54.5278916Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:20:54.5281011Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:20:54.5282935Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:20:54.5284975Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:20:54.5286959Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:20:54.5288991Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:20:54.5290783Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:20:54.5292469Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:20:54.5294123Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:20:54.5295788Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:20:54.5297873Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:20:54.5299832Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:54.5301350Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:20:54.5303309Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:20:54.5305570Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:20:54.5307532Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:20:54.5309340Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:20:54.5310859Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:20:54.5312536Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:20:54.5314337Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:20:54.5316079Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:54.5317480Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:20:54.5319398Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:20:54.5321644Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:20:54.5323311Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:20:54.5325013Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:20:54.5326730Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:20:54.5328150Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:54.5330050Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:20:54.5332302Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:20:54.5334599Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:20:54.5336986Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:20:54.5339252Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:20:54.5341096Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:54.5342554Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:20:54.5344074Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:54.5345469Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:54.5347282Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:20:54.5349503Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:20:54.5351925Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:54.5353940Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:20:54.5355462Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:20:54.5356984Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:20:54.5359402Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-06-05T23:20:54.5361430Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:20:54.5363065Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:20:54.5364554Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:20:54.5366561Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:20:54.5368516Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:20:54.5370001Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:20:54.5371583Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:20:58.1178683Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:20:58.1181146Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:20:58.1183630Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:20:58.1185686Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:20:58.1187727Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:20:58.1189682Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:58.1191729Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:20:58.1193580Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:20:58.1195490Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:20:58.1198101Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:58.1200194Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:58.1202327Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:58.1204302Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:20:58.1206401Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:58.1208486Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:20:58.1210142Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:58.1212226Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:20:58.1214684Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:20:58.1217694Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:58.1219952Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:20:58.1222099Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:58.1224729Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:58.1226792Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:20:58.1228772Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:20:58.1231319Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:20:58.1233914Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:20:58.1236816Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:20:58.1238954Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:20:58.1241055Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:58.1245593Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:58.1247763Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:58.1249916Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:58.1252555Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:20:58.1254850Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:20:58.1256514Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:20:58.1258539Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:20:58.1261030Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:20:58.1263155Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:20:58.1265136Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:20:58.1267609Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:20:58.1270147Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:20:58.1272843Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:58.1275282Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:20:58.1276982Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:20:58.1279120Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:20:58.1281752Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:20:58.1283937Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:20:58.1285404Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:20:58.1287351Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-06-05T23:20:58.1289183Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:20:58.1291119Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-06-05T23:20:58.1293545Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:20:58.1295452Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:20:58.1297066Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:20:58.1299018Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:20:58.1301438Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:20:58.1303837Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:20:58.1305831Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:20:58.1307364Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:21:01.5507789Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:21:01.5509127Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:21:01.5510225Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:21:01.5511347Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:21:01.5512549Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:21:01.5513648Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:21:01.5514709Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:21:01.5515837Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:21:01.5517191Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:21:01.5518353Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:21:01.5519617Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:21:01.5520711Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:21:01.5521796Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:21:01.5523101Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:21:01.5524575Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:21:01.5526319Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:21:01.5527669Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:21:01.5529053Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:21:01.5530735Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:21:01.5532241Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:21:01.5533583Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:21:01.5534714Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:21:01.5535640Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:21:01.5536677Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:21:01.5537748Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:21:01.5538869Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-06-05T23:21:01.5540129Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-06-05T23:21:01.5541131Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:21:01.5541909Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:21:01.5542966Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-06-05T23:21:01.5545588Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:21:01.5546569Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:21:01.5547544Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:21:01.5548932Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:21:01.5550063Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:21:01.5551102Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:21:01.5552307Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:21:01.5553365Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:21:01.5554409Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:21:01.5555616Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:21:01.5556558Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:21:01.5557397Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:21:01.5558466Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:21:01.5559446Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:21:01.5560405Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:21:01.5561915Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:21:01.5563419Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:21:01.5564803Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:21:01.5565989Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:21:01.5567335Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:21:01.5568980Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:21:01.5570569Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:21:01.5572031Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:21:01.5573445Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:21:01.5574653Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:21:01.5576068Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:21:01.5577699Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:21:01.5579044Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:21:01.5580423Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:21:01.5582151Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:21:01.5583789Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:21:03.6765558Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:21:03.6767461Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:21:03.6769236Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:21:03.6771076Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:21:03.6772342Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:21:03.6773311Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:21:03.6774267Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:21:03.6775399Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:21:03.6776514Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:21:03.6777657Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:21:03.6779312Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:21:03.6781050Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:21:03.6782906Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:21:03.6784958Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:21:03.6787092Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:21:03.6788973Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:21:03.6790612Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:21:03.6792512Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:21:03.6794622Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:21:03.6796688Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:21:03.6798457Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:21:03.6800100Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:21:03.6801982Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:21:03.6803721Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:21:03.6806204Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:21:03.6808497Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:21:03.6810629Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:21:03.6812505Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:21:03.6814332Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:21:03.6816095Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:21:03.6817358Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:21:03.6818342Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:21:03.6819305Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:21:03.6820114Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:21:03.6820890Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:21:03.6821837Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:21:03.6822968Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:21:03.6823962Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:21:03.6824852Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:21:03.6825970Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:21:03.6827118Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:21:03.6828244Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:21:03.6829332Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:21:03.6830338Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:21:03.6831359Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:21:03.6832492Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:21:03.6833459Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:21:03.6834236Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:21:03.6835198Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:21:03.6836325Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:21:03.6837408Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:21:03.6838376Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:21:03.6839405Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:21:03.6840248Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:21:03.6841261Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:21:03.6842259Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:21:03.6844019Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:21:03.6845597Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:21:03.6847168Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:21:03.6848714Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:21:03.6850419Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:21:03.6852298Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:21:03.6853975Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:21:03.6855342Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:21:05.3752991Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:21:05.3754794Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:21:05.3755906Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:21:05.3757098Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:21:05.3758370Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:21:05.3759625Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:21:05.3760830Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:21:05.3761907Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:21:05.3762943Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:21:05.3764007Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:21:05.3765127Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:21:05.3766484Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:21:05.3767938Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:21:05.3769239Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:21:05.3770375Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:21:05.3771331Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:21:05.3772294Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:21:05.3773447Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:21:05.3774641Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:21:05.3775734Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:21:05.3776752Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:21:05.3778000Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:21:05.3779046Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:21:05.3779928Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:21:05.3781050Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:21:05.3782290Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:21:05.3783558Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:21:05.3784804Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:21:05.3785993Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:21:05.3787267Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:21:05.3788458Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:21:05.3789529Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:21:05.3790569Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:21:05.3791802Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:21:05.3792972Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:21:05.3794123Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:21:05.3795314Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:21:05.3796427Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:21:05.3797348Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:21:05.3798313Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:21:05.3799373Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:21:05.3800367Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:21:05.3801364Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:21:05.3802424Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:21:05.3803399Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:21:05.3804533Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:21:05.3805496Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:21:05.3806364Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:21:05.3807213Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:21:05.3808319Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:21:05.3809600Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:21:05.3811296Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:21:05.3812659Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:21:05.3813838Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:21:05.3814946Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:21:05.3815949Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:21:05.3816834Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:21:05.3817860Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:21:05.3819000Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:21:05.3820128Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:21:05.3821230Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:21:05.3822203Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:21:07.0215198Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:21:07.0217568Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:21:07.0220162Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:21:07.0222102Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:21:07.0223584Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:21:07.0225119Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:21:07.0227039Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:21:07.0228996Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:21:07.0230719Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:21:07.0232421Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:21:07.0234366Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:21:07.0236239Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:21:07.0238007Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:21:07.0239743Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:21:07.0241664Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:21:07.0244058Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:21:07.0246357Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:21:07.0248660Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:21:07.0250567Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:21:07.0252619Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:21:07.0254584Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:21:07.0256548Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:21:07.0258499Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:21:07.0260074Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:21:07.0261675Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:21:07.0263522Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:21:07.0265887Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:21:07.0267877Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:21:07.0269035Z [ 58%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:21:07.0270865Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:21:07.0273017Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:21:07.0274645Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:21:07.0276563Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:21:07.0278503Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:21:07.0280190Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:21:07.0281373Z [ 58%] Built target optimized_kernels 2025-06-05T23:21:07.0282438Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:21:07.0284405Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:21:07.0286436Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:21:07.0288054Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:21:07.0290130Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:21:07.0292362Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:21:07.0294741Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:21:07.0296761Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:21:07.0298885Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:21:07.0300931Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:21:07.0302954Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:21:07.0305095Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:21:07.0307110Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:21:07.0309141Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:21:07.0310760Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:21:07.0312646Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:21:07.0314646Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:21:07.0316763Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:21:07.0318764Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:21:07.0320396Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:21:07.0322528Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:21:07.0324948Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:21:07.0327293Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:21:07.0329295Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:21:07.0331022Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:21:07.0333092Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:21:07.0335127Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:21:07.0337273Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:21:07.0339391Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:21:08.3150091Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:21:08.3152262Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:21:08.3154606Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:21:08.3156942Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:21:08.3159002Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:21:08.3160722Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:21:08.3162334Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:21:08.3164272Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:21:08.3166553Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:21:08.3168665Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:21:08.3170729Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:21:08.3172785Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:21:08.3174608Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:21:08.3176240Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:21:08.3177754Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:21:08.3179390Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:21:08.3181623Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:21:08.3183811Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:21:08.3185585Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:21:08.3187457Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:21:08.3189404Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:21:08.3191446Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:21:08.3193441Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:21:08.3195359Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:21:08.3197292Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:08.3198898Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:21:08.3200437Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:21:08.3202299Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:21:08.3204145Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:21:08.3206110Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:21:08.3207996Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:21:08.3210121Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:21:08.3212197Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:21:08.3214313Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:21:08.3216581Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:21:08.3218967Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:21:08.3221135Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:21:08.3223099Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:21:08.3225025Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:21:08.3226535Z [ 62%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:21:08.3228055Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:21:08.3230499Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:21:08.3232763Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:21:08.3234840Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:21:08.3236900Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:21:08.3238653Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:21:08.3240469Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:21:08.3242598Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:21:08.3244813Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:21:08.3246940Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:21:08.3249022Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:21:08.3250370Z [ 64%] Built target optimized_portable_kernels 2025-06-05T23:21:08.3251669Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:21:08.3252966Z [ 64%] Merging kernel yaml files 2025-06-05T23:21:08.3254280Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:21:08.3256335Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:21:08.3258295Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:21:08.3260267Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:21:08.3262183Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:21:08.3264170Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:21:08.3266058Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:21:08.3268014Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:21:09.4747640Z [ 65%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:21:09.4749242Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:21:09.4751321Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:21:09.4753535Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:21:09.4755843Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:21:09.4758542Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:21:09.4761068Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:21:09.4763398Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:21:09.4765696Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:21:09.4768171Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:21:09.4770656Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:21:09.4773406Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:21:09.4776210Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:21:09.4778837Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:21:09.4781465Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:21:09.4783097Z [ 66%] Generating code for kernel registration 2025-06-05T23:21:09.4784548Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:21:09.4786805Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:21:09.4789102Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:21:09.4791381Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:21:09.4793664Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:21:09.4804633Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:21:09.4807385Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:21:09.4809832Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:21:09.4812254Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:21:09.4814669Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:21:09.4816918Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:21:09.4819005Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:21:09.4821121Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:21:09.4823512Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:21:09.4825697Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:21:09.4827776Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:21:09.4829902Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:21:09.4831985Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:21:09.4834055Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:21:09.4836177Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:21:09.4838284Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:21:09.4840394Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:21:09.4842731Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4845486Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4848273Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:21:09.4851051Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:21:09.4853578Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4856172Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4858773Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4861434Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4864231Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:09.4866962Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:21:09.4869618Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:21:09.4872360Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:21:09.4875112Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:21:09.4878110Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:21:09.4880922Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:21:09.4883586Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:09.4886276Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:21:10.5913180Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:21:10.5914667Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:21:10.5916106Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5917585Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:21:10.5919060Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5920443Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:21:10.5921819Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:21:10.5923267Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:21:10.5924832Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:21:10.5926439Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:10.5927888Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:21:10.5929415Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:21:10.5930962Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:21:10.5932571Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:21:10.5934177Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5935756Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5937599Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:21:10.5939189Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5940838Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:21:10.5942290Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:21:10.5945201Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:21:10.5946777Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:21:10.5948361Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:21:10.5949722Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:21:10.5951095Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:10.5952447Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:21:10.5953847Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:21:10.5955209Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:21:10.5956614Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:21:10.5958099Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5959566Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:21:10.5961041Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:10.5962467Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:21:10.5963929Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:21:10.5965323Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:21:10.5966806Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:21:10.5968189Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:21:10.5969804Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:21:10.5971522Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:10.5972905Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:21:10.5974587Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:21:10.5976056Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:21:10.5977528Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:21:10.5979085Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:21:10.5980453Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:10.5981809Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:10.5983172Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:10.5984526Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:11.4140653Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:11.4143343Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:21:11.4145549Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:21:11.4147671Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:21:11.4149717Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:11.4151744Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:11.4153842Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:11.4156143Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:11.4158262Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:11.4160441Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:21:11.4163040Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:21:11.4165219Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:21:11.4167362Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:21:11.4169454Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:21:11.4171620Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:21:11.4174101Z [ 74%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:11.4176482Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:21:11.4178721Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:21:11.4180877Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:21:11.4182826Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:21:11.4184830Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:21:11.4186988Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:21:11.4189428Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:21:11.4191960Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:11.4194484Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:11.4197168Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:11.4198953Z [ 75%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:21:11.4200745Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:11.4202420Z [ 75%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:11.4204120Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:11.4206837Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:21:11.4209483Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:21:11.4212148Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:21:11.4215030Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:11.4217795Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:11.4220422Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:11.4223083Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:11.4225776Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:11.4228390Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:21:11.4230993Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:21:11.4233659Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:21:11.4236271Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:11.4238915Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:11.4241596Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:11.4244393Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:11.4247042Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:11.4249630Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:21:11.4252042Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:21:11.4254562Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:11.4257025Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:21:12.3506310Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:12.3509050Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:12.3511803Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:12.3514592Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:12.3518203Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:12.3521069Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:12.3523747Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:12.3526662Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:12.3529459Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:12.3532264Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:12.3535068Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:12.3537808Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:12.3540539Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:12.3543615Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:21:12.3546513Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:12.3549424Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:12.3552333Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:12.3555191Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:12.3558049Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:12.3560878Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:12.3563697Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:12.3566525Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:12.3569252Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:12.3571998Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:12.3575093Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:12.3577927Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:12.3580868Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:12.3583627Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:12.3586348Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:21:12.3589255Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:12.3592059Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:21:12.3594663Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:21:12.3597243Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:21:12.3599891Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:21:12.3602428Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:21:12.3604875Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:21:12.3607303Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:21:12.3609699Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:21:12.3612048Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:21:12.3614246Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:21:12.3616585Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:21:12.3619129Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:21:12.3621740Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:21:12.3624225Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:21:12.3626571Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:21:12.3629014Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:12.3631567Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:21:12.3634271Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:21:12.3636932Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:21:12.3639608Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:21:12.3642160Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:21:13.1677876Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:21:13.1680106Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:13.1681408Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:21:13.1682610Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:21:13.1683726Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:21:13.1684824Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:21:13.1685989Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:21:13.1687094Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:21:13.1688283Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:21:13.1689392Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:21:13.1690508Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:21:13.1691620Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:21:13.1692804Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:21:13.1693973Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:21:13.1695138Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:21:13.1696320Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:21:13.1697439Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:21:13.1698664Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:21:13.1699942Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:21:13.1701438Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:13.1702858Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:21:13.1704194Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:21:13.1705470Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:21:13.1706761Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:13.1708102Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:21:13.1709460Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:21:13.1710797Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:21:13.1712100Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:21:13.1713403Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:21:13.1714697Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:21:13.1716025Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:13.1717385Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:13.1718755Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:13.1720110Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:13.1721490Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:13.1722857Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:21:13.1724187Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:21:13.1725527Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:21:13.1726922Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:21:13.1728273Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:21:13.1729630Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:13.1731223Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:13.1733217Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:21:13.1734656Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:21:13.1735972Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:21:13.1737223Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:21:13.1738436Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:21:13.1739618Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:21:13.1740817Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:21:13.1742258Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:21:13.1744253Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:21:13.1745436Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:21:13.1746695Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:14.1495920Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:14.1498463Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:14.1500860Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:14.1502257Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:14.1503540Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:14.1504810Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:14.1506087Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:14.1507376Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:14.1508650Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:14.1509931Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:14.1511411Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:14.1512660Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:14.1514057Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:14.1515408Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:14.1516739Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:14.1518058Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:14.1519352Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:14.1520655Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:14.1521954Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:14.1523220Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:14.1524504Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:21:14.1525957Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:21:14.1527856Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:21:14.1530050Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:21:14.1532274Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:21:14.1533631Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:21:14.1535084Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:21:14.1536369Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:21:14.1537519Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:21:14.1538637Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:21:14.1539743Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:21:14.1540859Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:21:14.1542052Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:21:14.1546243Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:21:14.1548248Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:21:14.1550122Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:21:14.1551572Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:21:14.1553229Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:14.1554775Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:21:14.1556069Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:21:14.1557365Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:21:14.1558691Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:21:14.1560233Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:21:14.1562251Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:21:14.1564600Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:14.1567041Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:21:14.1569281Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:21:14.1571014Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:21:14.1572549Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:21:14.1574140Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:21:14.1576144Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:21:14.1578068Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:21:14.1580051Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:21:14.1582173Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:21:14.9155864Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:21:14.9157779Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:21:14.9159964Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:21:14.9162185Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:21:14.9164232Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:21:14.9166412Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:21:14.9168697Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:21:14.9171058Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:21:14.9173104Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:14.9175580Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:21:14.9177862Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:21:14.9180100Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:21:14.9182332Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:21:14.9184492Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:21:14.9186735Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:21:14.9188625Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:21:14.9190382Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:21:14.9192033Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:21:14.9193293Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:21:14.9194579Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:21:14.9195921Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:14.9197214Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:21:14.9198481Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:21:14.9199649Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:21:14.9200821Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:21:14.9202079Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:21:14.9203159Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:21:14.9204386Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:21:14.9205517Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:21:14.9206773Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:21:14.9207954Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:21:14.9209099Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:21:14.9210283Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:14.9211585Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:21:14.9212707Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:21:14.9213755Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:21:14.9214808Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:21:14.9215917Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:21:14.9217035Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:21:14.9218115Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:21:14.9219300Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:21:14.9220594Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:21:14.9221902Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:21:14.9223222Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:21:14.9224562Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:21:14.9225847Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:21:14.9227051Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:21:14.9228237Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:21:14.9229466Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:21:14.9230810Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:21:14.9232132Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:21:14.9233409Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:21:14.9234703Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:21:14.9235964Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:21:14.9237204Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:21:16.1537420Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:21:16.1539021Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:21:16.1540140Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:21:16.1541214Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:21:16.1542253Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:21:16.1543502Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:21:16.1544568Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:21:16.1545634Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:21:16.1546661Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:21:16.1547697Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:21:16.1548740Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:21:16.1549909Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:21:16.1551090Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:21:16.1552234Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:21:16.1553534Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:21:16.1554726Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:21:16.1555930Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:21:16.1557140Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:21:16.1558818Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:21:16.1560102Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:21:16.1562003Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:21:16.1563911Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:21:16.1565818Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:21:16.1567519Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:21:16.1569186Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:21:16.1570867Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:21:16.1572574Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:21:16.1574312Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:21:16.1575931Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:21:16.1577350Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:21:16.1578738Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:21:16.1580146Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:21:16.1581500Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:21:16.1582931Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:21:16.1584303Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:21:16.1585857Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:21:16.1587599Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:21:16.1589075Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:21:16.1590139Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:21:16.1591200Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:21:16.1592261Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:21:16.1594000Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:21:16.1595530Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:21:16.1596620Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:21:16.1597758Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:21:16.1598803Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:21:16.1599867Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:21:16.1600929Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:21:16.1601977Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:21:16.1602965Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:21:16.1604170Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:21:16.1605011Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:21:16.1605401Z [ 97%] Built target microkernels-prod 2025-06-05T23:21:16.1605796Z [ 97%] Generating build_identifier.c 2025-06-05T23:21:16.1606455Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:21:16.1607433Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:21:16.1608453Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:21:16.1609354Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:21:16.1610267Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:21:16.1611203Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:21:16.1612123Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:21:16.1613083Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:21:26.2716109Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:21:26.2717974Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:21:26.2719887Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:21:26.2721619Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:21:26.2723304Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:21:26.2725018Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:21:26.2726807Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:21:26.2728681Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:21:26.2730514Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:21:26.2732421Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:21:26.2734216Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:21:26.2735946Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:21:26.2737606Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:21:26.2738599Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:21:26.2739715Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:21:26.2740646Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:21:26.2741555Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:21:26.2742928Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:21:26.2744733Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:21:26.2746135Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:21:26.2747035Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:21:26.2748002Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:21:26.2748640Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:21:26.2749028Z [100%] Built target XNNPACK 2025-06-05T23:21:26.2749566Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:21:26.2750447Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:21:26.2751298Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:21:26.2752187Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:21:26.2753086Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:21:26.2753968Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:21:26.2754651Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:21:26.2755052Z [100%] Built target xnnpack_backend 2025-06-05T23:21:26.2755852Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:21:26.2757008Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:26.2757756Z [100%] Built target portable_lib 2025-06-05T23:21:26.2758595Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:21:26.2759798Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:21:26.2760853Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:21:26.2761750Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:21:26.2762674Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:21:26.2763379Z Linking CXX static library libcoreml_util.a 2025-06-05T23:21:26.2763735Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:21:26.2764326Z Built target coreml_util 2025-06-05T23:21:26.2764681Z Built target coreml_inmemoryfs 2025-06-05T23:21:26.2765349Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:21:26.2766490Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:21:26.2767344Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:26.2767810Z Built target executorchcoreml 2025-06-05T23:21:26.2768099Z [ 0%] Built target flatcc_external_project 2025-06-05T23:21:26.2768450Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:21:26.2768772Z [ 2%] Built target pthreadpool 2025-06-05T23:21:26.2769062Z [ 2%] Built target common_schema 2025-06-05T23:21:26.2769342Z [ 3%] Built target xnnpack_schema 2025-06-05T23:21:26.2769631Z [ 4%] Built target flatccrt 2025-06-05T23:21:26.2769891Z [ 6%] Built target cpuinfo 2025-06-05T23:21:26.2770155Z [ 7%] Built target logging 2025-06-05T23:21:26.2770424Z [ 7%] Built target microparams-init 2025-06-05T23:21:26.2770728Z [ 8%] Built target indirection 2025-06-05T23:21:26.2771013Z [ 8%] Built target eigen_blas 2025-06-05T23:21:26.2771281Z [ 8%] Built target datatype 2025-06-05T23:21:26.2771559Z [ 8%] Built target normalization 2025-06-05T23:21:26.2771849Z [ 8%] Built target reference-ukernels 2025-06-05T23:21:26.2772164Z [ 8%] Built target operator-utils 2025-06-05T23:21:26.2772456Z [ 8%] Built target operator-run 2025-06-05T23:21:26.2772745Z [ 8%] Built target program_schema 2025-06-05T23:21:26.2773031Z [ 8%] Built target hardware-config 2025-06-05T23:21:26.2773325Z [ 8%] Built target packing 2025-06-05T23:21:26.2773592Z [ 8%] Built target allocator 2025-06-05T23:21:26.2773845Z [ 8%] Built target cache 2025-06-05T23:21:26.2774118Z [ 8%] Built target microkernel-utils 2025-06-05T23:21:26.2774412Z [ 8%] Built target memory 2025-06-05T23:21:26.2774683Z [ 8%] Built target mutex 2025-06-05T23:21:26.2774987Z [ 11%] Built target operators 2025-06-05T23:21:26.2775269Z [ 12%] Built target executorch_core 2025-06-05T23:21:26.2775569Z [ 13%] Built target extension_data_loader 2025-06-05T23:21:26.2775886Z [ 14%] Built target subgraph 2025-06-05T23:21:26.2776217Z [ 14%] Built target extension_threadpool 2025-06-05T23:21:26.2776539Z [ 14%] Built target extension_tensor 2025-06-05T23:21:26.2776836Z [ 16%] Built target executorch 2025-06-05T23:21:26.2777106Z [ 16%] Built target bundled_program 2025-06-05T23:21:26.2777560Z [ 17%] Built target cpublas 2025-06-05T23:21:26.2777952Z [ 17%] Built target etdump 2025-06-05T23:21:26.2778257Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:21:26.2778600Z [ 18%] Built target util 2025-06-05T23:21:26.2778864Z [ 19%] Built target optimized_kernels 2025-06-05T23:21:26.2779264Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:21:26.2779631Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:26.2779972Z [ 97%] Built target microkernels-prod 2025-06-05T23:21:26.2780273Z [100%] Built target XNNPACK 2025-06-05T23:21:26.2780549Z [100%] Built target xnnpack_backend 2025-06-05T23:21:26.2780834Z [100%] Built target portable_lib 2025-06-05T23:21:26.2781375Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:21:26.2782282Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:21:26.2783113Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:21:26.2783969Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:21:26.2784972Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:21:26.2785856Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:21:26.2786781Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:21:26.2787641Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:21:26.2788510Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:21:26.2789371Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:21:26.2789994Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:21:26.2790352Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:21:26.2790684Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:21:26.2791026Z [ 1%] Built target flatcc_external_project 2025-06-05T23:21:26.2791348Z [ 2%] Built target pthreadpool 2025-06-05T23:21:26.2791633Z [ 3%] Built target cpuinfo 2025-06-05T23:21:26.2791892Z [ 3%] Built target common_schema 2025-06-05T23:21:26.2792187Z [ 4%] Built target xnnpack_schema 2025-06-05T23:21:26.2792466Z [ 6%] Built target eigen_blas 2025-06-05T23:21:26.2792743Z [ 7%] Built target flatccrt 2025-06-05T23:21:26.2792997Z [ 8%] Built target logging 2025-06-05T23:21:26.2793265Z [ 8%] Built target indirection 2025-06-05T23:21:26.2793543Z [ 8%] Built target microparams-init 2025-06-05T23:21:26.2793847Z [ 8%] Built target normalization 2025-06-05T23:21:26.2794119Z [ 8%] Built target datatype 2025-06-05T23:21:26.2794392Z [ 8%] Built target program_schema 2025-06-05T23:21:26.2794696Z [ 8%] Built target reference-ukernels 2025-06-05T23:21:26.2794997Z [ 8%] Built target hardware-config 2025-06-05T23:21:26.2795288Z [ 8%] Built target packing 2025-06-05T23:21:26.2795547Z [ 8%] Built target allocator 2025-06-05T23:21:26.2795815Z [ 8%] Built target cache 2025-06-05T23:21:26.2796061Z [ 8%] Built target memory 2025-06-05T23:21:32.3315592Z [ 8%] Built target microkernel-utils 2025-06-05T23:21:32.3316130Z [ 8%] Built target mutex 2025-06-05T23:21:32.3316407Z [ 8%] Built target operator-utils 2025-06-05T23:21:32.3316718Z [ 8%] Built target operator-run 2025-06-05T23:21:32.3317072Z [ 9%] Built target executorch_core 2025-06-05T23:21:32.3317374Z [ 12%] Built target operators 2025-06-05T23:21:32.3317682Z [ 12%] Built target extension_threadpool 2025-06-05T23:21:32.3318013Z [ 12%] Built target extension_data_loader 2025-06-05T23:21:32.3318336Z [ 12%] Built target extension_tensor 2025-06-05T23:21:32.3318623Z [ 13%] Built target executorch 2025-06-05T23:21:32.3318904Z [ 15%] Built target subgraph 2025-06-05T23:21:32.3319179Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:21:32.3319492Z [ 18%] Built target cpublas 2025-06-05T23:21:32.3319783Z [ 18%] Built target bundled_program 2025-06-05T23:21:32.3320081Z [ 18%] Built target etdump 2025-06-05T23:21:32.3320359Z [ 19%] Built target optimized_kernels 2025-06-05T23:21:32.3320660Z [ 19%] Built target util 2025-06-05T23:21:32.3320930Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:21:32.3321288Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:32.3321632Z [ 95%] Built target microkernels-prod 2025-06-05T23:21:32.3321925Z [ 97%] Built target XNNPACK 2025-06-05T23:21:32.3322208Z [ 97%] Built target xnnpack_backend 2025-06-05T23:21:32.3322493Z [ 97%] Built target portable_lib 2025-06-05T23:21:32.3323085Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:21:32.3323923Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:21:32.3325231Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:21:32.3326353Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:21:32.3327401Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:32.3328278Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:21:32.3329151Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:21:32.3330038Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:21:32.3330903Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:21:32.3331740Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:21:32.3332415Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:21:32.3332827Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:21:32.3333267Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:21:32.3333708Z [ 98%] Generating code for kernel registration 2025-06-05T23:21:32.3334709Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:32.3335658Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:21:32.3336050Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:21:32.3336463Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:21:32.3339149Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-06-05T23:21:32.3341761Z [ 98%] Generating code for kernel registration 2025-06-05T23:21:32.3342449Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:21:32.3343716Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:21:32.3344673Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:21:32.3345457Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:21:32.3346268Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:21:32.3347099Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:21:32.3347919Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:32.3348738Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:21:32.3349557Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:21:32.3350392Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:21:32.3351351Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:21:32.3352209Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:21:32.3353248Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:32.3354288Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:21:32.3355098Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:21:32.3355479Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:21:32.3355782Z running build_py 2025-06-05T23:21:32.3356106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:32.3356751Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:32.3357513Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:32.3358256Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:32.3359020Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:32.3359645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:21:32.3360291Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:21:32.3360923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3361504Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3362274Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3363047Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3363809Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3364577Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3365332Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3366191Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3366933Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3367645Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3368387Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3369189Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3370068Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3370839Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3371619Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3372378Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3373146Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3373921Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3374654Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3375379Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3376171Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3377031Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3377777Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3378492Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3379212Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:32.3379804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:21:32.3797914Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:21:32.3798682Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:32.3799421Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:32.3800275Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:32.3801257Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:32.3801942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3802663Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3803773Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3804755Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3805811Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3806793Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3807721Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3808652Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3809603Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3810674Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3811655Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3812649Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3813568Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3814518Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:32.3815273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:32.3816084Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:32.3817146Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:32.3818350Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:32.3819630Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:32.3820647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:32.3821607Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:32.3822606Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:32.3823648Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:32.3824435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:32.3825214Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:32.3826236Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:32.3827262Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:32.3828316Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:32.3829074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:32.3829862Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:32.3830860Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:32.3831895Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:32.3832684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:21:32.3833497Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:21:32.3834299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3835101Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3836158Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3837256Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3838480Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3839620Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3840808Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3842132Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3843616Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3844809Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3845980Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3847046Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3848301Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3849525Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3850735Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3851870Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:32.3852805Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:32.3853552Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:32.3854731Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:32.3855739Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:32.3856700Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:32.3857676Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:32.3858620Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:32.3859372Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:32.3860387Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:32.3861213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:32.3861994Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:32.3863026Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:32.3863898Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:32.3865174Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:32.4232090Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:32.4233149Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:32.4234147Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:32.4235480Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:32.4236611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:32.4237636Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:32.4238937Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:32.4239921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:32.4241111Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:32.4242389Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:32.4243717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:32.4244841Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:32.4246044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4246965Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4248195Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4249442Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4250670Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4251934Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4253257Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4254519Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4255774Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4257041Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4258323Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4259566Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4260796Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4262032Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4263307Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4264509Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4265724Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4266934Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4268152Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4269358Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4270730Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:32.4271759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:32.4272694Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:32.4273982Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:32.4274968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:32.4275988Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:32.4277361Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:32.4278362Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4279235Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4280493Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4281670Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4282859Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4284025Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4285176Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4286405Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:32.4287279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:32.4288265Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:32.4289414Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:32.4290269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4291064Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4292062Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4293196Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4294393Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4295459Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4296582Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4297719Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4298838Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4673957Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4675081Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4676162Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4677309Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4678667Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4679832Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4680958Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4682036Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4683135Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4684361Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4685703Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4686950Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4688240Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4689374Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4690495Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4691691Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4692894Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4694126Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4695350Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4696530Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4697624Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4698684Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4700083Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4701342Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4702544Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4703802Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4704878Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4705962Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4707130Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4708392Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4709552Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4710759Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4711981Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4713126Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4714239Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4715390Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4716614Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4717789Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4718885Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4719982Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4721119Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4722407Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4723564Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4724764Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4726127Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:32.4727163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4728091Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4729520Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4730843Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4732144Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4733468Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4734723Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4736079Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4737371Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4738681Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.4740043Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.5141320Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:32.5142437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5143488Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5144583Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5145678Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5147235Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5149269Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5159522Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5160792Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5161891Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5162974Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5164679Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5166412Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5167730Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5168857Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5170043Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5171080Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5172367Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5174302Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5175376Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5176432Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5177469Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5178517Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5179553Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5180630Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5181741Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5183028Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5185059Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5186986Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5188068Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5189145Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5190221Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5191337Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5192434Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5194113Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5196223Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5197758Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5198829Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5199896Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5201119Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5202493Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5204409Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5205559Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5206639Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5207758Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5208893Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5210415Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5212325Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5213474Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5214551Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5215702Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5216888Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5218614Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5220252Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:32.5221117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:32.5221947Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:32.5223041Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:32.5224195Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:32.5225489Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:32.5227675Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:32.5228583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:21:32.5602135Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:21:32.5603060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:32.5603832Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:32.5605088Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:32.5607170Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:32.5608417Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:32.5609213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:21:32.5610044Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:21:32.5610874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5611785Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5613493Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5615219Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5616387Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5617534Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5618701Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5619882Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5621886Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5623358Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5624642Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5625876Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:32.5626751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5627646Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5629205Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5631041Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5632190Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5633336Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5634510Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5635720Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5637710Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5639316Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5640519Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5641704Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:32.5642565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5643592Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5644672Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5646731Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5648018Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5649073Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5650127Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5651181Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5652257Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5653524Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5655492Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5656612Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5657689Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5658724Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5659785Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5660860Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5662939Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5664133Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5665202Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5666281Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5667377Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5668695Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5670780Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5672088Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5673201Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5674243Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5675274Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.5676327Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6076103Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6077211Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6078273Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6079347Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6081224Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6082759Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6083857Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6084962Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6086161Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6087254Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6089216Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6090672Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6091748Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6092898Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6094009Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6095073Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6096140Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6097227Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6098997Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6101117Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6102767Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6103869Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6104952Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6106041Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6107140Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6109038Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6110416Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6111450Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6112493Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6113549Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6114621Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6115696Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6117505Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6119080Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6120168Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6121261Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6122320Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6123434Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6125205Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6126917Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6127996Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6129068Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6130184Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6131439Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6133592Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6135004Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6136064Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6137149Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6138230Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6139292Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6140767Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6142558Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6143937Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6144993Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6146048Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6147127Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6148914Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6150654Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6151858Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6152976Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6454040Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6455196Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6456269Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:32.6457281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6459004Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6460549Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6461823Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6463327Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6464877Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6467082Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6468424Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6469716Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6470988Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6472325Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6473638Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6474914Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6476160Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6477375Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6479165Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6481041Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6482364Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6483667Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6484916Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6486252Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6487475Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6488731Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:32.6490067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:21:32.6491805Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:21:32.6492853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:32.6493727Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:32.6495033Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:32.6496223Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:32.6498394Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:32.6499539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:21:32.6500441Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:21:32.6501396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:32.6502503Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:32.6503702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:32.6505667Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:32.6508068Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:32.6509451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6510875Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6513196Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6515584Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6517322Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6519083Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6521193Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6523762Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6525556Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6527246Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6529974Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6743498Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6745508Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6747249Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6748999Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6750673Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6752399Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6754129Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6755879Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6757772Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6759548Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6761280Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6762987Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6764736Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6766665Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6768399Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6770122Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6771830Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6773699Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6775460Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6777214Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6779037Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6780801Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6782547Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6784268Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:32.6785649Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:32.6787023Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:32.6788357Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:32.6789736Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:32.6791131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:32.6792574Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:32.6794047Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:32.6795563Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:32.6797094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:32.6798692Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:32.6800781Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:32.6802424Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:32.6804035Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:32.6806178Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:32.6807709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:32.6809291Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:32.6810869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:32.7013367Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:32.7015590Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:32.7017692Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:32.7019874Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:32.7022045Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:32.7023581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:32.7025175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:32.7027256Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:32.7029271Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:32.7030848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:32.7032594Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:32.7034322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:32.7036129Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:32.7037849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:32.7039534Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:32.7041204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:32.7042850Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:32.7044685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:32.7046386Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:32.7048096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:32.7049889Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:32.7051552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:32.7053227Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:32.7054900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:32.7056686Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:32.7058398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:32.7060036Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:32.7061669Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:32.7063293Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:32.7064927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:32.7066812Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:32.7068636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:32.7070245Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:32.7072346Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:32.7074474Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:32.7076662Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:32.7078293Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:32.7079926Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:32.7081574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:32.7230094Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:32.7231784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:32.7233420Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:32.7235035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:32.7236916Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:32.7238605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:32.7240487Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:32.7243024Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:32.7245143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:32.7247374Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:32.7250143Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:32.7252932Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:32.7255545Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:32.7257502Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:32.7259548Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:32.7262051Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:32.7264444Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:32.7266261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:32.7268400Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:32.7270933Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:32.7273470Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:32.7275978Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:32.7277849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:32.7279812Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:32.7282351Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:32.7284247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:32.7286467Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:32.7289088Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:32.7291664Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:32.7293602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7295711Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7298257Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7300864Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7441643Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7444564Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7447252Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7450234Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7453328Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7455974Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7458580Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7461339Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7463946Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7466513Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7469276Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7472076Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7474726Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7477414Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7480224Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7482931Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7485750Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7488438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7491028Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:32.7493005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:32.7494977Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:32.7497563Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:32.7499553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7501691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7504507Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7507392Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7510258Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7513185Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7703413Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7706432Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:32.7708662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:32.7710996Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:32.7713841Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:32.7716798Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:32.7719686Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:32.7722502Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:32.7724453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7726258Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7728489Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7730917Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7733395Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7735880Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7738257Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7741016Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7743514Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7745751Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7747974Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:32.7749811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7751920Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7754670Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7757154Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7759628Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7762263Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7764746Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7767310Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7769967Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7772443Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7775081Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7876446Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7879520Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7882541Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:32.7884678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:32.7886754Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:32.7889296Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:32.7891918Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:32.7893793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:32.7895868Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:32.7898726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7901795Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7906043Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7909540Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7913728Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7918112Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7922109Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:32.7925051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:32.7927669Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:32.7929339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:32.7931157Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:32.7933529Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:32.7935833Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:32.7937520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:32.7939148Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:32.7940811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7943690Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7948108Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7952462Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7956279Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7960482Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7963324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7967936Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7972727Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7976401Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7978782Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7981092Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7983389Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7985686Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7988189Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7990719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7993110Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7995402Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.7997891Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.8000324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.8002794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.8007037Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.8009687Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:32.8011659Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:32.8013459Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:32.8016874Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:32.8018694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8020615Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8024257Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8026969Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8029560Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8033261Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8035916Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8038497Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:32.8041528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:32.8043717Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:32.8046468Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:32.8050010Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:32.8052542Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:32.8054419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:32.8056327Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:32.8397438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:32.8399461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:32.8401719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:32.8404874Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:32.8408144Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:32.8411086Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:32.8413989Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:32.8415911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8416821Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8417862Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8419081Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8420232Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8421375Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8422685Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8423734Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8424857Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8426105Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8427221Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8428537Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8429761Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8430932Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8432186Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8433470Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8434725Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8435902Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8437067Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:32.8438110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:32.8439084Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:32.8440432Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:32.8441583Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:32.8442684Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:32.8443745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:32.8444598Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:32.8445968Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:32.8447310Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:32.8448219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:32.8449205Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:32.8450488Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:32.8451743Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:32.8453003Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:32.8453927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8454903Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8456180Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8457836Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8459074Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8460358Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8461683Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8463094Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8464356Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8465635Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:32.8466603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:32.8467519Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:32.8468637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:32.8680033Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:32.8681478Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:32.8682572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:32.8683652Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:32.8685246Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:32.8687023Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:32.8688075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:32.8689085Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:32.8690186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:32.8691386Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:32.8692635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:32.8694044Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:32.8695600Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:32.8697190Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:32.8698781Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:32.8700093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:32.8701650Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:32.8703462Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:32.8705313Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:32.8706666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:32.8708060Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:32.8709973Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:32.8711674Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:32.8713387Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:32.8714802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:32.8716332Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:32.8718374Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:32.8720303Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:32.8722195Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:32.8723636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:32.8725003Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:32.8726720Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:32.8727962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:32.8729210Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:32.8730922Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:32.8732319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8733616Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8735329Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8737050Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8738785Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8740515Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8742214Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8744097Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:32.8745338Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.8746537Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.8748204Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.8749950Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.8751656Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.8753325Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9056281Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9057954Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9059537Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9061103Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9062812Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9064394Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9066000Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9067619Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9069208Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9070929Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:32.9072024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:32.9072862Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:32.9073697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:21:32.9074639Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:21:32.9075545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:21:32.9076442Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:21:32.9077468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:32.9078862Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:32.9080703Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:32.9082056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9083103Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9084425Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9085764Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9087050Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9088350Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9089633Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9091053Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9092344Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9093595Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9094866Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:32.9095822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:32.9096680Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:32.9097901Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:32.9098890Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:32.9099795Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:32.9100976Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:32.9102348Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:32.9103549Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:32.9104468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:32.9105393Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:32.9106645Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:32.9107872Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:32.9108931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:32.9109936Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:32.9111038Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:32.9112216Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:32.9113391Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:32.9114255Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:32.9115157Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:32.9116290Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:32.9117380Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:32.9118378Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9119277Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9120450Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9121537Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9122623Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9391271Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9392420Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9393574Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9394740Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9395929Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9397222Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9398317Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:32.9399191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:32.9400113Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:32.9401308Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:32.9402466Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:32.9403945Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:32.9404891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:32.9406069Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:32.9407402Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:32.9408793Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:32.9410251Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:32.9411331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:32.9412240Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:32.9413206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:32.9414279Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:32.9415695Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:32.9416806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9417883Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9419304Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9420888Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9422343Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9423805Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9425255Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:32.9426383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:32.9427517Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:32.9429121Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:32.9430970Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:32.9432813Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:32.9434443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:32.9435758Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:32.9437501Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:32.9439190Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:32.9440882Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:32.9442343Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:32.9443833Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:32.9445243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9446834Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9448892Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9451087Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9453096Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9455100Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9457078Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9459014Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9460950Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9751658Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9753745Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9755969Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9758222Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9760235Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:32.9761694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:32.9763026Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:32.9764857Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:32.9766844Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:32.9768677Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:32.9769968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9771034Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9772494Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9774049Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9775507Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9776893Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9778296Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9779710Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9781383Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9782899Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9784400Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9786016Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9787871Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9789583Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9791041Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9792521Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9794003Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9795459Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9796918Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9798356Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9799796Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9801231Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9802648Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9804169Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9805639Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9807128Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9808667Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9810127Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9811691Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9813083Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9814484Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9815937Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9817415Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9819002Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9820622Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9822135Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:32.9823646Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0133415Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0134908Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0136375Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0137797Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0139372Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0140987Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0142513Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0144067Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0145502Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0147064Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0148488Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0149910Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0151356Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0152839Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0154533Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0156115Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0157565Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0159166Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0160714Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0162282Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0163740Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0165222Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0166821Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0168338Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0169817Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0171354Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0172735Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0174137Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0175611Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0177115Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0178561Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0180068Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0181483Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0182950Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0184377Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0185905Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0187656Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0189193Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0190752Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0192289Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0193758Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0195313Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0196895Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0198340Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0199721Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0201164Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0202538Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0203989Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0205533Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0525559Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0527214Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0528808Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0530233Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0531641Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0533033Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0534429Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0535818Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0537215Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0538577Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0540130Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0541626Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0543059Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0544753Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0546255Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0547663Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0549073Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0550482Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0551883Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0553332Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0554900Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0556416Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0557889Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0559313Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0560795Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0562369Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0563944Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0565517Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0566959Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0568391Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0569831Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0571346Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0572839Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0574312Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0575753Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0577192Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0578666Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0580105Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0581502Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0582898Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0584313Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0585735Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0587157Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0588634Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0590150Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0591643Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0593125Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0594632Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0596073Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0893527Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0894962Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0896483Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0898145Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0899819Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0901422Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0903001Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0915444Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0917235Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0918871Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0920661Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0922257Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0923866Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0925519Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0927065Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0928709Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0930237Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0931797Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0933389Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0935030Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0936758Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0938305Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0939820Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0941518Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0943340Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0944921Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0946445Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0947817Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0949160Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0950517Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0951883Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0953503Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0955062Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0956641Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0958257Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0959813Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0961469Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0963143Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0964947Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0967098Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0968709Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0970454Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0972038Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0973638Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0975330Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0976996Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0978431Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.0979826Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.1187977Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.1189400Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:33.1190547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1192620Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1194849Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1196635Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1198521Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1200517Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1202629Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1204422Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1206314Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1208213Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1210676Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1212609Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1214420Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1216387Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1218449Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1220261Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1222021Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1223771Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1225741Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1227581Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1229398Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1231168Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1233104Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1234837Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1236597Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1238411Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1240214Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1242026Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1244118Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1245956Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1247895Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1249903Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1251683Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1253476Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1255255Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1257034Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1258916Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1488095Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1489944Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1491709Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1493444Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1495330Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1497094Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1498856Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1500610Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1502482Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1504236Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1506171Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1508019Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1509769Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1511751Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1513487Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1515229Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1516971Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1518810Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1520643Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1522567Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1524348Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1526333Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1528121Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1529932Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1531796Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1533767Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1535586Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1537437Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1539291Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1541042Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1542897Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1544844Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1546645Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1548419Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1550176Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1552118Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1554103Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1555953Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1783829Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1785668Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1787420Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1789160Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1790928Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1792839Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1794878Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1796934Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:33.1798369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:33.1799734Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:33.1801038Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:33.1802207Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:33.1803690Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:33.1805367Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:33.1806758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1808159Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1809895Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1811764Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1813661Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1815686Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1817666Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1819579Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1821397Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1823191Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1825291Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1827405Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1829302Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1831137Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1832964Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1835051Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1837029Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:33.1838452Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1839714Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1841414Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1843349Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1844990Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1846702Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1848374Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1850275Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1851931Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.1853582Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:33.2200972Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:33.2201948Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:33.2203386Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:33.2204443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:21:33.2205324Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:21:33.2206286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:21:33.2207309Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:21:33.2208296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2209349Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2210585Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2211759Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2212958Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2214177Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2215409Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2216838Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2218131Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2219356Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2220569Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2221758Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:33.2222665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2223529Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2224698Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2226085Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2227258Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2228424Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2229577Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2230733Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2232055Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2233778Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2235010Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2236297Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2237516Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2238822Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2240166Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2241445Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2242710Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2244217Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2245636Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2246904Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2248128Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2249474Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2250775Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2251938Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2253220Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2254526Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2255803Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2257086Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2258356Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2259568Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2260953Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2262147Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2263404Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2264660Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2265863Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2267071Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2268237Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2648921Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:33.2649834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2650733Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2651905Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2653071Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2654298Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2655593Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2656742Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2657865Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2659011Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2660170Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2661330Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2662665Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2663833Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2664949Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2666088Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2667216Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2668546Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2669780Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2671003Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2672186Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2673393Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2674541Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2675678Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2676955Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2678097Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2679221Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2680353Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2681496Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2682652Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2683826Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2685037Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2686232Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2687384Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2688537Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2689693Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2690903Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2692204Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2693357Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2694524Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2695722Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2697014Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2698233Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2699457Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2700609Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2701774Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2702952Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2704117Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2705261Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2706510Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2707666Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2708828Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2709973Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2711100Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2712213Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2713334Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.2714525Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3121623Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3122794Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3123965Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3125130Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3126338Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3127474Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3128639Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3129807Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3131129Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3132471Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3133891Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3135161Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3136346Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3137497Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3138646Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3139932Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3141099Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3142289Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3143711Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3144890Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3146053Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3147456Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3148589Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3149753Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3150917Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3152039Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3153173Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3154328Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3155598Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3156980Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3158211Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3159643Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3160856Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3162117Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3163400Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:33.3164284Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:21:33.3165183Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:21:33.3166161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:33.3167099Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:33.3168343Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:33.3169557Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:33.3170698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:33.3171650Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:33.3172888Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:33.3174136Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:33.3175341Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:33.3176277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:33.3177349Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:33.3178658Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:33.3179631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:33.3180491Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:33.3181624Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:33.3182754Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:33.3183604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:33.3184469Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:33.3185795Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:33.3186700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:33.3187937Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:33.3553591Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:33.3554701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:33.3555717Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:33.3557080Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:33.3558333Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:33.3559324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3560214Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3561310Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3562465Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3563643Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3564808Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3566089Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3567284Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3568495Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3569870Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:33.3570762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:21:33.3571738Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:21:33.3572690Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:21:33.3573643Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:21:33.3574572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:21:33.3575444Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:21:33.3576351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:33.3577400Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:33.3578826Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:33.3580370Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:33.3581431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:33.3582303Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:33.3583440Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:33.3584596Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:33.3585928Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:33.3586819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:33.3587740Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:33.3588980Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:33.3590292Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:33.3591331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3592351Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3593820Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3595182Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3596549Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3597926Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3599259Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:33.3600413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:33.3601408Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:33.3602490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3603786Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3605547Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3607256Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3609091Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3610780Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3612368Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3613993Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:33.3615508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:33.3616911Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:33.3618333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:33.3619927Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:33.3992220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.3993391Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.3994597Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.3995832Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.3997026Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.3998189Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.3999556Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4000758Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4001918Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4003107Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4004299Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4005524Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4006741Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:33.4007727Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4008818Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4010116Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4011293Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4012417Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4013562Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4014848Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4016087Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4017225Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4018364Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4019528Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4020683Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4021819Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4023183Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4024462Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4025693Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4026824Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4027955Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4029109Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4030332Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4031641Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4032822Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4033998Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4035134Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4036354Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4037669Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4038919Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4040282Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4041673Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4042967Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4044375Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4045599Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4046777Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4047980Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4049272Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4050461Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4051598Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4052755Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4053917Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4055080Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4056264Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4057627Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4059007Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4060201Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4401970Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4403223Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4404531Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4405800Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4407161Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4408673Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:33.4409598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:33.4410520Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:33.4411761Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:33.4412713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:33.4413670Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:33.4414945Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:33.4415946Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:33.4417125Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:33.4418486Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:33.4419485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:33.4420353Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:33.4421531Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:33.4422467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:33.4423475Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:33.4424466Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:33.4425501Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:33.4426605Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:33.4427721Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:33.4428845Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:33.4429781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4430788Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4432095Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4433636Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4435023Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4436476Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4437944Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:33.4438989Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:33.4440026Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:33.4441522Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:33.4442482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4443626Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4444835Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4446097Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4447358Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4448709Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4450014Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4451277Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4452513Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4453748Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4454963Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4456367Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4457627Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4458823Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:33.4459709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4460603Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4461731Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4462900Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4464399Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4465567Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4466791Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4467933Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4469124Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4836263Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4837513Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4838673Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4839844Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4840965Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4842094Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4843394Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4844549Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4845899Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4847105Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4848286Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4849471Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4850610Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4851759Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4852911Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4854068Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4855250Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4856428Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4857586Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4859107Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4860472Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4861746Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4862903Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4864039Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4865255Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4866471Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4867636Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4868888Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4870056Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4871228Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4872412Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4873565Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4874728Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4875946Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4877143Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:33.4878140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4879237Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4880542Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4881907Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4883257Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4884552Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4885941Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4887341Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:33.4888360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:33.4889461Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:33.4890829Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:33.4892213Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:33.4893274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:33.4894460Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:33.4895945Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:33.4897007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:33.4897927Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:33.4899115Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:33.4900060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:33.4901077Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:33.4902100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:33.4903127Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:33.5413635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:33.5414746Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:33.5415858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:33.5416981Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:33.5418138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:33.5419316Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:33.5420829Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:33.5422306Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:33.5423468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:33.5424647Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:33.5425998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:33.5427299Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:33.5428862Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:33.5430493Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:33.5432129Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:33.5433311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5434518Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5436137Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5437746Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5439415Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5441106Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5442751Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5444551Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5446236Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5448029Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5450034Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5451883Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5453568Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5455328Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5457164Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5459381Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5461055Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5462640Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5464201Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5465789Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5467668Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5469324Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5471013Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5472634Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5474140Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5475836Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5477410Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5478859Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:33.5480011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:33.5481236Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:33.5482997Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:33.5484709Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:33.5822202Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:33.5823460Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:33.5824527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:33.5825428Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:33.5826433Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:33.5827298Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:33.5828195Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:33.5828960Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5829790Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5830801Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5831840Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5832858Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5833870Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5834877Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:33.5835632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5836347Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5837345Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5838339Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5839265Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5840230Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5841216Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5842122Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:33.5842864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:33.5843792Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:33.5844854Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:33.5846066Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:33.5846984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:33.5847845Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:33.5848912Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:33.5849997Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:33.5851276Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:33.5852171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:33.5853073Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:33.5854159Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:33.5855032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:33.5856035Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:33.5857290Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:33.5858396Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:33.5859245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:33.5860067Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:33.5861113Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:33.5861909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:33.5862684Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:33.5863680Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:33.5864483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:33.5865398Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:33.5866512Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:33.5867323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:33.5868105Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:33.5869096Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:33.5870133Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:33.5871253Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:33.5872369Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:33.5873223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:33.5874295Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:33.5875680Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:33.5876642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:33.5877475Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:33.5878706Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:33.5880002Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:33.5880939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:21:33.5881890Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:21:33.5882853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:33.5883818Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:33.5885273Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:33.5886519Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:33.5887604Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:33.5888568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:33.6227008Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:33.6228328Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:33.6229542Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:33.6230500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:21:33.6231426Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:21:33.6232380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:33.6233403Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:33.6234451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:33.6235541Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:33.6236538Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:21:33.6237412Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:21:33.6238461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:21:33.6239482Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:21:33.6240378Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:33.6241303Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:33.6242496Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:33.6244046Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:33.6245394Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:33.6246750Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:33.6247760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:33.6248627Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:33.6250085Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:33.6251269Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:33.6252431Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:33.6253567Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:33.6254411Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:33.6255157Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:33.6256325Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:33.6257355Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:33.6258339Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:33.6259161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:33.6260079Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:33.6261320Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:33.6262529Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:33.6263781Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:33.6265121Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:33.6266033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:33.6267011Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:33.6268267Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:33.6269544Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:33.6270860Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:33.6272548Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:33.6273581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:33.6274511Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:33.6275694Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:33.6276612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:33.6277498Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:33.6278601Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:33.6279456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:33.6280252Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:33.6281271Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:33.6282111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:33.6283026Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:33.6284199Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:33.6285113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:33.6286110Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:33.6287601Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:33.6288497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:33.6289401Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:33.6290552Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:33.6291438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:33.6292340Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:33.6293477Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:33.6641903Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6642796Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6644040Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6645140Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6646348Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6647658Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6648888Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6650199Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6651434Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6652642Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6653820Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6654918Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6655977Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6657018Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6658086Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6659217Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:33.6660133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:33.6661076Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:33.6661959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:33.6662787Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:33.6663882Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:33.6664943Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:33.6665759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:33.6666556Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:33.6667641Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:33.6668601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:33.6669556Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:33.6670695Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:33.6671594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:33.6672486Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:33.6673633Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:33.6674637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:33.6675593Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:33.6676862Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:33.6677766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:33.6678744Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:33.6679679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:33.6680554Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:33.6681667Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:33.6682816Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:33.6684051Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:33.6685244Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:33.6686198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:33.6687074Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:33.6688206Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:33.6689109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:33.6689950Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:33.6691043Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:33.6692000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:33.6692882Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:33.6693972Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:33.6694851Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:33.6695678Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:33.6696748Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:33.6697579Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:33.6698432Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:33.6699610Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:33.6700537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:33.6701419Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:33.6702519Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:33.6713476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:33.6714463Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:33.6715697Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:33.6716695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:33.6717651Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:33.6998093Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:33.6999074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:33.6999967Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:33.7001117Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:33.7002126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7003360Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7004976Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7006657Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7008584Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7010354Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7012053Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:33.7013210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:33.7014171Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:33.7015398Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:33.7016390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:33.7017442Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:33.7018940Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:33.7020593Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:33.7022074Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:33.7023093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:33.7024018Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:33.7025223Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:33.7026530Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:33.7027659Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7028786Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7030295Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7031808Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7033344Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7034872Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7036574Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7038267Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7039797Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7041291Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7042749Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7044414Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7045947Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7047527Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7049062Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7050766Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7052423Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7054177Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7055739Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:33.7056816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7057785Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7059109Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7060511Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7061790Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7063262Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7064510Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7065766Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:33.7066756Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:33.7424705Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:33.7425780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:33.7426897Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:33.7428360Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:33.7429842Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:33.7431574Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:33.7432700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:33.7433727Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:33.7435089Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:33.7436644Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:33.7438100Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:33.7439333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:33.7440450Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:33.7441560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:33.7442703Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:33.7444331Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:33.7445565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:33.7446751Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:33.7448567Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:33.7449811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:33.7451030Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:33.7452620Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:33.7453767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:33.7454722Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:33.7456030Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:33.7456929Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:21:33.7457830Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:21:33.7458693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7459431Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7460307Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7461211Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7462129Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7463285Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7464226Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7465301Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7466353Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7467282Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.7468020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7468758Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7469688Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7470810Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7471789Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7472756Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7473663Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:33.7474356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:33.7475065Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:33.7475925Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:33.7476797Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:33.7477668Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:33.7478574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:33.7479294Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:33.7480155Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:33.7480846Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:33.7481507Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:33.7482323Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:33.7483157Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:33.7483834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:33.7484568Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:33.7485679Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:33.7486554Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:33.7487261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7487942Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7488902Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7489994Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7968798Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7970201Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7971276Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7972389Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7973487Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7974577Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7975748Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7976932Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7978016Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7979003Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7980013Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7981049Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7982106Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7983173Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7984155Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7985105Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7986082Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7987117Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7988125Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7989186Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7990298Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7991422Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7992523Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7993554Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7994581Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7995609Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7996695Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7997794Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7998756Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.7999733Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:33.8000499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:33.8001212Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:33.8002158Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:33.8003068Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:33.8003777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8004441Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8005423Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8006371Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8007234Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8008114Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8008958Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:33.8009633Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8010315Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8011165Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8012055Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8013096Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8013995Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8014866Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8015773Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8016646Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8017507Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8018417Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8019392Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8020337Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8021311Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8022368Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8023549Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8024580Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8025579Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8026504Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8027387Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8028333Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8029229Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8030296Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8031283Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8032216Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8033158Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8034163Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8424902Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8425885Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8426753Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8427608Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8428511Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8429415Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8430357Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:33.8431254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:33.8432051Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:33.8433065Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:33.8434067Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:33.8435093Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:33.8435889Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:33.8436664Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:33.8437840Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:33.8439244Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:33.8440311Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:33.8441372Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:33.8442239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.8443474Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.8444907Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.8446415Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.8448096Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.8449798Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.8450893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8451824Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8453042Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8454334Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8455842Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8457085Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8458221Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8459392Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8460549Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8461766Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8462861Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8464055Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8465197Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8466379Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8467695Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8468943Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8470169Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8471370Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8472643Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8473925Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8474997Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:33.8475793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:33.8476720Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:33.8477918Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:33.8478841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:33.8479856Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:33.8481278Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:33.8482747Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:33.8483643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:21:33.8484448Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:21:33.8485247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:33.8486079Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:33.8486847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:21:33.8487693Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:21:33.8488559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:21:33.8489492Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:21:33.8490402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:33.8491246Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:33.8492481Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:33.8493335Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:33.8868632Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:33.8870127Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:33.8871371Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:33.8872233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:33.8873047Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:33.8874098Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:33.8874960Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:33.8875886Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:33.8876979Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:33.8877826Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:33.8878689Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:33.8879824Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:33.8880697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:33.8881598Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:33.8882449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:21:33.8883183Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:21:33.8883939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:21:33.8884749Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:21:33.8885751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:33.8886588Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:33.8887647Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:33.8888691Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:33.8889549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:21:33.8890575Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:21:33.8891624Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:33.8892433Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:33.8893444Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:33.8894253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:21:33.8895048Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:21:33.8895841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:33.8896762Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:33.8897856Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:33.8898863Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:33.8899648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:33.8900503Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:33.8901382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:21:33.8902240Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:21:33.8903094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:21:33.8903965Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:21:33.8904801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:33.8905728Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:33.8906967Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:33.8908223Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:33.8909143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:21:33.8910054Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:21:33.8911024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:21:33.8912107Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:21:33.8913044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8913887Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8914976Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8916098Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8917228Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8918403Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8919613Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8920821Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8922008Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8923470Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:33.8924471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8925399Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8926610Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8927702Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8928802Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8929909Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8931028Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:33.8931880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:33.8932705Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:33.8933784Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:33.9190042Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:33.9191461Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:33.9192475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:21:33.9193507Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:21:33.9194765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:33.9195950Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:33.9197430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:33.9199017Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:33.9200920Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:33.9202074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:33.9202956Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:33.9204109Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:33.9205021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:33.9205960Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:33.9207145Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:33.9208552Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:33.9209913Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:33.9210976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:33.9212105Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:33.9213591Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:33.9215102Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:33.9216935Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:33.9218725Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:33.9219805Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:33.9220771Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:33.9222081Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:33.9223673Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:33.9225083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:33.9226625Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:33.9228733Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:33.9230032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:33.9231570Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:33.9233518Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:33.9235117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:33.9236798Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:33.9238151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:33.9239515Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:33.9241970Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:33.9243740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:33.9245204Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:33.9246741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:33.9248533Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:33.9250395Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:33.9251806Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:33.9253224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:33.9255014Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:33.9256894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:33.9258710Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:33.9260161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:33.9261888Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:33.9263578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9265037Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9343967Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9345666Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9347352Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9349056Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9350742Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9352548Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9354584Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:33.9356107Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:33.9357367Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:33.9358597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:33.9359810Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:33.9361338Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:33.9362902Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:33.9364231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:33.9365664Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:33.9367430Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:33.9368997Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:33.9370247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:33.9371644Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:33.9373191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:33.9374629Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:33.9376021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:33.9377453Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:33.9379359Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:33.9380923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:33.9382915Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:33.9385273Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:33.9387554Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:33.9389829Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:33.9391436Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:33.9393013Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:33.9394869Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:33.9396579Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:33.9398285Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:33.9399984Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:33.9401614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:33.9403177Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:33.9404589Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:33.9406145Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:33.9408108Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:33.9409437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:21:33.9410450Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:21:33.9411692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:33.9412759Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:33.9413981Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:33.9415232Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:33.9416218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:21:35.1953374Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:21:35.1954264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:35.1955284Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:35.1956275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:35.1957272Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:35.1958584Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:35.1959789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:35.1960860Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:35.1961924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:21:35.1962930Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:21:35.1963875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:35.1964648Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:35.1965520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:35.1966461Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:35.1967888Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:35.1968781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:21:35.1969605Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:21:35.1970204Z running egg_info 2025-06-05T23:21:35.1970452Z creating executorch.egg-info 2025-06-05T23:21:35.1970739Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:21:35.1971174Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:21:35.1971677Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:21:35.1972152Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:21:35.1972614Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:21:35.1973063Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:35.1973577Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:35.1974015Z adding license file 'LICENSE' 2025-06-05T23:21:35.1974473Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:35.1975062Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:35.1975700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:35.1976344Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:35.1977135Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:35.1978391Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:21:35.1979745Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:35.1980834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:35.1982322Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:35.1984050Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:35.1985545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:35.1987110Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:35.1989340Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:35.1991353Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:35.1992911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:35.1994548Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:35.1996901Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:35.1999025Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.2000642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:35.2002188Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:35.2004524Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2006651Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2008693Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2010850Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2013400Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2015437Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2017485Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2019717Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2021745Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2183589Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2185691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2187785Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2190108Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2192408Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2194497Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2196600Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2198702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2200960Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2203169Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2205311Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2207664Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2209799Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2211876Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.2213531Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:35.2215358Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:35.2217437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:35.2219305Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:35.2221071Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.2222672Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.2224919Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.2227037Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.2228671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:35.2230347Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:35.2232683Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:35.2234773Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:35.2236513Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:35.2238688Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:35.2240384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:35.2242138Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:35.2244408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:35.2246386Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:35.2248208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:35.2249852Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:35.2252261Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:35.2401236Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:35.2403097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:35.2404883Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:35.2407466Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:35.2409726Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.2411868Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.2414157Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.2416197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:35.2417938Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:35.2420268Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:35.2422042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:35.2423913Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:35.2425632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:35.2427359Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:35.2429153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.2431123Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.2433432Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.2435758Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.2438290Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.2440621Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:35.2442960Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:35.2445220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.2447745Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.2450769Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.2453291Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.2455143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2456985Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2459333Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2461609Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2463921Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2466694Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2469001Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2471296Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2594096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2596437Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2598834Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2601614Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2604042Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.2606408Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:35.2608138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:35.2609967Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:35.2611715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:35.2613488Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:35.2615748Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:35.2617511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.2619373Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.2621556Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.2623812Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.2625613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:35.2627551Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:35.2629789Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:35.2631544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:35.2633418Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:35.2636078Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:35.2637923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:35.2639955Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:35.2642906Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:35.2645139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:35.2647298Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:35.2649371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:35.2651464Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:35.2653389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.2655294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.2657835Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.2660905Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.2662732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:35.2664480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:35.2961491Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:35.2963209Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:35.2964108Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:35.2965243Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:35.2966486Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:35.2967738Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:35.2968880Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:35.2969993Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:35.2971188Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:35.2972212Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:35.2973107Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:35.2974401Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:35.2975401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2976544Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2978059Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2979581Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2981032Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2982606Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2984067Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2985500Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2987040Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2988605Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2990316Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2991863Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2993291Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2994735Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2996160Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2997784Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.2999327Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3000896Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3002451Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3003937Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3005593Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3007096Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3008658Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3010239Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3011725Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3013360Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3014873Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3016313Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3017696Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3019123Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3020803Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3022273Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3023847Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3025343Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3026816Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3028439Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3029942Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3309845Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3311409Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3312887Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3314388Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3316112Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3317671Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3319133Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3320560Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3322128Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3323864Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3325339Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3326866Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3328332Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3330070Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3331523Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3333281Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3334803Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3336351Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3337882Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3339292Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3341060Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3342679Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3344352Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3345791Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3347248Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3348703Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3350175Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3351634Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:35.3352651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:35.3353565Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:35.3354810Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:35.3356093Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:35.3357109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3358274Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3359673Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3361213Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3362673Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3364095Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3365619Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:35.3367003Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:35.3368298Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:35.3369616Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:35.3370940Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:35.3372241Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:35.3373605Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:35.3375031Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:35.3376600Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:35.3378239Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:35.3379407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3699071Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3700681Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3702235Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3703824Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3705422Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3707139Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3708663Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3710405Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3712037Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3713573Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3715190Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3716897Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3718445Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3719894Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3721364Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3722973Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3724460Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3726092Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3727655Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3729151Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3730810Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3732351Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3733888Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3735431Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3736935Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3738526Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3740166Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3741776Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3743487Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3745021Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3746549Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3748278Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3749831Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3751383Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3752945Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3754497Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3756017Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3757705Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3759260Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3760841Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3762379Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3763849Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3765402Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3767005Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.3768474Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4018093Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4020280Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4022161Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4024061Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4026040Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4027809Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4029686Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4031547Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4033220Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4035009Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4036716Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4038346Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4040094Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4041754Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4043649Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4045551Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4047195Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4048838Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4050349Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4051932Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4053653Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4055419Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4057179Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4058815Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4060395Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4061940Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4063572Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4065188Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4066633Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:35.4068259Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4069880Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4071509Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4073342Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4075023Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4076688Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4078306Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4079905Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4081671Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4083282Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4084944Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4086705Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4088475Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.4090221Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5098132Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5101327Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5104399Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5107471Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5109550Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5111173Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5112856Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5114547Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5116159Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5117742Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:35.5119345Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:35.5121335Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:35.5123725Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:35.5125318Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:35.5126695Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:35.5127976Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:35.5129612Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.5132057Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.5134422Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:35.5136775Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:35.5139114Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:35.5141395Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:35.5143878Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:35.5145986Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:35.5147999Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:35.5150264Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:35.5152700Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:35.5155582Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:35.5159206Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:35.5162387Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:35.5164721Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:35.5166952Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:35.5168708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:21:35.5170305Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:21:35.5172033Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:35.5173382Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:35.5175209Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:35.5177489Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:35.5179051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:21:35.5180875Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:21:35.5182764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5184240Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5185964Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5187676Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5189341Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5190997Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5192700Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5207267Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5209177Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5211103Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5212886Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5214762Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5216390Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5217346Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5218979Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5234598Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5236206Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5237878Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5239703Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:35.5241405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:35.5243413Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:35.5245296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:35.5247544Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:35.5250140Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:35.5251425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:35.5252456Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:35.5253835Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:35.5255390Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:35.5257555Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:35.5258783Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:35.5259792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5260796Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5262018Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5264224Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5266428Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5268632Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5270795Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5273007Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5275256Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5276620Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5277768Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5278945Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5281122Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5283336Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5285746Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:35.5287831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:35.5290159Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:35.5292793Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:35.5294138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5295509Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5297029Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5298443Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5299847Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5301221Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5302645Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5304094Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5305478Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5306876Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5308306Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5309760Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5311206Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:35.5312252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:35.5313683Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:35.5315585Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:35.5317317Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:35.5318379Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:35.5319311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:35.5320194Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:35.5321079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.5321926Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.5322872Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.5323824Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6014907Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6017100Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6018937Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6020780Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6022657Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6024536Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6026380Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6028234Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:35.6029930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:35.6031673Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:35.6033763Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:35.6035558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:35.6037489Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:35.6039765Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:35.6041852Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:35.6043794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:35.6045404Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:35.6047379Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:35.6049307Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:35.6051241Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:35.6052982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:35.6054774Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:35.6056870Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:35.6059010Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:35.6060365Z running build_ext 2025-06-05T23:21:35.6061144Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:21:35.6063462Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:21:35.6066373Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:21:35.6068990Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:35.6072306Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:21:35.6075874Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:35.6079309Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:35.6081373Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:35.6081971Z running install 2025-06-05T23:21:35.6082376Z running install_lib 2025-06-05T23:21:35.6082847Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:35.6083528Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:21:35.6084311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:21:35.6085801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:35.6087740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:35.6089662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:35.6091628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:35.6093088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:21:35.6094617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:35.6096762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:35.6098889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:35.6101030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:35.6102629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:21:35.6104333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:21:35.6106762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:21:35.6109160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:21:35.6110810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:21:35.6112516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:35.6114975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:35.6117585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:35.6120163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:35.6122618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:35.6125042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:35.6126791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:21:35.6128387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6130633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6132916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6135185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6137552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6139978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6142251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:21:35.6144046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:21:35.6145870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:21:35.6148354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:21:35.6150923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:21:35.6153645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:21:35.6155472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:21:35.6156927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:21:35.6158559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:21:35.6160304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:21:35.6162894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:21:35.6164811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:21:35.6166948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:21:35.6169283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:21:35.6171277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:21:35.6173837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:21:35.6176432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:21:35.6178368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.6180428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.6183424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.6185687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:35.6187920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:35.6191015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.6194018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:21:35.6196151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:35.6198286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:21:35.6200450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:35.6202781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:35.6206081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:21:35.6209211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:21:35.6211378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:21:35.6213441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:21:35.6216294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:21:35.6219150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:21:35.6221151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:21:35.6223373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:21:35.6225416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:21:35.6227210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:21:35.6229723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:21:35.6231475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:21:35.6233188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:21:35.6235615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:21:35.6237345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:21:35.6239243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:21:35.6241860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:21:35.6244628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:21:35.6246432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:21:35.6248134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:21:35.6250495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:21:35.6252278Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:21:35.6254205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:21:35.6256120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:21:35.6257838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:21:35.6260250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:21:35.6262783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:21:35.6265529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:21:35.6268183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:21:35.6270033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:21:35.6271990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:35.6274999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:35.6277978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:35.6280841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:35.6283864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:35.6286100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:21:35.6288097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:21:35.6290975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:21:35.6292986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:21:35.6294812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:21:35.6297502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:21:35.6300369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:21:35.6302271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:21:35.6303615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6305479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6307350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6309252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6311192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6313144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6315131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6317056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6318903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6320805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6322849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6324839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6327284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6329269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6331330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6333296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6335259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6337151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6339031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6340902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6342777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6344786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6346619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6348482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6349872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:21:35.6351473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6353699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6355930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6358215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6360562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6362842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6365110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6367493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6369812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6371490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:21:35.6373198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:21:35.6375601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:21:35.6378281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:21:35.6380974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:21:35.6383543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:21:35.6385942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6388279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:21:35.6389895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:21:35.6391510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:21:35.6393808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:21:35.6396156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:21:35.6398516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:21:35.6400856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:21:35.6403094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:21:35.6404832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:35.6407186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:35.6410393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:35.6413666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:35.6417027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:35.6420351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:35.6422479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:21:35.6424356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6427128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6429870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6432775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6435524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6438097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6440649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6443411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6446104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6448645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6451211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6453807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6456376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6459017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6461638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6464294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6466917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6469399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6471969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6474504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:35.6476292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:21:35.6478261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:21:35.6481103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:21:35.6483110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:35.6485563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:35.6488891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:35.6491833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:35.6493652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:21:35.6495203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:21:35.6497330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:21:35.6499524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:21:35.6501684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:21:35.6503233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:21:35.6504802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:21:35.6506974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:21:35.6508566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:21:35.6510333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:21:35.6512146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:21:35.6514219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:21:35.6516186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:21:35.6517869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:21:35.6519587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:21:35.6521395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:21:35.6523927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:21:35.6525824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:35.6527704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:21:35.6530376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:21:35.6533062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:21:35.6534920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:21:35.6536701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:21:35.6539387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:21:35.6541387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:35.6543525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:21:35.6545429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:21:35.6547233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:21:35.6549791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:21:35.6551643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:21:35.6553537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:21:35.6556228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:21:35.6558745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:21:35.6560485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:21:35.6562316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-06-05T23:21:35.6564063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:21:35.6565624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:21:35.6567670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:21:35.6569752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:21:35.6571279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:21:35.6572902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-06-05T23:21:35.6574535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:21:35.6576155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:21:35.6578380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:21:35.6580548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:21:35.6582152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:21:35.6583947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-06-05T23:21:35.6585664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:21:35.6587173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6589706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6592235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6594562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6596988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6599395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6601617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6604079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6606634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6609013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6611449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6613918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6616338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6618775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6621285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6623724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6626071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6628452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6630767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6633155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6635659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6638126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6640529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6643471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6646289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6648912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6651391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6653860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6656355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6658695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6660947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6663261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6665631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:35.6667316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:21:35.6668873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:21:35.6671062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:21:35.6673292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:21:35.6674907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:21:35.6676586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:21:35.6679003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:21:35.6681543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:21:35.6683240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:21:35.6684732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:21:35.6686964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:21:35.6689155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:21:35.6691288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:21:35.6693608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:21:35.6695719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:21:35.6697341Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:21:35.6698866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6700965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6703142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6705472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6707697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6709871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6712093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6714251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6716423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6718669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6721073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6723390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6725649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6727954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6730419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6732923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6735328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6737599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6739819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6741993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6744362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6746963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6749473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6751781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6754068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6756508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6758951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6761227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6763378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6765596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6767816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6770070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6772236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:35.6773855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:21:35.6775629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:21:35.6778077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:21:35.6780524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:21:35.6783016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:21:35.6784782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:21:35.6786695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-06-05T23:21:35.6789010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:35.6790423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:21:35.6791835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:21:35.6793276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:21:35.6794885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-06-05T23:21:35.6796520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:21:35.6797693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:21:35.6799645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:21:35.6801348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:21:35.6802874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:21:35.6804962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:21:35.6807009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:21:35.6808482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:21:35.6809419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:21:35.6811018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6813245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6815473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6817832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6820189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6822453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6824713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6826998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6829331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6831698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6833972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6836213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6838506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:35.6840208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:21:35.6841951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6844541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6847297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6850347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6853025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6855512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6858068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6860585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6863213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6865781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6868327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6871064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6873862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6876623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6879332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6881935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6884566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6887281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6889941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6892623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6895360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6897960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6900623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6903493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6906351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6909121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6911890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6914554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6917216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6919805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6922378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6925042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6927853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6930611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6933221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6935832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6938557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6941329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6944172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6946861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6949662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6952349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6954971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6957750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6960527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6963148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6965770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6968390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6971126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6973920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6976585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6979324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6982155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:35.6984221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:21:35.6986232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.6989109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.6992071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.6994980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.6997907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7000813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7003768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7006795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7009780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7012834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7015920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:35.7018019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:21:35.7019825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7022415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7025014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7027537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7030066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7032639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7035152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7037763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7040347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7042870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7045663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7048286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7050929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7053472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7055972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7058484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7061033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7063531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7066243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7068888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7071375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7073897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7076435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7079077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7081703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7084262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7086909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7089481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7092030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7094666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7097291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7099887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7102537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7105169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7107769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7110338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7112901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7115422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7117937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7120633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7123290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7125940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7128566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7131245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7134004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7136814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7139476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7142039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7144943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7147645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7150279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7152883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:35.7154732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:21:35.7156539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:21:35.7159127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:21:35.7161864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:21:35.7164679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:21:35.7167594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:21:35.7169565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:21:35.7171419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:21:35.7173268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:21:35.7175174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:21:35.7177702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:21:35.7180129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:21:35.7182546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:21:35.7184317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:21:35.7186266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7189076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7191818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7194566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7197300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7200057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7202866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7205755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7208589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7211590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7214445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:35.7216343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:21:35.7218286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7221069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7223803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7226474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7229323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7232208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7235032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7237870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7240647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7243605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7246472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:35.7248366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:21:35.7250159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7252661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7255230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7257847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7260385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7262914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7265462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7267984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7270561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7273202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7275821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7278387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7280894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7283637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7286390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7289006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7291624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7294209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7296781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7299410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7302133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7304790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7307393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7309994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7312519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7315007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7317520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7320087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7322637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7325157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7327733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7330261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7332833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7335384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7338132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7340902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7343700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7346334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7348894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7351477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7354163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7356835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7359386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7361949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7364541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7367253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7369789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7372303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7374911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7377498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7380098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7382715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7385251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7387751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7390358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7393032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7395669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7398224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7400780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7403382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7406065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7408618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7411220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7413755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7416364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7419025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7421613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7424171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7426763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7429417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7432089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7434707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7437254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7439791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7442366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7445101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7447897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7450578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7453151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7455659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7458173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7460755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7463305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7465909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7468642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7471403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7474094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7476621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7479160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7481741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:35.7483597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:21:35.7485693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7488549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7491522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7494481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7497425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7500331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7503437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7506551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7509497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7512567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7515621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7518595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7521525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7524356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7527273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7530209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7533233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7536230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7539177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7542077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7545074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7548005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:35.7550146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:21:35.7552238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:21:35.7554336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:21:35.7556202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:21:35.7559156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:21:35.7562022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:21:35.7564752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:21:35.7567040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:21:35.7568970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:21:35.7570819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:21:35.7572631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-06-05T23:21:35.7574496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:21:35.7575789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:35.7578131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:35.7580541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:21:35.7582229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:35.7585111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:35.7589123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:35.7591995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7594990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7599005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7602826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7606779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7610688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7614708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7618657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7622454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7626202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7630196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7634222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7638084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7641954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7645938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7649656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7653495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7657377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7661308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7665253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7669183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7673043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7677069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7681053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7684931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7688899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7692746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7696566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7700371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7704163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7708050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7712080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7715960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7719830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7723658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:35.7726369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:21:35.7728008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:35.7730797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:35.7733606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:35.7736641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:35.7739538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:21:35.7741353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:35.7744597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:35.7747686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:35.7750857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:35.7754188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:35.7757744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:35.7761219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:35.7764560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:35.7769191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:35.7772506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:35.7775915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:35.7779349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:35.7782818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:35.7786295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:35.7789731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:35.7793127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:35.7796780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:35.7800300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:35.7803722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:35.7807252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:35.7810740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:35.7814226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:35.7817740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:35.7821233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:35.7824625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:35.7828041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:35.7831420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:35.7834842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:35.7838241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:35.7841650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:35.7845159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:35.7849785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:35.7854548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:35.7859178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:35.7880062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:35.7883496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:35.7887009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:35.7890472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:35.7893931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:35.7897243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:35.7900639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:35.7904107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:35.7907467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:35.7910677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:35.7915037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:35.7918372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7921927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7926849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7931902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7936847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7941722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7946752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7951718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7956647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7961508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7966426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:35.7970080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.7974094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.7979563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.7984875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.7990144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.7995671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8001130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8006538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8011869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8017209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8022575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8027954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8033247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8038521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:35.8043529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:35.8046807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:35.8050102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:35.8054624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:35.8057898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.8061426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.8066139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.8070719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.8075426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.8080003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:35.8083438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8086819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8091382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8095786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8099041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:35.8102576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:35.8107435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:35.8112121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:35.8115553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8119371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8124385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8129524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8134757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8139876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8145105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8150054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8155010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8160028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8165053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8170098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8175098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8180060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8185295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8190677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8195841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8200820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8206071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8211269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8216259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8221184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8226188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:35.8229985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8233963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8239361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8245048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8250843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8256623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8262259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8267651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:35.8271537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:35.8275232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:35.8280251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:35.8283897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:35.8287797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:35.8292994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:35.8298205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:35.8301895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8305334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8310123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8314957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8319633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8324288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8328971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8333638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8338292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8342902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:35.8346491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.8349946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.8354686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.8359471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:35.8363001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:35.8366644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:35.8371743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:35.8375375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:35.8378683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:35.8382102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:35.8385778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:35.8390886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:35.8395901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:35.8399423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:35.8402790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:35.8407554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:35.8411153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:35.8415047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:35.8419022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.8422957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.8428293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.8433826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:35.8437697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:35.8441337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:35.8446683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:35.8450460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:35.8452863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:35.8456848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:35.8462247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:35.8467675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:35.8473051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:35.8477051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:35.8481408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:35.8487473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:35.8493470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:35.8499705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:35.8505655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:35.8509777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:35.8513707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:35.8519018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:35.8524185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:35.8529334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:35.8534121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8538637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8543281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8547783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8552328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8556779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8561537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8566184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8570657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8575101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8579543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8584086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8588605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8593123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8597646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8602254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8606902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8611428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8615829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8620394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8625189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8629936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8634609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:35.8638013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:35.8641497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:35.8645180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:35.8648852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:35.8653795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:35.8657403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:35.8661064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:35.8666027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:35.8669670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:35.8673302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:35.8678155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:35.8681738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:35.8685712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:35.8690859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:35.8694504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:35.8698038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:35.8701621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:35.8705237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:35.8708845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.8712508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.8717519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.8722487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.8727527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:35.8731227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.8735140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.8740516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.8746247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:35.8750140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8753680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8758521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8763438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8768473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8773455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8778428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8783350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8788287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8793326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8798414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8803452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8808764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:35.8812520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:35.8816112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:35.8819640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:21:35.8821872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:21:35.8824323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:35.8828516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:35.8834284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:35.8838396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:21:35.8840935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:35.8845386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:35.8849401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:21:35.8851486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:35.8854866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:35.8858267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:35.8860518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:21:35.8862922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:35.8866966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:35.8872331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:35.8876272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:35.8880403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:35.8886187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:35.8891805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:35.8897408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:35.8902619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:35.8906056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:21:35.8908316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:35.8911984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:35.8915480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:21:35.8917549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:21:35.8919693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:21:35.8921901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:21:35.8924219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:35.8928333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:35.8933736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:35.8938916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:35.8942725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8946893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8952347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8957956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8963728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8969456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8975052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8980557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8986036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8991737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.8997384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9002912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9008471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9013975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9019514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9025313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9030994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9036458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9042168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9048148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9053657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9059282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9064932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:35.9069175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9073535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9079520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9085724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9091812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9098039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9104255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9110181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:35.9114454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:35.9118513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:35.9124098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:35.9128166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:35.9132150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:35.9137596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:35.9143023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:35.9148587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:35.9152538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:35.9156897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:35.9162932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:35.9169040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:35.9175059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:35.9180957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:35.9185065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:35.9189178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:35.9194624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:35.9198506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:35.9202581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:35.9208230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:35.9213735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:35.9217698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:35.9221667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:35.9226472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:35.9229592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:35.9232859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:35.9237315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:35.9240555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.9244065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.9248895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.9253583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:35.9256972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:35.9260367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:35.9263719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:35.9266956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:35.9270196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:21:35.9272314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:21:35.9274512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:21:35.9276757Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:21:35.9279072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:35.9282825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:35.9286508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:21:35.9288680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:21:35.9290996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:35.9294789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:35.9298442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:21:35.9300614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:35.9304080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:35.9308896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:35.9312121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:35.9314660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:35.9315100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:21:35.9315554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:35.9316800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:21:35.9318041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:21:35.9318470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:21:35.9319598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:21:35.9320811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:21:35.9321947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:21:35.9323134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:21:35.9323841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:35.9325588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:35.9327356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:35.9327930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:21:35.9329394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9330747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9332152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9333534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9334921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9336439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9337827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9339306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9340628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9341993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:21:35.9342427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:21:35.9343685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:21:35.9344831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:21:35.9345957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:21:35.9346424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:21:35.9347601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:21:35.9349093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:21:35.9349564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:21:35.9350823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:21:35.9352133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:21:35.9353417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:21:35.9354740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:21:35.9355125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:21:35.9356266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:35.9357364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:35.9358489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:35.9359478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:35.9359945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:21:35.9361481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:21:35.9362935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:21:35.9364283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:21:35.9364701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:21:35.9366181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:35.9367453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:35.9368754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:35.9370013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:35.9370471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:21:35.9371769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:35.9373021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:35.9374227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:35.9375529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:35.9376046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:35.9377434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:35.9378879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:35.9380390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:35.9381833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:35.9382470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:35.9383969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:35.9385687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:35.9387417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:35.9389254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:35.9389918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:35.9391483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:35.9393181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:35.9394809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:35.9396474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:35.9397193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:35.9398831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:35.9399685Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9401619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9403629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9405751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9407838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9409910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9411972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9413957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9416163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9418331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9420385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9422403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9424447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9426506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:35.9427296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:35.9429071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:35.9430978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:35.9432831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:35.9434788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:35.9435266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:35.9436524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:35.9437074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9438571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9440031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9441663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9443433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9444984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9446561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9448066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9449675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9451273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9452877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9454658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9456404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9457938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9459504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9461077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9462613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9464019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9465562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9467082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9468635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9470160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9471768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9473235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9474820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9476473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9478080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9479594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9481104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9482557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9484081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9485789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9487357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9488905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9490489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9492115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9493682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9495190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9496745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9498271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9499730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9501525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9503361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9504841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9506306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9507866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9509417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9510913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9512441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9513979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9515588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9517395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9518927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9520427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9521916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9523515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9525021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9526616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9528232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9529979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9531605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9533199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9534654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9536142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9537638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9539243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9540815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9542340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9544018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9545544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9547069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9548563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9550339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9551916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9553450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9554996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9556530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9558273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9559988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9561610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9563059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9564570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9566194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9567579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9569038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9570524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9572213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9573910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9575442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9576935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9578392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9579897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9581374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9582846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9584325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9585849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9587442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9588910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9590502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9592133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9593658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9595147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9596655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9598147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9599638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9601225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9602819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9604420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9605993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9607550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9609159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9610865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9612508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9614159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9615724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9617293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9618791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9620288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9621822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9623380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9624895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9626425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9628012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9629519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9630987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9632471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9634019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9635519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9637058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9638669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9640248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9641898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9643711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9645275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9646843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9648339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9649835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9651498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9653017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9654767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9656417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9658140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9659807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9661501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9663185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9664888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9666571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9668294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9669902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9671675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9673386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9675042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9676676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9678410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9680163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9681814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9683415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9685005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9686753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9688374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9689963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9691425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9692891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9694296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9695760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9697209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9698699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9700318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9701979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9703528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9705012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9706500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9708290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9709801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9711314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9712988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9714669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9716378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9718039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9719596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9721128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9722615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9724097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9725723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9727113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:35.9727847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:35.9729300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:35.9730907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:35.9731629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9733377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9735205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9737036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9738842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9740691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9742531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9744585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9746448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9748480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9750496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9752406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9754296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9756322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9758338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9760177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9762030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9763864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9765841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9767749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9769630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9771461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9773300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9775128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9776986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9778905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9780779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9782652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9784609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9786595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9788442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9790324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9792192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9794053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9795886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9797762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9799659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9801538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9803400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9805214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9807071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9808940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9810788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9812728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9814595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9816552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9818361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9820248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9822056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9823926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9825754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9827565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9829404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9831218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9833096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9834935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9836802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9838677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9840541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9842524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9844655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9846689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9848647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9850516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9852387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9854220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9856045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9857895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9859747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9861636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9863484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9865327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9867178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9869127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9871164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9873176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9874991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9876814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9878638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9880525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9882415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9884458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9886567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:35.9887334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:35.9889209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:35.9889885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:35.9891451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:35.9893004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:35.9894569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:35.9895195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9896636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9898300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9899922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9901441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9903008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9904525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:35.9905291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9907033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9908915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9910943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9912852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9914783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9916788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9918755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9920630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9922516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9924602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9926696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9928690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9930609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9932534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9934510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9936648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:35.9937102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:21:35.9938392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:21:35.9939613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:21:35.9940756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:21:35.9941210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:21:35.9942426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9943720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9945006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9946096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9947324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9948532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9949821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9951076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9952491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9953860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9955028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:35.9955466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:21:35.9955976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:21:35.9956646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9958411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9960189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9961908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9963609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9965353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9967164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9968864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9970598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9972364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:35.9972794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:21:35.9973887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:21:35.9975027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:21:35.9976147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:21:35.9976647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:21:35.9978033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:21:35.9979361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:21:35.9979917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:21:35.9981142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:21:35.9981634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:21:35.9983101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:21:35.9983568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9984962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9986251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9987524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9988836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9990166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9991514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9992800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9994133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9995424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9996741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9998059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:35.9998474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:21:35.9999629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-06-05T23:21:36.0000097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0001284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0002657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0004081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0005500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0006774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0008000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0009310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0010661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0011950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0013205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0014496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0015779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0017046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0018446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0019707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0020967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0022360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0023682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0024875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0026179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0027547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0028884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0030175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0031461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0032770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0034142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0035420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0036779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0038074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0039381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0040636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0041942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0043421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0044714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0046059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0047293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0048465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:36.0048948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0050183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0051488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0052678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0054229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0055577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0056830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0058030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0059298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0060570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0061839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0063125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0064367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0065578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0066825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0068087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0069318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0070555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0071814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0073117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0074436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0075667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0076860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0078163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0079499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0080710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0082097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0083343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0084596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0085982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0087207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0088429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0089723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0090951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0092267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0093544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0094840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0096096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0097360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0098688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0099989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0101194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0102448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0103687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0105087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0106368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0107704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0108948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0110172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0111462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0112727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0113959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0115176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0116403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0117621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0118843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0120084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0121284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0122534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0123815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0125061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0126397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0127691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0128929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0130187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0131567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0132952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0134228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0135519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0136742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0138009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0139308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0140582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0141879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0143402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0144658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0145917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0147159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0148396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0149675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0150920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0152150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0153389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0154676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0155946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0157414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0158875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0160233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0161467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0162754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0164021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:36.0164491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:21:36.0165799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:21:36.0166289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:21:36.0167603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:21:36.0168939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:21:36.0170236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:21:36.0170731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:36.0172048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:21:36.0173438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:21:36.0174709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:21:36.0176022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:21:36.0176631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:36.0178220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:36.0179844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:36.0180391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:21:36.0181886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:21:36.0183335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:21:36.0184869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:21:36.0185303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:21:36.0186498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:21:36.0187766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:21:36.0188966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:21:36.0189434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:21:36.0190667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:21:36.0191829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:21:36.0192289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:21:36.0192737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:36.0193932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:36.0194353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:21:36.0195451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0196657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0197887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0199065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0200386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0201661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0202858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0204030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0205195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0206538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0207819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0209007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0210278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0211398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0212710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:36.0213178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:21:36.0214651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:21:36.0216092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:21:36.0217393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:21:36.0217800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:21:36.0218837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:21:36.0219931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:21:36.0221022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:21:36.0222036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:21:36.0223186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:21:36.0223650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0224809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0226054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0227317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0228636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0229851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0231302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0232644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0233945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0235185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:36.0235687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:21:36.0237068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:21:36.0237559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:21:36.0238851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:21:36.0239298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:21:36.0240540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:21:36.0241037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:21:36.0241569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:21:36.0242145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0243923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0245606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0247176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0248668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0250214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0251764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0253289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0255015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0256766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0258416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0259919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0261412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0262934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0264447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0266064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0267727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0269366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0271014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0272540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0274093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0275694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0277419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0279018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0280589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0282201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0283749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0285376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0286977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0288523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0290085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0291642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0293263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0294814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0296344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0297933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0299541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0301127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0302735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0304257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0305850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0307567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0309105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0310658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0312230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0314130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0315683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0317241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0318781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0320270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0321777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0323352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0324953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0326624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0328309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0329825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0331291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0332883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0334483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0336000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0337557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0339075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0340716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0342244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0343878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:36.0344401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:21:36.0345819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:21:36.0347266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:21:36.0348711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:21:36.0350026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:21:36.0350479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:21:36.0351705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:21:36.0352964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:21:36.0354280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:21:36.0355487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:21:36.0355999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:36.0357253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:36.0358651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:36.0360120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:36.0360684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0362076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0363513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0365222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0366759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0368381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0369777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:36.0370243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:36.0371544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:21:36.0372927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:21:36.0374321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:21:36.0374833Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:21:36.0375342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:36.0376708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:36.0377332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:21:36.0378053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0379838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0381615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0383363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0385096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0386800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0388458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0390258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:36.0391090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:36.0393069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:36.0393871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:21:36.0394621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:21:36.0395524Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:36.0397707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:36.0398155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:21:36.0398652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:21:36.0399218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0400685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0402184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0403631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0405120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0406738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0408185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:36.0408598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:21:36.0409831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:21:36.0411023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:21:36.0411486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0412673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0414053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0415334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0416604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0417960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0419382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0420611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0421903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0423198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0424444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0425736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0426954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:21:36.0427440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0428665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0429981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0431228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0432450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0433721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0435039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0436261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0437514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0438795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0440029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0441302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0442662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0444267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0445711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0446956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0448194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0449441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0450702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0452003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0453272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0454560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0455849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0457071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0458471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0459749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0461018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0462291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0463591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0464846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0466139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0467411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0468863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0470231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0471539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0472794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0474047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0475293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0476591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0477868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0479140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0480428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0481709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0482997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0484285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0485731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0487116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0488355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0489625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0490924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:36.0491413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:21:36.0492673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:21:36.0494169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:21:36.0494816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0496155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0497585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0499112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0500568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0502084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0503551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:21:36.0504104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:36.0505542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:36.0506912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:36.0507404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:36.0508769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:21:36.0510170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:21:36.0510677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:21:36.0512127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:21:36.0513627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:21:36.0515038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:21:36.0516369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:21:36.0516824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:21:36.0518050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:21:36.0519375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:21:36.0520000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0521392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0522681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0523988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0525332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0526776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0528151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0529509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0530865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0532207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0533500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0534883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0536228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0537486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:21:36.0537950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0539179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0540411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0541702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0543003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0544376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0545787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0547149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0548476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0549721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0551004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0552274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0553496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0554741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0555972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0557207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0558478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0559766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0561038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0562338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0563598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0564841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0566135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0567409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0568677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0569953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0571368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0572665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0574005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0575260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0576553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0577780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0579020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0580403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0581629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0582874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0584120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0585391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0586677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0587942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0589189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0590452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0591801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0593043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:36.0593554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0594969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0596381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0598014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0599472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0600899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0602311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0603765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:21:36.0604286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:36.0605845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:36.0607303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:36.0608764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:36.0609344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:36.0610894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:36.0612407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:36.0612914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:36.0614170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:21:36.0615471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:21:36.0615970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:21:36.0616523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:36.0617921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:36.0618552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:21:36.0619197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:36.0620773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:36.0622535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:36.0624240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:36.0625074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:21:36.0625874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:36.0627506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:36.0628921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:36.0629593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:36.0631044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:36.0632668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:36.0633307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:36.0634787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:36.0635543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:36.0637303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:36.0639073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:36.0640978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:36.0641631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:21:36.0642335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:36.0644236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:36.0645993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:36.0647452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:36.0648296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:36.0649844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:36.0651629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:36.0652388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:21:36.0653054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:36.0671075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:36.0672802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:36.0674585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:36.0676261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:36.0676902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0678410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0679947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0681504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0683221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0684904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0686732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0688511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0690285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0692006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0693659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0695524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0697292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0698966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0700580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0702361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0704074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0705904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0707630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0709290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0710955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0712606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0714280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0716002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0717807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0719543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0721225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0723015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:36.0723710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0725321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0727007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0728611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0730313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0731989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0733606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0735185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0736760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0738393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0739985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0741597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0743502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0745009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0746548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0748108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0749644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0751466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0753239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0754833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0756406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0758013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0759621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0761251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0762847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0764436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0766052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0767675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0769306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0770876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0772501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0774085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0775622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0777241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0779074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0780793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0782426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0783989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0785663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0787258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0788980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0790539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0792086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0793623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0795202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0796727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0798338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0799988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0801672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0803285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0804969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0806858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0808631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0810320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0812011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0813689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0815358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0817064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0818741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0820452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0822150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0823854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0825525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0827079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0828738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0830407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0832066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0833836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0835475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0837009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0838608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0840190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0841767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0843490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0844973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:36.0846506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:21:36.0846955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:21:36.0848158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:21:36.0849359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:21:36.0850515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:21:36.0851799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:21:36.0852210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:21:36.0852627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:21:36.0853715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:21:36.0854885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:21:36.0855392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0856648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0858037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0859561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0860959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0862317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0863701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0865043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0866442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0867787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0869213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0870514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0871808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0873197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0874511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0875784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0877139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0878456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0879778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0881101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0882422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:21:36.0882906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:21:36.0884208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:21:36.0885782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:21:36.0886387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:21:36.0887817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:21:36.0889269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:21:36.0890673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:21:36.0891134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:21:36.0892333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0893635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0894917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0896169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0897442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0898709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0899954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:21:36.0900430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:21:36.0901642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:21:36.0902896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:21:36.0903346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:21:36.0903857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:36.0905177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:21:36.0906622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:21:36.0907137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:21:36.0908479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:21:36.0910048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:21:36.0910573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:36.0911952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:36.0913393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:36.0913882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:21:36.0915257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:21:36.0916657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:21:36.0917130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:21:36.0917662Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:36.0919199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:36.0920509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:21:36.0922049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:21:36.0922460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:21:36.0922890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:21:36.0924010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0925166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0926439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0927670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0928871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0930026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0931228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0932459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0933680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0935049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0936300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0937442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0938715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0939858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0941056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0942245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0943622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0944748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0945254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:36.0946622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:36.0947995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:36.0949347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:36.0950663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:36.0951154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0952537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0953904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0955263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0956580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0957888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0959265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0960793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0962248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0963645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:36.0964848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0966192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0967413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:36.0967888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:21:36.0969080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:21:36.0970323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:21:36.0971534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:21:36.0972731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:21:36.0973185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:21:36.0974380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:21:36.0975592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:21:36.0976843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:21:36.0977336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:36.0978611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:36.0979217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:36.0980688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:36.0982205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:36.0982783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:36.0984256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:36.0985923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:36.0987480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:36.0988038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:36.0989418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:36.0990059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:36.0991604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:36.0992347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:36.0994112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:36.0995918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:36.0997681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:36.0998410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:36.1000183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:36.1001950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:36.1003705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:36.1005565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:36.1006327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:36.1008103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:36.1009930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:36.1011723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:36.1013663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:36.1014449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:36.1016135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:36.1017818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:36.1018511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:36.1020216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:36.1022010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:36.1022731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1024491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1026336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1028101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1029897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1031670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1033434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1035228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:36.1035864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:36.1037365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:36.1038943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:36.1040496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:36.1042219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:36.1042817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:21:36.1043591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1045250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1047027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1048752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1050480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1052145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1053826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1055530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1057172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1058827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1060404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1062098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1063821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1065507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1067180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1069029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:36.1069553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:21:36.1070002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:21:36.1071130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:21:36.1072315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:21:36.1072776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:21:36.1074102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:21:36.1074545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:21:36.1075837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:21:36.1076184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:21:36.1076646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1077868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1079129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1080420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1081654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1082901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1084190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1085669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1086936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1088240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:36.1088641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:21:36.1089679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:21:36.1090790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:21:36.1091847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:21:36.1093077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:21:36.1093629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:21:36.1094849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:21:36.1096013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:21:36.1096458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:21:36.1097567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:21:36.1098698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:21:36.1099230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:21:36.1100485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:21:36.1101733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:21:36.1102441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1104108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1105766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1107511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1109226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1110800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1112532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:36.1113029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:36.1114318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:21:36.1115580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:21:36.1116078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:21:36.1117449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:21:36.1118765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:21:36.1119264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:21:36.1120507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:21:36.1121773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:21:36.1122199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:21:36.1123361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1124548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1125814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1127031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1128214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1129459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1130640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1131822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1133160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1134425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1135548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1136761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1137889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1139012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1140278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:36.1140771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:21:36.1142242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:21:36.1143748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:21:36.1144454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:21:36.1145867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:21:36.1147312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:21:36.1148755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:21:36.1150346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:21:36.1150866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:21:36.1152143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:21:36.1153476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:21:36.1154764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:21:36.1155426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1156940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1158599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1160174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1161797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1163408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1164934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1166652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1168222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1169958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1171631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1174801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1177998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1181306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1184755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1188211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1191732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1195322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1198862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:36.1201119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:21:36.1203202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1206326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1209428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1212386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1215303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1218213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1221185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:36.1223436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:36.1225558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:21:36.1227748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:36.1229774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:21:36.1231912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:36.1234237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:36.1237557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:36.1240887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:36.1244315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:36.1246783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:36.1249014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:36.1252079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:36.1255223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:36.1258339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:36.1260617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:36.1263004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:36.1265398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:36.1267901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:36.1271374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:36.1273939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:36.1276360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:36.1279841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:36.1282434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:36.1284999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:36.1288706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:36.1291067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:21:36.1292874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:21:36.1295460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:21:36.1298002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:21:36.1299827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:21:36.1301797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:21:36.1304533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:21:36.1306446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:21:36.1308202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:21:36.1310654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:21:36.1312477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:21:36.1314404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:21:36.1317100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:21:36.1319076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:36.1321037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:21:36.1323764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:21:36.1325785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:36.1327750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:21:36.1330470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:21:36.1332570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:36.1334737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:36.1336791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:21:36.1338696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:21:36.1341338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:21:36.1344181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:21:36.1346914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:21:36.1349701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:21:36.1351692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:21:36.1353589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:21:36.1356277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:21:36.1358242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:21:36.1360054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:21:36.1362673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:21:36.1364577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:21:36.1366441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:21:36.1369039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:21:36.1370947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:21:36.1372782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:21:36.1375319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:21:36.1377152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:21:36.1378994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:21:36.1381679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:21:36.1383592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:21:36.1385561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:21:36.1388175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:21:36.1390074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:21:36.1392125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:21:36.1394930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:21:36.1396940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:21:36.1398828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:21:36.1401403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:21:36.1403269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:21:36.1405193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:21:36.1407954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:21:36.1409847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:21:36.1410988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:21:36.1412946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:21:36.1414822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:21:36.1415839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:21:36.1416980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:21:36.1418936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:21:36.1421812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:21:36.1424621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:21:36.1427326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:21:36.1430054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:21:36.1432039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:36.1434098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:36.1437129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:36.1440154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:36.1443383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:36.1446450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:36.1448457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:21:36.1449567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:21:36.1451081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:21:36.1453485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:21:36.1454651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:21:36.1455194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:21:36.1456116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:21:36.1457498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:21:36.1458457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:21:36.1459503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:21:36.1460518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:36.1461563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:21:36.1463182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:21:36.1464824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:21:36.1466888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:21:36.1468388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:21:36.1469573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:21:36.1470602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:21:36.1471737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:21:36.1472661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:21:36.1474235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:21:36.1475706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:21:36.1476674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:21:36.1477894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:21:36.1478929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:21:36.1479991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:21:36.1481018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:21:36.1482025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:21:36.1483627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:21:36.1485197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:21:36.1486735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:21:36.1488340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:21:36.1489394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:21:36.1490436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-06-05T23:21:36.1491327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:21:36.1492350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-06-05T23:21:36.1493271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:21:36.1494285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-06-05T23:21:36.1495233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:21:36.1496467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:21:36.1497575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:21:36.1498804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:21:36.1500334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:21:36.1501489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:21:36.1502139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:21:36.1503325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:21:36.1505012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:21:36.1506216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:36.1507434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:21:36.1508508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:21:36.1509155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1510131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1511570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1512976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1514471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1515894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1517499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1519067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1520509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1521925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1523020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:36.1524308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:36.1525614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:21:36.1526557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:36.1527911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:36.1529735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:36.1531914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:36.1533019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:21:36.1533954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:21:36.1535345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:21:36.1536655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:21:36.1538124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:21:36.1539533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:21:36.1540885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:21:36.1541982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:21:36.1542965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:21:36.1544575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:21:36.1545735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:21:36.1546669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:21:36.1548027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:21:36.1549403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:21:36.1550715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:21:36.1551698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:21:36.1552818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:21:36.1554230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:21:36.1555786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:21:36.1557308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:21:36.1558476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:21:36.1559459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:21:36.1560658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:36.1562028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:36.1563826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:36.1565730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:36.1567606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:36.1569438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:36.1570718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:36.1572191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:36.1573656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:36.1575089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:36.1577268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:36.1578676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:36.1579759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:21:36.1581025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:21:36.1581801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:36.1583235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:36.1585057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:36.1586544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:36.1587461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:36.1589037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:36.1591295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:36.1593447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:36.1594898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:21:36.1595825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:21:36.1596684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:21:36.1597701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:36.1599270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:36.1600868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:21:36.1601738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:21:36.1602801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:36.1604404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:36.1606117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:21:36.1607006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:36.1608625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:36.1610254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:36.1611901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:36.1613591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:36.1615153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:36.1616847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:36.1618449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:36.1619871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:21:36.1620765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1622256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1624310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1626294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1628232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1630287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1632352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1634316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1636200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:36.1637663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:21:36.1638461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:36.1639922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:36.1641273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:36.1642691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:36.1644634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:36.1646580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:36.1648021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:36.1649562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:36.1651096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:36.1652503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:36.1654496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:36.1656638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:36.1657925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:21:36.1658826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:36.1660429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:36.1661940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:36.1663566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:36.1665796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:36.1667540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:21:36.1668580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:36.1670482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:36.1673122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:36.1675763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:36.1678448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:36.1680233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:21:36.1680926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:21:36.1681803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:36.1683266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:36.1685506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:36.1687711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:36.1689897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:36.1692060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:36.1693601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:36.1695310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:36.1696967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:36.1698707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:36.1701107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:36.1702664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:21:36.1703254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:21:36.1703875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:21:36.1705094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:21:36.1706241Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:21:36.1706801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:21:36.1707731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:21:36.1708717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:21:36.1709781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:21:36.1711265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:21:36.1712867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:21:36.1714360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:21:36.1715735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:21:36.1716734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:21:36.1717579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:21:36.1718738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:21:36.1719836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:21:36.1720511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:21:36.1721032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:21:36.1721959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-06-05T23:21:36.1722858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:21:36.1723381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:21:36.1724011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:21:36.1724648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1725844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1727435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1729000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1730538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1732134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1733750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1735347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1737069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1738730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1740328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1742035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1743873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1745494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1747225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1748829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1750332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1751927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1753511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:36.1754783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:36.1756051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:36.1757375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:36.1758850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:36.1760886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:36.1762246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:36.1763615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:36.1765497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:36.1767459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:36.1769420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:36.1771357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:36.1772683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1774023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1775913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1777850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1779711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1781458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1783289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1785119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1786924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1788741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1790587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1792470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1794304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1796127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1798011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:36.1799342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:21:36.1800310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:21:36.1801236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:36.1802852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:36.1805189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:36.1806760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1809126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1813182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1817282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1820675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1823839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1826004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1828187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1830171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1832287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1834444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1836594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1838747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:36.1840088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:36.1841323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:21:36.1843244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:21:36.1844912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:21:36.1846822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:21:36.1848159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:36.1849564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:36.1850814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1852081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1853706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1855311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1857033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1858750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1860418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1861994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1863675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1865383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1867060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1868623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:21:36.1869898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:36.1871203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:36.1872896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:36.1874190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:21:36.1874891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:36.1876266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:36.1878147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:36.1879904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:36.1881215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:21:36.1882476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:21:36.1884100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:21:36.1885911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:21:36.1887659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:21:36.1888854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:36.1890181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:21:36.1892002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:21:36.1893812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:21:36.1894924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:21:36.1895404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:21:36.1896142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:21:36.1897284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:21:36.1897953Z running install_egg_info 2025-06-05T23:21:36.1898496Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:21:36.1899077Z running install_scripts 2025-06-05T23:21:36.1899507Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:21:36.1900502Z creating '/tmp/pip-wheel-gjdntdmw/.tmp-b312nba3/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:21:36.1901296Z adding 'executorch/version.py' 2025-06-05T23:21:36.1901834Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:36.1902485Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:21:36.1902976Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:21:36.1903518Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:21:36.1904057Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:21:36.1904615Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:21:36.1905164Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:21:36.1905723Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:21:36.1906535Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:21:36.1907241Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:21:36.1907882Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:21:36.1908356Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:21:36.1908779Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:21:36.1909227Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:21:36.1909732Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:21:36.1910246Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:21:36.1910723Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:21:36.1911222Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:21:36.1911742Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:21:36.1912331Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:21:36.1912923Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:21:36.1913543Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:21:36.1914084Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:21:36.1914591Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:21:36.1915124Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:21:36.1915695Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:21:36.1916277Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:21:36.1916793Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:21:36.1917333Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:21:36.1917909Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:21:36.1918425Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:21:36.1918935Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:21:36.1919449Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:21:36.1919989Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:21:36.1920535Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:21:36.1921165Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:21:36.1921832Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:21:36.1922444Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:21:36.1922922Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:21:36.1923446Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:21:36.1924039Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:21:36.1924567Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:21:36.1925094Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:21:36.1925726Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:21:36.1926275Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:21:36.1926751Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:21:36.1927258Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:21:36.1927739Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:21:36.1928097Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:21:36.1928527Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:21:36.1928930Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:21:36.1929388Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:21:36.1929766Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:21:36.1930268Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:21:36.1930799Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:21:36.1931192Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:21:36.1931678Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:21:36.1932061Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:21:36.1932473Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:21:36.1932856Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:21:36.1933308Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:21:36.1933740Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:21:36.1934343Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:21:36.1935000Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:21:36.1935559Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:21:36.1936029Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:21:36.1936546Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:21:36.1937022Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:21:36.1937499Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:21:36.1937997Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:21:36.1938495Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:21:36.1939097Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:21:36.1939702Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:21:36.1940311Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:21:36.1940866Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:21:36.1941434Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:21:36.1941930Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:21:36.1942464Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:21:36.1942987Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:21:36.1943789Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:21:36.1943979Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:21:36.1944181Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:21:36.1944395Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:21:36.1944605Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:21:36.1944816Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:21:36.1945076Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:21:36.1945271Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:21:36.1945476Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:21:36.1945668Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:21:36.1945857Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:21:36.1946139Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:21:36.1946421Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:21:36.1946715Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:21:36.1946919Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:21:36.1947114Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:21:36.1947295Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:21:36.1947697Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:21:36.1948084Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:21:36.1948300Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:21:36.1948586Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:21:36.1948820Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:21:36.1949027Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:21:36.1949203Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:21:36.1949396Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:21:36.1949646Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:21:36.1949813Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:21:36.1950035Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:21:36.1950247Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:21:36.1950596Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:21:36.1950864Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:21:36.1951069Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:21:36.1951312Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:21:36.1951562Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:21:36.1951745Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:21:36.1951994Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:21:36.1952251Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:21:36.1952556Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:21:36.1952790Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:21:36.1953072Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:21:36.1953304Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:21:36.1953517Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:21:36.1953759Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:21:36.1953972Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:21:36.1954228Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:21:36.1954402Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:21:36.1954572Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:21:36.1954801Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:21:36.1955000Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:21:36.1955153Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:21:36.1955305Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:21:36.1955502Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:21:36.1955688Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:21:36.1955830Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:21:36.1955971Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:21:36.1956136Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:21:36.1956331Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:21:36.1956518Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:21:36.1956766Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:21:36.1956905Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:21:36.1957114Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:21:36.1957366Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:21:36.1957554Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:21:36.1957701Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:21:36.1957836Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:21:36.1957990Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:21:36.1958124Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:21:36.1958295Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:21:36.1958468Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:21:36.1958628Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:21:36.1958783Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:21:36.1959017Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:21:36.1959226Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:21:36.1959373Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:21:36.1959580Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:21:36.1959766Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:21:36.1959926Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:21:36.1960110Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:21:36.1960273Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:21:36.1960435Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:21:36.1960578Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:21:36.1960729Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:21:36.1960888Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:21:36.1961028Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:21:36.1961245Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:21:36.1961509Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:21:36.1961670Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:21:36.1961922Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:21:36.1962104Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:21:36.1962323Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:21:36.1962533Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:21:36.1962681Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:21:36.1962844Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:21:36.1963074Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:21:36.1963235Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:21:36.1963421Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:21:36.1963594Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:21:36.1963844Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:21:36.1964041Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:21:36.1964242Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:21:36.1964511Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:21:36.1964725Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:21:36.1964903Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:21:36.1965034Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:21:36.1965166Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:21:36.1965327Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:21:36.1965622Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:21:36.1965843Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:21:36.1966242Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:21:36.1966434Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:21:36.1966640Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:21:36.1966905Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:21:36.1967109Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:21:36.1967327Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:21:36.1967533Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:21:36.1967783Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:21:36.1968073Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:21:36.1968368Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:21:36.1968590Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:21:36.1968789Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:21:36.1969017Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:21:36.1969200Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:21:36.1969382Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:21:36.1969598Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:21:36.1969822Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:21:36.1970023Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:21:36.1970212Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:21:36.1970427Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:21:36.1970611Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:21:36.1970800Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:21:36.1971035Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:21:36.1971222Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:21:36.1971372Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:21:36.1971568Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:21:36.1971726Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:21:36.1971884Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:21:36.1972027Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:21:36.1972200Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:21:36.1972383Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:21:36.1972553Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:21:36.1972714Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:21:36.1972958Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:21:36.1973136Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:21:36.1973289Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:21:36.1973550Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:21:36.1973710Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:21:36.1973867Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:21:36.1974024Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:21:36.1974215Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:21:36.1974435Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:21:36.1974670Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:21:36.1974880Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:21:36.1975115Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:21:36.1975335Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:21:36.1975497Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:21:36.1975640Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:21:36.1975831Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:21:36.1975987Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:21:36.1976155Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:21:36.1976297Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:21:36.1976444Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:21:36.1976631Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:21:36.1976811Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:21:36.1977091Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:21:36.1977274Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:21:36.1977440Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:21:36.1977668Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:21:36.1977811Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:21:36.1978010Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:21:36.1978280Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:21:36.1978440Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:21:36.1978596Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:21:36.1978759Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:21:36.1978962Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:21:36.1979235Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:21:36.1979390Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:21:36.1979548Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:21:36.1979760Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:21:36.1979938Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:21:36.1980104Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:21:36.1980266Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:21:36.1980421Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:21:36.1980566Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:21:36.1980708Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:21:36.1980891Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:21:36.1981142Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:21:36.1981309Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:21:36.1981463Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:21:36.1981701Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:21:36.1981854Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:21:36.1982013Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:21:36.1982182Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:21:36.1982337Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:21:36.1982527Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:21:36.1982702Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:21:36.1982851Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:21:36.1983070Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:21:36.1983386Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:21:36.1983643Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:21:36.1983883Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:21:36.1984035Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:21:36.1984194Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:21:36.1984347Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:21:36.1984508Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:21:36.1984675Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:21:36.1984825Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:21:36.1984987Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:21:36.1985133Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:21:36.2058518Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:21:36.2058815Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:21:36.2059176Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:21:36.2059422Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:21:36.2059598Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:21:36.2059851Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:21:36.2060089Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:21:36.2060239Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:21:36.2060393Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:21:36.2060563Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:21:36.2060716Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:21:36.2060954Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:21:36.2061181Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:21:36.2061463Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:21:36.2061752Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:21:36.2062062Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:21:36.2062340Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:21:36.2062673Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:21:36.2062931Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:21:36.2063229Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:21:36.2063615Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:21:36.2063928Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:21:36.2064212Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:21:36.2064481Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:21:36.2064700Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:21:36.2064945Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:21:36.2065277Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:21:36.2065624Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:21:36.2065899Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:21:36.2066160Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:21:36.2066403Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:21:36.2066814Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:21:36.2067278Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:21:36.2067537Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:21:36.2067714Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:21:36.2068038Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:21:36.2068378Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:21:36.2068671Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:21:36.2068945Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:21:36.2069300Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:21:36.2069683Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:21:36.2070124Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:21:36.2070771Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:21:36.2071152Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:21:36.2071526Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:21:36.2071943Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:21:36.2072320Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:21:36.2072775Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:21:36.2073111Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:21:36.2073581Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:21:36.2073927Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:21:36.2074333Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:21:36.2074855Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:21:36.2075221Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:21:36.2075693Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:21:36.2076013Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:21:36.2076355Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:21:36.2076891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:21:36.2077238Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:21:36.2077650Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:21:36.2078081Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:21:36.2078453Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:21:36.2078813Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:21:36.2079256Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:21:36.2079633Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:21:36.2092080Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:21:36.2092661Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:21:36.2093141Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:21:36.2093540Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:21:36.2093856Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:21:36.2094190Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:21:36.2094554Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:21:36.2094934Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:21:36.2095254Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:21:36.2095701Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:21:36.2096004Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:21:36.2096282Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:21:36.2096638Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:21:36.2096956Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:21:36.2097315Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:21:36.2097703Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:21:36.2098283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:21:36.2098773Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:21:36.2099276Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:21:36.2099734Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:21:36.2100237Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:21:36.2100658Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:21:36.2101092Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:21:36.2101551Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:21:36.2101961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:21:36.2102400Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:21:36.2102915Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:21:36.2103331Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:21:36.2215594Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:21:36.2216177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:21:36.2216654Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:21:36.2217321Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:21:36.2217850Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:21:36.2218333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:21:36.2218810Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:21:36.2219292Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:21:36.2219847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:21:36.2220306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:21:36.2220754Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:21:36.2221193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:21:36.2221671Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:21:36.2222066Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:21:36.2222513Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:21:36.2223010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:21:36.2223424Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:21:36.2223878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:21:36.2224287Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:21:36.2224698Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:21:36.2225270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:21:36.2225792Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:21:36.2226394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:21:36.2226998Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:21:36.2227619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:21:36.2228242Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:21:36.2228740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:21:36.2229233Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:21:36.2229818Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:21:36.2230309Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:21:36.2230781Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:21:36.2231410Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:21:36.2232031Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:21:36.2232688Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:21:36.2233294Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:21:36.2233903Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:21:36.2234498Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:21:36.2234994Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:21:36.2235601Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:21:36.2236156Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:21:36.2236750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:21:36.2237236Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:21:36.2237767Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:21:36.2238254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:21:36.2238813Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:21:36.2239435Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:21:36.2239920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:21:36.2240485Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:21:36.2241186Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:21:36.2241782Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:21:36.2242272Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:21:36.2242872Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:21:36.2243680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:21:36.2244288Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:21:36.2244859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:21:36.2245662Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:21:36.2246366Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:21:36.2247125Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:21:36.2247757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:21:36.2248408Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:21:36.2249018Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:21:36.2249640Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:21:36.2250266Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:21:36.2418320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:21:36.2418863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:21:36.2419367Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:21:36.2419953Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:21:36.2420567Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:21:36.2421198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:21:36.2421785Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:21:36.2422335Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:21:36.2422834Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:21:36.2423313Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:21:36.2423859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:21:36.2424408Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:21:36.2424923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:21:36.2425447Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:21:36.2425843Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:21:36.2426209Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:21:36.2426572Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:21:36.2427220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:21:36.2427746Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:21:36.2428175Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:21:36.2428611Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:21:36.2429032Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:21:36.2429490Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:21:36.2429957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:21:36.2430382Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:21:36.2430806Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:21:36.2431233Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:21:36.2431776Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:21:36.2432271Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:21:36.2432753Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:21:36.2433241Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:21:36.2433718Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:21:36.2434220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:21:36.2434696Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:21:36.2435181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:21:36.2435676Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:21:36.2436180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:21:36.2436669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:21:36.2437153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:21:36.2437641Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:21:36.2438052Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:21:36.2438536Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:21:36.2439000Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:21:36.2439576Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:21:36.2440089Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:21:36.2440554Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:21:36.2441006Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:21:36.2441387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:21:36.2441772Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:21:36.2442226Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:21:36.2442673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:21:36.2443238Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:21:36.2443699Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:21:36.2444172Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:21:36.2444715Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:21:36.2445111Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:21:36.2445582Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:21:36.2445976Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:21:36.2446420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:21:36.2446893Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:21:36.2447460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:21:36.2447909Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:21:36.2448335Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:21:36.2448907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:21:36.2449339Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:21:36.2449804Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:21:36.2604089Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:21:36.2604648Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:21:36.2605171Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:21:36.2605682Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:21:36.2606089Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:21:36.2606541Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:21:36.2607322Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:21:36.2607876Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:21:36.2608353Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:21:36.2608906Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:21:36.2609424Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:21:36.2609856Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:21:36.2610317Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:21:36.2610743Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:21:36.2611177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:21:36.2611664Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:21:36.2612169Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:21:36.2612691Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:21:36.2613274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:21:36.2613863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:21:36.2614338Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:21:36.2614856Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:21:36.2615469Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:21:36.2615947Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:21:36.2616592Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:21:36.2617013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:21:36.2617678Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:21:36.2618285Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:21:36.2618836Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:21:36.2619569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:21:36.2620013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:21:36.2620597Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:21:36.2621176Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:21:36.2621747Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:21:36.2622245Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:21:36.2622702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:21:36.2623287Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:21:36.2623849Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:21:36.2624362Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:21:36.2624958Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:21:36.2625473Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:21:36.2626084Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:21:36.2626567Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:21:36.2627072Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:21:36.2627528Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:21:36.2628111Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:21:36.2628655Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:21:36.2629192Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:21:36.2629788Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:21:36.2630355Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:21:36.2630832Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:21:36.2631289Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:21:36.2631725Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:21:36.2632269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:21:36.2632809Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:21:36.2633217Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:21:36.2633656Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:21:36.2634198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:21:36.2634666Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:21:36.2635164Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:21:36.2635612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:21:36.2636231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:21:36.2636699Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:21:36.2637113Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:21:36.2637658Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:21:36.2638240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:21:36.2799442Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:21:36.2799948Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:21:36.2800437Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:21:36.2800900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:21:36.2801335Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:21:36.2801819Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:21:36.2802290Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:21:36.2802751Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:21:36.2803223Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:21:36.2803703Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:21:36.2804306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:21:36.2804881Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:21:36.2805379Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:21:36.2805988Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:21:36.2806569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:21:36.2807224Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:21:36.2807814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:21:36.2808408Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:21:36.2808988Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:21:36.2809727Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:21:36.2810327Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:21:36.2810821Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:21:36.2811380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:21:36.2811927Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:21:36.2812470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:21:36.2812878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:21:36.2813357Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:21:36.2813824Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:21:36.2814288Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:21:36.2814738Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:21:36.2815221Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:21:36.2815712Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:21:36.2816205Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:21:36.2816770Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:21:36.2817370Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:21:36.2817838Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:21:36.2818318Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:21:36.2818841Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:21:36.2819364Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:21:36.2819870Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:21:36.2820397Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:21:36.2820956Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:21:36.2821532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:21:36.2822100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:21:36.2822585Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:21:36.2823033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:21:36.2823637Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:21:36.2824185Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:21:36.2824772Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:21:36.2825275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:21:36.2825755Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:21:36.2826290Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:21:36.2826761Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:21:36.2826936Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:21:36.2827104Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:21:36.2827297Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:21:36.2827443Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:21:36.2827588Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:21:36.2827770Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:21:36.2827938Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:21:36.2828106Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:21:36.2828270Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:21:36.2828493Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:21:36.2828669Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:21:36.2828829Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:21:36.2829004Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:21:36.2829190Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:21:36.2829362Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:21:36.2829558Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:21:36.2829715Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:21:36.2829853Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:21:36.3170249Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:21:36.3170563Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:21:36.3170874Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:21:36.3171175Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:21:36.3171449Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:21:36.3171675Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:21:36.3172060Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:21:36.3172407Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:21:36.3172745Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:21:36.3173058Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:21:36.3173480Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:21:36.3173906Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:21:36.3174535Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:21:36.3175131Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:21:36.3175509Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:21:36.3175942Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:21:36.3176396Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:21:36.3176836Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:21:36.3177276Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:21:36.3177580Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:21:36.3177864Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:21:36.3178139Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:21:36.3178398Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:21:36.3178696Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:21:36.3178973Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:21:36.3179311Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:21:36.3179595Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:21:36.3180018Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:21:36.3180394Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:21:36.3180783Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:21:36.3181252Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:21:36.3181685Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:21:36.3182052Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:21:36.3182492Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:21:36.3183044Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:21:36.3183560Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:21:36.3184058Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:21:36.3184577Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:21:36.3185086Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:21:36.3185582Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:21:36.3186083Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:21:36.3186634Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:21:36.3187211Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:21:36.3187754Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:21:36.3188280Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:21:36.3188812Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:21:36.3189300Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:21:36.3189785Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:21:36.3190364Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:21:36.3190893Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:21:36.3191424Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:21:36.3192120Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:21:36.3192724Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:21:36.3193196Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:21:36.3193705Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:21:36.3194251Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:21:36.3194622Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:21:36.3195058Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:21:36.3195454Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:21:36.3195899Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:21:36.3196462Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:21:36.3197057Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:21:36.3197675Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:21:36.3198263Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:21:36.3198827Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:21:36.3199360Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:21:36.3199906Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:21:36.3200445Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:21:36.3200964Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:21:36.3201445Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:21:36.3202048Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:21:36.3202671Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:21:36.3203239Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:21:36.3203792Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:21:36.3204323Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:21:36.3204603Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:21:36.3204922Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:21:36.3205336Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:21:36.3205810Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:21:36.3206089Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:21:36.3206429Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:21:36.3206729Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:21:36.3207028Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:21:36.3207606Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:21:36.3208211Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:21:36.3208690Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:21:36.3209030Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:21:36.3209382Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:21:36.3209745Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:21:36.3210252Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:21:36.3210712Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:21:36.3211055Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:21:36.3211412Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:21:36.3211743Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:21:36.3212064Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:21:36.3212307Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:21:36.3212587Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:21:36.3212837Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:21:36.3213120Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:21:36.3213676Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:21:36.3214002Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:21:36.3214331Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:21:36.3214638Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:21:36.3214973Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:21:36.3215263Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:21:36.3215539Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:21:36.3215834Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:21:36.3216071Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:21:36.3216514Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:21:36.3216988Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:21:36.3217397Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:21:36.3431146Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:21:36.3431591Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:21:36.3431979Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:21:36.3432508Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:21:36.3432885Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:21:36.3433237Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:21:36.3433496Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:21:36.3433857Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:21:36.3434231Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:21:36.3434641Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:21:36.3435091Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:21:36.3435502Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:21:36.3435980Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:21:36.3436615Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:21:36.3437081Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:21:36.3437690Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:21:36.3438169Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:21:36.3438699Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:21:36.3439140Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:21:36.3439890Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:21:36.3440422Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:21:36.3441229Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:21:36.3441926Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:21:36.3442675Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:21:36.3443643Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:21:36.3444414Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:21:36.3445140Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:21:36.3445890Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:21:36.3446635Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:21:36.3447431Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:21:36.3448156Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:21:36.3448853Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:21:36.3449583Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:21:36.3450315Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:21:36.3450888Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:21:36.3451521Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:21:36.3452123Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:21:36.3452816Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:21:36.3453134Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:21:36.3453530Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:21:36.3453937Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:21:36.3454447Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:21:36.3454852Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:21:36.3455246Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:21:36.3455683Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:21:36.3456095Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:21:36.3456611Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:21:36.3457077Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:21:36.3457592Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:21:36.3458227Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:21:36.3458839Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:21:36.3459292Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:21:36.3459742Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:21:36.3460467Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:21:36.3460928Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:21:36.3461426Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:21:36.3461870Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:21:36.3462285Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:21:36.3462738Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:21:36.3463177Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:21:36.3463555Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:21:36.3463957Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:21:36.3464371Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:21:36.3464896Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:21:36.3465422Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:21:36.3465840Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:21:36.3466242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:21:36.3466656Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:21:36.3467070Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:21:36.3467539Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:21:36.3468026Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:21:36.3468469Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:21:36.3468937Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:21:36.3469476Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:21:36.3469944Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:21:36.3470366Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:21:36.3470817Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:21:36.3471239Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:21:36.3471615Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:21:36.3472162Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:21:36.3472744Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:21:36.3473156Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:21:36.3473563Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:21:36.3474010Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:21:36.3474478Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:21:36.3474882Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:21:36.3475312Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:21:36.3475772Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:21:36.3476255Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:21:36.3476932Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:21:36.3477386Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:21:36.3477806Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:21:36.3478337Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:21:36.3478910Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:21:36.3479346Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:21:36.3479794Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:21:36.3480262Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:21:36.3480804Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:21:36.3481257Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:21:36.3481752Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:21:36.3663797Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:21:36.3664180Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:21:36.3664683Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:21:36.3665192Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:21:36.3665701Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:21:36.3666128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:21:36.3666504Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:21:36.3666919Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:21:36.3667373Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:21:36.3667782Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:21:36.3668455Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:21:36.3668922Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:21:36.3669407Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:21:36.3669895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:21:36.3670355Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:21:36.3670821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:21:36.3671320Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:21:36.3671841Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:21:36.3672237Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:21:36.3672661Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:21:36.3673112Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:21:36.3673494Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:21:36.3673920Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:21:36.3674314Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:21:36.3674867Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:21:36.3675459Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:21:36.3675932Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:21:36.3676362Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:21:36.3676738Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:21:36.3677157Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:21:36.3677571Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:21:36.3678257Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:21:36.3678918Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:21:36.3679283Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:21:36.3679743Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:21:36.3680139Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:21:36.3680618Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:21:36.3681144Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:21:36.3681628Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:21:36.3682035Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:21:36.3682457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:21:36.3682889Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:21:36.3683302Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:21:36.3683808Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:21:36.3684323Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:21:36.3684800Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:21:36.3685247Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:21:36.3685788Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:21:36.3686304Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:21:36.3686881Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:21:36.3687429Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:21:36.3687918Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:21:36.3688342Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:21:36.3688811Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:21:36.3689241Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:21:36.3689658Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:21:36.3690113Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:21:36.3690578Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:21:36.3691014Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:21:36.3691481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:21:36.3691991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:21:36.3692400Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:21:36.3692805Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:21:36.3693242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:21:36.3693698Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:21:36.3694095Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:21:36.3694533Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:21:36.3695067Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:21:36.3695569Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:21:36.3696026Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:21:36.3696689Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:21:36.3697286Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:21:36.3697692Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:21:36.3698123Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:21:36.3698550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:21:36.3699108Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:21:36.3699560Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:21:36.3699980Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:21:36.3700270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:21:36.3700594Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:21:36.3700898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:21:36.3701208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:21:36.3701517Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:21:36.3701833Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:21:36.3702135Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:21:36.3702452Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:21:36.3702747Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:21:36.3703017Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:21:36.3703288Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:21:36.3703594Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:21:36.3704001Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:21:36.3704573Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:21:36.3705234Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:21:36.3705759Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:21:36.3706090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:21:36.3706360Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:21:36.3706679Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:21:36.3707176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:21:36.3707668Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:21:36.3708085Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:21:36.3708481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:21:36.3708822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:21:36.3709216Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:21:36.3709609Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:21:36.3710030Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:21:36.3844766Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:21:36.3845199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:21:36.3845827Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:21:36.3846178Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:21:36.3846399Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:21:36.3846756Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:21:36.3847009Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:21:36.3847241Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:21:36.3847539Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:21:36.3847848Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:21:36.3848245Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:21:36.3848579Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:21:36.3848839Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:21:36.3849084Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:21:36.3849307Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:21:36.3849531Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:21:36.3849790Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:21:36.3849998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:21:36.3850227Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:21:36.3850551Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:21:36.3850979Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:21:36.3851302Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:21:36.3851644Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:21:36.3851958Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:21:36.3852288Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:21:36.3852626Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:21:36.3853103Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:21:36.3853461Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:21:36.3853901Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:21:36.3854327Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:21:36.3854677Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:21:36.3855047Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:21:36.3855515Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:21:36.3855915Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:21:36.3856257Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:21:36.3856582Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:21:36.3856908Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:21:36.3857341Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:21:36.3857917Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:21:36.3858264Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:21:36.3858579Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:21:36.3858914Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:21:36.3859227Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:21:36.3859565Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:21:36.3859949Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:21:36.3860289Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:21:36.3860769Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:21:36.3861151Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:21:36.3861508Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:21:36.3861838Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:21:36.3862192Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:21:36.3862533Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:21:36.3862878Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:21:36.3863311Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:21:36.3863666Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:21:36.3864011Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:21:36.3864368Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:21:36.3864709Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:21:36.3865022Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:21:36.3865349Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:21:36.3865715Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:21:36.3866198Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:21:36.3866542Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:21:36.3866881Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:21:36.3867225Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:21:36.3867538Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:21:36.3867897Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:21:36.3868208Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:21:36.3868649Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:21:36.3869055Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:21:36.3869417Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:21:36.3869743Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:21:36.3870070Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:21:36.3870405Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:21:36.3870724Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:21:36.3871201Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:21:36.3871602Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:21:36.3871955Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:21:36.3872288Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:21:36.3872666Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:21:36.3873073Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:21:36.3873447Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:21:36.3873837Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:21:36.3874335Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:21:36.3874665Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:21:36.3874998Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:21:36.4170733Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:21:36.4171406Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:21:36.4171912Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:21:36.4172237Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:21:36.4172615Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:21:36.4173009Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:21:36.4173419Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:21:36.4173761Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:21:36.4174132Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:21:36.4174450Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:21:36.4174858Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:21:36.4175204Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:21:36.4175566Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:21:36.4175924Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:21:36.4176575Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:21:36.4177105Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:21:36.4177476Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:21:36.4177733Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:21:36.4177993Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:21:36.4178312Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:21:36.4178563Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:21:36.4178805Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:21:36.4179061Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:21:36.4179319Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:21:36.4179589Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:21:36.4179836Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:21:36.4180143Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:21:36.4180478Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:21:36.4180933Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:21:36.4181443Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:21:36.4181851Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:21:36.4182291Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:21:36.4182710Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:21:36.4183060Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:21:36.4183428Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:21:36.4183970Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:21:36.4184316Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:21:36.4184701Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:21:36.4185240Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:21:36.4185620Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:21:36.4186032Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:21:36.4186548Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:21:36.4186743Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:21:36.4186903Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:21:36.4187044Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:21:36.4187242Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:21:36.4187382Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:21:36.4187598Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:21:36.4187832Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:21:36.4188030Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:21:36.4188348Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:21:36.4188629Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:21:36.4188842Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:21:36.4189036Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:21:36.4189243Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:21:36.4189421Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:21:36.4189762Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:21:36.4190125Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:21:36.4190452Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:21:36.4190777Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:21:36.4191119Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:21:36.4191477Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:21:36.4191785Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:21:36.4192107Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:21:36.4192485Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:21:36.4192684Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:21:36.4192836Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:21:36.4192998Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:21:36.4193173Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:21:36.4193358Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:21:36.4193524Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:21:36.4193781Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:21:36.4194016Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:21:36.4194184Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:21:36.4194378Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:21:36.4194564Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:21:36.4194767Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:21:36.4194988Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:21:36.4195167Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:21:36.4195361Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:21:36.4195550Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:21:36.4195760Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:21:36.4196033Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:21:36.4196195Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:21:36.4196470Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:21:36.4196727Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:21:36.4197007Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:21:36.4197210Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:21:36.4197405Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:21:36.4197681Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:21:36.4197973Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:21:36.4198208Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:21:36.4198427Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:21:36.4198612Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:21:36.4198820Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:21:36.4199019Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:21:36.4199211Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:21:36.4199472Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:21:36.4572054Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:21:36.4572504Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:21:36.4572848Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:21:36.4573074Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:21:36.4573241Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:21:36.4573479Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:21:36.4573725Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:21:36.4573897Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:21:36.4574092Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:21:36.4574296Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:21:36.4574492Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:21:36.4574749Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:21:36.4574961Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:21:36.4575202Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:21:36.4575408Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:21:36.4575634Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:21:36.4575830Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:21:36.4576032Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:21:36.4576256Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:21:36.4576484Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:21:36.4576689Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:21:36.4576881Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:21:36.4577046Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:21:36.4577207Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:21:36.4577374Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:21:36.4577573Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:21:36.4577733Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:21:36.4577969Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:21:36.4578145Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:21:36.4578310Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:21:36.4578467Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:21:36.4578649Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:21:36.4578819Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:21:36.4579224Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:21:36.4579527Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:21:36.4579786Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:21:36.4579943Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:21:36.4580120Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:21:36.4580287Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:21:36.4580513Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:21:36.4580683Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:21:36.4580858Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:21:36.4581066Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:21:36.4581258Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:21:36.4581432Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:21:36.4581589Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:21:36.4581779Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:21:36.4581946Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:21:36.4582105Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:21:36.4582274Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:21:36.4582448Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:21:36.4582633Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:21:36.4582802Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:21:36.4582958Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:21:36.4583134Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:21:36.4583330Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:21:36.4583487Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:21:36.4583705Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:21:36.4583889Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:21:36.4584069Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:21:36.4584248Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:21:36.4584430Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:21:36.4584633Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:21:36.4584834Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:21:36.4584990Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:21:36.4585159Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:21:36.4585318Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:21:36.4585527Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:21:36.4585722Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:21:36.4585879Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:21:36.4586062Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:21:36.4586220Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:21:36.4586409Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:21:36.4586599Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:21:36.4586756Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:21:36.4586913Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:21:36.4587067Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:21:36.4587236Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:21:36.4587469Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:21:36.4587680Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:21:36.4587854Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:21:36.4588023Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:21:36.4588205Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:21:36.4588384Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:21:36.4588555Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:21:36.4588735Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:21:36.4588904Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:21:36.4589102Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:21:36.4589272Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:21:36.4589481Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:21:36.4589691Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:21:36.4589871Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:21:36.4590030Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:21:36.4590224Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:21:36.4590413Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:21:36.4590589Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:21:36.4590799Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:21:36.4591031Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:21:36.4591197Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:21:36.4591373Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:21:36.4591560Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:21:36.4591721Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:21:36.4591925Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:21:36.4592104Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:21:36.4592262Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:21:36.4592425Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:21:36.4592630Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:21:36.4592802Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:21:36.4592987Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:21:36.4593225Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:21:36.4593470Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:21:36.4593642Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:21:36.4593838Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:21:36.4594008Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:21:36.4594164Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:21:36.4594353Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:21:36.4594573Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:21:36.4594737Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:21:36.4594919Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:21:36.4595136Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:21:36.4595315Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:21:36.4595492Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:21:36.4595841Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:21:36.4596212Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:21:36.4596453Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:21:36.4596654Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:21:36.4918521Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:21:36.4918845Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:21:36.4919191Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:21:36.4919354Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:21:36.4919518Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:21:36.4919664Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:21:36.4919816Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:21:36.4920020Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:21:36.4920216Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:21:36.4920382Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:21:36.4920632Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:21:36.4920845Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:21:36.4921032Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:21:36.4921209Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:21:36.4921379Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:21:36.4921548Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:21:36.4921728Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:21:36.4921905Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:21:36.4922128Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:21:36.4922283Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:21:36.4922525Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:21:36.4922829Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:21:36.4923107Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:21:36.4923335Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:21:36.4923467Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:21:36.4923621Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:21:36.4923772Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:21:36.4923896Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:21:36.4924062Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:21:36.4924236Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:21:36.4924444Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:21:36.4924652Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:21:36.4924884Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:21:36.4925078Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:21:36.4925321Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:21:36.4925613Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:21:36.4925854Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:21:36.4926118Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:21:36.4926343Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:21:36.4926801Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:21:36.4927092Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:21:36.4927375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:21:36.4927684Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:21:36.4928006Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:21:36.4928310Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:21:36.4928569Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:21:36.4928808Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:21:36.4929045Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:21:36.4929431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:21:36.4929709Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:21:36.4929973Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:21:36.4930202Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:21:36.4930428Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:21:36.4930648Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:21:36.4930897Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:21:36.4931285Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:21:36.4931658Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:21:36.4931980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:21:36.4932304Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:21:36.4932546Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:21:36.4932808Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:21:36.4933100Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:21:36.4933459Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:21:36.4933790Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:21:36.4934097Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:21:36.4934393Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:21:36.4934632Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:21:36.4934861Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:21:36.4935075Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:21:36.4935323Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:21:36.4935589Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:21:36.4935884Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:21:36.4936245Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:21:36.4936512Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:21:36.4936775Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:21:36.4937050Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:21:36.4937413Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:21:36.4937732Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:21:36.4938137Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:21:36.4938381Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:21:36.4938665Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:21:36.4939020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:21:36.4939297Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:21:36.4939697Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:21:36.4939914Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:21:36.4940345Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:21:36.4940611Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:21:36.4940885Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:21:36.4941116Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:21:36.4941337Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:21:36.4941570Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:21:36.4941828Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:21:36.4942107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:21:36.4942394Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:21:36.4942738Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:21:36.4942968Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:21:36.4943391Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:21:36.4943663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:21:36.4943935Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:21:36.4944183Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:21:36.4944431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:21:36.4944670Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:21:36.4944922Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:21:36.4945149Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:21:36.4945368Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:21:36.4945550Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:21:36.4945807Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:21:36.4946042Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:21:36.4946290Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:21:36.5315395Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:21:36.5315814Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:21:36.5316187Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:21:36.5316391Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:21:36.5316577Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:21:36.5317056Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:21:36.5317317Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:21:36.5317610Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:21:36.5317856Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:21:36.5318144Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:21:36.5318377Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:21:36.5318644Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:21:36.5318903Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:21:36.5319180Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:21:36.5319514Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:21:36.5319732Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:21:36.5320065Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:21:36.5320395Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:21:36.5320691Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:21:36.5321086Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:21:36.5321355Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:21:36.5321612Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:21:36.5321926Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:21:36.5322251Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:21:36.5322687Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:21:36.5322988Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:21:36.5323231Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:21:36.5323487Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:21:36.5323713Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:21:36.5323953Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:21:36.5324226Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:21:36.5324441Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:21:36.5324591Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:21:36.5324795Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:21:36.5324965Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:21:36.5325262Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:21:36.5325645Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:21:36.5325848Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:21:36.5326053Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:21:36.5326308Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:21:36.5326492Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:21:36.5326723Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:21:36.5326953Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:21:36.5327172Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:21:36.5327501Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:21:36.5327833Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:21:36.5328032Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:21:36.5328220Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:21:36.5328397Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:21:36.5328559Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:21:36.5328728Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:21:36.5328950Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:21:36.5329112Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:21:36.5329289Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:21:36.5329484Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:21:36.5329674Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:21:36.5329938Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:21:36.5330143Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:21:36.5330393Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:21:36.5330631Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:21:36.5330794Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:21:36.5330968Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:21:36.5331154Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:21:36.5331340Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:21:36.5331579Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:21:36.5331857Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:21:36.5332054Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:21:36.5332241Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:21:36.5332407Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:21:36.5332652Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:21:36.5332828Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:21:36.5333035Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:21:36.5333210Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:21:36.5333391Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:21:36.5333579Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:21:36.5333760Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:21:36.5333955Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:21:36.5334155Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:21:36.5334322Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:21:36.5334574Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:21:36.5334775Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:21:36.5334963Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:21:36.5335125Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:21:36.5335303Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:21:36.5335496Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:21:36.5335685Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:21:36.5335859Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:21:36.5336040Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:21:36.5336357Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:21:36.5336534Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:21:36.5336862Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:21:36.5337240Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:21:36.5337404Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:21:36.5337579Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:21:36.5337777Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:21:36.5337943Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:21:36.5338166Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:21:36.5338375Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:21:36.5338591Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:21:36.5338854Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:21:36.5339118Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:21:36.5339374Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:21:36.5339650Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:21:36.5339916Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:21:36.5340115Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:21:36.5340325Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:21:36.5340565Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:21:36.5340798Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:21:36.5340984Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:21:36.5341232Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:21:36.5341537Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:21:36.5341729Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:21:36.5342053Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:21:36.5342254Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:21:36.5342415Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:21:36.5342615Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:21:36.5342813Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:21:36.5597053Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:21:36.5597427Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:21:36.5597664Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:21:36.5597987Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:21:36.5598216Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:21:36.5598425Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:21:36.5598650Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:21:36.5598852Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:21:36.5599060Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:21:36.5599240Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:21:36.5599402Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:21:36.5599595Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:21:36.5599804Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:21:36.5599966Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:21:36.5600332Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:21:36.5600612Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:21:36.5600978Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:21:36.5601151Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:21:36.5601372Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:21:36.5601563Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:21:36.5601725Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:21:36.5601887Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:21:36.5602098Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:21:36.5602279Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:21:36.5602446Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:21:36.5602644Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:21:36.5602845Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:21:36.5603037Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:21:36.5603210Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:21:36.5603383Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:21:36.5603550Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:21:36.5603729Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:21:36.5603920Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:21:36.5604111Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:21:36.5604343Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:21:36.5604534Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:21:36.5604767Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:21:36.5604944Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:21:36.5605122Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:21:36.5605299Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:21:36.5605592Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:21:36.5605881Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:21:36.5606084Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:21:36.5606271Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:21:36.5606438Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:21:36.5606633Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:21:36.5606877Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:21:36.5607061Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:21:36.5607232Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:21:36.5607463Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:21:36.5607755Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:21:36.5607930Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:21:36.5608221Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:21:36.5608465Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:21:36.5608814Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:21:36.5609074Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:21:36.5609321Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:21:36.5609669Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:21:36.5610021Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:21:36.5610332Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:21:36.5610621Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:21:36.5610913Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:21:36.5611172Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:21:36.5611467Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:21:36.5611683Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:21:36.5611863Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:21:36.5612183Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:21:36.5612396Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:21:36.5612612Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:21:36.5612920Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:21:36.5613159Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:21:36.5613453Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:21:36.5613759Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:21:36.5614009Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:21:36.5614221Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:21:36.5614487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:21:36.5614845Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:21:36.5615223Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:21:36.5615530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:21:36.5615870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:21:36.5616217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:21:36.5616506Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:21:36.5616881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:21:36.5617195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:21:36.5617510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:21:36.5617870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:21:36.5618196Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:21:36.5618497Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:21:36.5618817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:21:36.5619095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:21:36.5619441Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:21:36.5619777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:21:36.5620070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:21:36.5620342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:21:36.5620702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:21:36.5620980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:21:36.5621356Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:21:36.5621733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:21:36.5621994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:21:36.5622331Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:21:36.5622622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:21:36.5622938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:21:36.5623239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:21:36.5623525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:21:36.5623829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:21:36.5624118Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:21:36.5624427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:21:36.5624782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:21:36.5625065Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:21:36.5625492Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:21:36.5625747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:21:36.5925779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:21:36.5926184Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5926501Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:36.5926819Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:21:36.5927200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:21:36.5927555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:21:36.5927832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:21:36.5928224Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:21:36.5928488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:21:36.5928775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:21:36.5929030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:21:36.5929355Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:21:36.5929599Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:21:36.5929911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:21:36.5930234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:21:36.5930542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:21:36.5930824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:21:36.5931157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5931521Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5932164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:36.5932699Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:21:36.5933014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5933343Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5933656Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:36.5933976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:21:36.5934288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5934670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:36.5935066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:21:36.5935547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:21:36.5935887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:21:36.5936133Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:21:36.5936432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:21:36.5936808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:21:36.5937159Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:21:36.5937546Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:21:36.5937860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:21:36.5938111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:21:36.5938381Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:21:36.5938654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:21:36.5938911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:21:36.5939205Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:21:36.5939482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:21:36.5939894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:21:36.5940256Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:21:36.5940586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:21:36.5940955Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:21:36.5941299Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:21:36.5941680Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:21:36.5942025Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:21:36.5942427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:21:36.5942790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:21:36.5943276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:21:36.5943570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:21:36.5944064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:21:36.5944397Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:21:36.5944869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:21:36.5945185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:21:36.5945485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:21:36.5945779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:21:36.5946068Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:21:36.5946368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:21:36.5946693Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:21:36.5947056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:21:36.5947388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:21:36.5947701Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:21:36.5947939Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:21:36.5948230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:21:36.5948472Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:21:36.5948719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:21:36.5948941Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:21:36.5949166Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:21:36.5949435Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:21:36.5949693Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:21:36.5950008Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:21:36.5950340Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:21:36.5950646Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:21:36.5950900Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:21:36.5951132Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:21:36.5951287Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:21:36.5951452Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:21:36.5951603Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:21:36.5951799Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:21:36.5951918Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:21:36.5952034Z adding 'executorch/codegen/gen.py' 2025-06-05T23:21:36.5952140Z adding 'executorch/codegen/model.py' 2025-06-05T23:21:36.5952244Z adding 'executorch/codegen/parse.py' 2025-06-05T23:21:36.5952365Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:21:36.5952503Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:21:36.5952616Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:21:36.5952734Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:21:36.5952879Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:21:36.5953020Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:21:36.5953149Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:21:36.5953343Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:21:36.5953577Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:21:36.5953763Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:21:36.5953982Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:21:36.5954173Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:21:36.5954334Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:21:36.5954458Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:21:36.5954614Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:21:36.5954744Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:21:36.5954874Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:21:36.9222488Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:21:36.9223352Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:21:36.9224049Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:21:36.9224971Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:21:36.9225651Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:21:36.9226248Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:21:36.9226797Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:21:36.9227263Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:21:36.9227578Z adding 'executorch/data/bin/flatc' 2025-06-05T23:21:36.9227913Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:21:36.9228393Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:21:36.9228960Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:21:36.9229491Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:21:36.9229985Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:21:36.9230405Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:21:36.9230827Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:21:36.9231308Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:21:36.9231953Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:21:36.9232580Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:21:36.9233163Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:21:36.9233701Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:21:36.9234253Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:21:36.9234830Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:21:36.9235446Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:21:36.9236023Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:21:36.9236615Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:21:36.9237151Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:21:36.9237729Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:21:36.9238230Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:21:36.9238739Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:21:36.9239169Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:21:36.9239604Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:21:36.9240038Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:21:36.9240436Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:21:36.9240924Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:21:36.9241348Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:21:36.9241967Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:21:36.9242358Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:21:36.9242885Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:21:36.9243502Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:21:36.9243906Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:21:36.9244328Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:21:36.9245008Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:21:36.9245656Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:21:36.9246141Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:21:36.9246636Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:21:36.9247200Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:21:36.9247900Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:21:36.9248576Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:21:36.9249209Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:21:36.9249764Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:21:36.9250277Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:21:36.9250741Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:21:36.9251290Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:21:36.9251806Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:21:36.9252295Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:21:36.9252886Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:21:36.9253384Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:21:36.9253827Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:21:36.9254294Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:21:36.9254800Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:21:36.9255335Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:21:36.9255896Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:21:36.9256614Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:21:36.9257125Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:21:36.9257608Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:21:36.9258067Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:21:36.9258560Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:21:36.9259079Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:21:36.9259600Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:21:36.9260173Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:21:36.9260821Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:21:36.9261420Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:21:36.9261902Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:21:36.9262372Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:21:36.9262808Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:21:36.9263179Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:21:36.9263563Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:21:36.9263959Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:21:36.9264535Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:21:36.9265179Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:21:36.9265703Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:21:36.9266079Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:21:36.9266566Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:21:36.9267033Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:21:36.9267619Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:21:36.9268536Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:21:36.9269261Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:21:36.9270022Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:21:36.9270705Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:21:36.9271554Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:21:36.9272622Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:21:36.9273445Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:21:36.9274252Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:21:36.9275083Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:21:36.9275939Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:21:36.9276711Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:21:36.9277482Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:21:36.9278258Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:21:36.9278829Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:21:36.9279281Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:21:36.9280057Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:21:36.9280927Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:21:36.9281610Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:21:36.9282047Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:21:36.9282560Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:21:36.9283091Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:21:36.9283765Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:21:36.9284500Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:21:36.9285230Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:21:36.9285776Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:21:36.9286222Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:21:36.9286717Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:21:36.9287250Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:21:36.9288199Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:21:36.9289228Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:21:36.9290057Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:21:36.9291096Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:21:36.9291915Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:21:36.9292400Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:21:36.9292978Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:21:36.9293977Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:21:36.9295024Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:21:36.9295879Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:21:36.9296834Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:21:36.9652606Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:21:36.9653621Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:21:36.9654551Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:21:36.9655635Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:21:36.9656581Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:21:36.9657476Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:21:36.9658241Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:21:36.9658836Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:21:36.9659445Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:21:36.9660396Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:21:36.9670910Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:21:36.9671666Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:21:36.9672449Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:21:36.9673196Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:21:36.9673802Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:21:36.9674444Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:21:36.9675094Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:21:36.9675696Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:21:36.9676295Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:21:36.9676924Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:21:36.9677492Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:21:36.9678045Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:21:36.9678536Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:21:36.9679085Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:21:36.9679711Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:21:36.9680345Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:21:36.9680955Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:21:36.9681563Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:21:36.9682177Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:21:36.9682737Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:21:36.9683299Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:21:36.9683849Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:21:36.9684470Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:21:36.9685143Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:21:36.9685907Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:21:36.9686521Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:21:36.9687360Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:21:36.9688284Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:21:36.9688863Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:21:36.9689300Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:21:36.9689711Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:21:36.9690143Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:21:36.9690605Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:21:36.9691026Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:21:36.9691428Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:21:36.9691839Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:21:36.9692286Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:21:36.9692729Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:21:36.9693299Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:21:36.9693795Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:21:36.9694242Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:21:36.9694695Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:21:36.9695143Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:21:36.9695589Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:21:36.9696066Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:21:36.9696614Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:21:36.9697145Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:21:36.9697645Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:21:36.9698147Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:21:36.9698622Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:21:36.9699096Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:21:36.9699541Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:21:36.9699998Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:21:36.9700555Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:21:36.9700993Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:21:36.9701404Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:21:36.9701804Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:21:36.9702265Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:21:36.9702705Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:21:36.9703130Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:21:36.9703587Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:21:36.9704085Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:21:36.9704626Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:21:36.9705048Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:21:36.9705485Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:21:36.9705918Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:21:36.9706302Z adding 'executorch/exir/__init__.py' 2025-06-05T23:21:36.9706611Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:21:36.9706933Z adding 'executorch/exir/common.py' 2025-06-05T23:21:36.9707254Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:21:36.9707572Z adding 'executorch/exir/delegate.py' 2025-06-05T23:21:36.9707895Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:21:36.9708390Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:21:36.9708770Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:21:36.9709172Z adding 'executorch/exir/error.py' 2025-06-05T23:21:36.9709475Z adding 'executorch/exir/graph.py' 2025-06-05T23:21:36.9709775Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:21:36.9710136Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:21:36.9710492Z adding 'executorch/exir/memory.py' 2025-06-05T23:21:36.9710801Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:21:36.9711140Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:21:36.9711453Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:21:36.9711791Z adding 'executorch/exir/print_program.py' 2025-06-05T23:21:36.9712116Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:21:36.9712491Z adding 'executorch/exir/schema.py' 2025-06-05T23:21:36.9712828Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:21:36.9713140Z adding 'executorch/exir/tensor.py' 2025-06-05T23:21:36.9713434Z adding 'executorch/exir/tracer.py' 2025-06-05T23:21:36.9713744Z adding 'executorch/exir/types.py' 2025-06-05T23:21:36.9714052Z adding 'executorch/exir/version.py' 2025-06-05T23:21:36.9714348Z adding 'executorch/exir/wrap.py' 2025-06-05T23:21:36.9714679Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:21:36.9715034Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:21:36.9715428Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:21:36.9715809Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:21:36.9716228Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:21:36.9716638Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:21:36.9717007Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:21:36.9717420Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:21:36.9717808Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:21:36.9718186Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:21:36.9718559Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:21:36.9718988Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:21:36.9719482Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:21:36.9719920Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:21:36.9720409Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:21:36.9720875Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:21:36.9721286Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:21:36.9721657Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:21:36.9722070Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:21:36.9722482Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:21:36.9722883Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:21:36.9723341Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:21:36.9723820Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:21:36.9724471Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:21:36.9725128Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:21:36.9725918Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:21:36.9726593Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:21:36.9727203Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:21:36.9727775Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:21:36.9728342Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:21:37.0268803Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:21:37.0270046Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:21:37.0270734Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:21:37.0271201Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:21:37.0271706Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:21:37.0272256Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:21:37.0272741Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:21:37.0273268Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:21:37.0273741Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:21:37.0274216Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:21:37.0274707Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:21:37.0275210Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:21:37.0275717Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:21:37.0276353Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:21:37.0276774Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:21:37.0277256Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:21:37.0277722Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:21:37.0278202Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:21:37.0278847Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:21:37.0279433Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:21:37.0280111Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:21:37.0280745Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:21:37.0281161Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:21:37.0281516Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:21:37.0281876Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:21:37.0282226Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:21:37.0282654Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:21:37.0283006Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:21:37.0283354Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:21:37.0283813Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:21:37.0284251Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:21:37.0284639Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:21:37.0285011Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:21:37.0285587Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:21:37.0285985Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:21:37.0286427Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:21:37.0286847Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:21:37.0287246Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:21:37.0287746Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:21:37.0288183Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:21:37.0288603Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:21:37.0288992Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:21:37.0289428Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:21:37.0289891Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:21:37.0290382Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:21:37.0290791Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:21:37.0291249Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:21:37.0291735Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:21:37.0292078Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:21:37.0292534Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:21:37.0292877Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:21:37.0293215Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:21:37.0293585Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:21:37.0293995Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:21:37.0294438Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:21:37.0294897Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:21:37.0295303Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:21:37.0295739Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:21:37.0296209Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:21:37.0296649Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:21:37.0297134Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:21:37.0297609Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:21:37.0298043Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:21:37.0298520Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:21:37.0299009Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:21:37.0299453Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:21:37.0299889Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:21:37.0300378Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:21:37.0300815Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:21:37.0301246Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:21:37.0301683Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:21:37.0302075Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:21:37.0302512Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:21:37.0302983Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:21:37.0303426Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:21:37.0303863Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:21:37.0304362Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:21:37.0304909Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:21:37.0305466Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:21:37.0305952Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:21:37.0306435Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:21:37.0306933Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:21:37.0307340Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:21:37.0307751Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:21:37.0308169Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:21:37.0308591Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:21:37.0308999Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:21:37.0309354Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:21:37.0309727Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:21:37.0310082Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:21:37.0310496Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:21:37.0310917Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:21:37.0311296Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:21:37.0311657Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:21:37.0312008Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:21:37.0312437Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:21:37.0312852Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:21:37.0313191Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:21:37.0313521Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:21:37.0313870Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:21:37.0314225Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:21:37.0314643Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:21:37.0315021Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:21:37.0315372Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:21:37.0315753Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:21:37.0316103Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:21:37.0316467Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:21:37.0316848Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:21:37.0317315Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:21:37.0317755Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:21:37.0318111Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:21:37.0318544Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:21:37.0319033Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:21:37.0319563Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:21:37.0320029Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:21:37.0320436Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:21:37.0320808Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:21:37.0321180Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:21:37.0321564Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:21:37.0322014Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:21:37.0322541Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:21:37.0322948Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:21:37.0323358Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:21:37.0323827Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:21:37.0324314Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:21:37.0324705Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:21:37.0325048Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:21:37.0325404Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:21:37.0325852Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:21:37.0326241Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:21:37.0326599Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:21:37.0326998Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:21:37.0327397Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:21:37.0327805Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:21:37.0328202Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:21:37.0328613Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:21:37.0329054Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:21:37.0329439Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:21:37.0329837Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:21:37.0330273Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:21:37.0330782Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:21:37.0331338Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:21:37.6657169Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:21:37.6658165Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:21:37.6658913Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:21:37.6659396Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:21:37.6659819Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:21:37.6660214Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:21:37.6660811Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:21:37.6661413Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:21:37.6661894Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:21:37.6662383Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:21:37.6662902Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:21:37.6663481Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:21:37.6664163Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:21:37.6664781Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:21:37.6665337Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:21:37.6665883Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:21:37.6666441Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:21:37.6667240Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:21:37.6667957Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:21:37.6668598Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:21:37.6669150Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:21:37.6669553Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:21:37.6669979Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:21:37.6670571Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:21:37.6671129Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:21:37.6671645Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:21:37.6672100Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:21:37.6672556Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:21:37.6672997Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:21:37.6673460Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:21:37.6673933Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:21:37.6674339Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:21:37.6674771Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:21:37.6675395Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:21:37.6675990Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:21:37.6676576Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:21:37.6677087Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:21:37.6677728Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:21:37.6678573Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:21:37.6679349Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:21:37.6680066Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:21:37.6680927Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:21:37.6681805Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:21:37.6682961Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:21:37.6683906Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:21:37.6684622Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:21:37.6685244Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:21:37.6686126Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:21:37.6686858Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:21:37.6687472Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:21:37.6688103Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:21:37.6688996Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:21:37.6689802Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:21:37.6690528Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:21:37.6691271Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:21:37.6691968Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:21:37.6692704Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:21:37.6693454Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:21:37.6694448Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:21:37.6695313Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:21:37.6696138Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:21:37.6696938Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:21:37.6697761Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:21:37.6698628Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:21:37.6699633Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:21:37.6700484Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:21:37.6701195Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:21:37.6701877Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:21:37.6702614Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:21:37.6703362Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:21:37.6704099Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:21:37.6704798Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:21:37.6705486Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:21:37.6706185Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:21:37.6707055Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:21:37.6707719Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:21:37.6708343Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:21:37.6709143Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:21:37.6709895Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:21:37.6710914Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:21:37.6711626Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:21:37.6712278Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:21:37.6713111Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:21:37.6714242Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:21:37.6715307Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:21:37.6716431Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:21:37.6717550Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:21:37.6718399Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:21:37.6719336Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:21:37.6720059Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:37.6720642Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:21:37.6721077Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:21:37.6721578Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:21:37.6722261Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:21:37.6722845Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:21:37.6723301Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:21:37.6723675Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:21:37.6724071Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:21:37.6724528Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:21:37.6725168Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:21:37.6725864Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:21:37.6726447Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:21:37.6726995Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:21:37.6727641Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:21:38.3060639Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:21:38.3061791Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:21:38.3062437Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:21:38.3063013Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:21:38.3063560Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:21:38.3064139Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:21:38.3064716Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:21:38.3065318Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:21:38.3065928Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:21:38.3066538Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:21:38.3067112Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:21:38.3067610Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:21:38.3068355Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:21:38.3068933Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:21:38.3069385Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:21:38.3069883Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:21:38.3070423Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:21:38.3071047Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:21:38.3071649Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:21:38.3072191Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:21:38.3072767Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:21:38.3073357Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:21:38.3073919Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:21:38.3074417Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:21:38.3074883Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:21:38.3075321Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:21:38.3075811Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:21:38.3076384Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:21:38.3076975Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:21:38.3077648Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:21:38.3078377Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:21:38.3079081Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:21:38.3079761Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:21:38.3080493Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:21:38.3081258Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:21:38.3081959Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:21:38.3082601Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:21:38.3083240Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:21:38.3083900Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:21:38.3084533Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:21:38.3085135Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:21:38.3085843Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:21:38.3086445Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:21:38.3087081Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:21:38.3087695Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:21:38.3088331Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:21:38.3088986Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:21:38.3089600Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:21:38.3090228Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:21:38.3090883Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:21:38.3091681Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:21:38.3092497Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:21:38.3093247Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:21:38.3094035Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:21:38.3094789Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:21:38.3095528Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:21:38.3096244Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:21:38.3096996Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:21:38.3097787Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:21:38.3098509Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:21:38.3099262Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:21:38.3100028Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:21:38.3100851Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:21:38.3101642Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:21:38.3102286Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:21:38.3102900Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:21:38.3103509Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:21:38.3104147Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:21:38.3104771Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:21:38.3105301Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:21:38.3105812Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:21:38.3106311Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:21:38.3106855Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:21:38.3107410Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:21:38.3107922Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:21:38.3108432Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:21:38.3108952Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:21:38.3109479Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:21:38.3109986Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:21:38.3110502Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:21:38.3111030Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:21:38.3111632Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:21:38.3112142Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:21:38.3112585Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:21:38.3113054Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:21:38.3113531Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:21:38.3114066Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:21:38.3114602Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:21:38.3115141Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:21:38.3115529Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:21:38.3115976Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:21:38.3116341Z adding 'executorch/schema/program.fbs' 2025-06-05T23:21:38.3116666Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:21:38.3117061Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:21:38.3117482Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:21:38.3117859Z adding 'executorch/util/collect_env.py' 2025-06-05T23:21:38.3118185Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:21:38.3118607Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:21:38.3119063Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:21:38.3119462Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:21:38.3119908Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:21:38.3120378Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:21:38.3120819Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:21:38.3121185Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:38.3121848Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:21:38.3122841Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=10f911cac060aa21d3b8ad9cf555d7e72dd61caa7aae8e6c18781d5d3dcc5864 2025-06-05T23:21:38.3124077Z Stored in directory: /tmp/pip-ephem-wheel-cache-ee5_lc4x/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:21:38.3124756Z Successfully built executorch 2025-06-05T23:21:42.8435042Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:21:42.8436052Z [?25l 2025-06-05T23:21:42.8436453Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:21:42.8436756Z 2025-06-05T23:21:42.8437025Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:21:42.8437300Z 2025-06-05T23:21:42.8437660Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:42.8438112Z  Attempting uninstall: pytest 2025-06-05T23:21:42.8438608Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:42.8439087Z  Found existing installation: pytest 7.2.0 2025-06-05T23:21:42.8439617Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:42.8440056Z  Uninstalling pytest-7.2.0: 2025-06-05T23:21:42.8440541Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:42.8441429Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8441990Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:21:42.8442732Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8443433Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:21:42.8444020Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8444813Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:21:42.8445586Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8446241Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8446901Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:21:42.8447602Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8448265Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:21:42.8448938Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8449680Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:21:42.8450412Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8451069Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:21:42.8451730Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8452196Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:21:42.8452726Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8453291Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8453839Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:21:42.8454389Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8454911Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:21:42.8455468Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:42.8456048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8456647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8457231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8458333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8459051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8459706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8460374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8461023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:42.8461613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8462192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8462797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8463384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8463976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8464558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8465129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8465717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8466302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8466872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8467478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8468069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:42.8468660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:00.4042120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:00.4043997Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:22:00.4045381Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:22:00.4046863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:22:00.4047652Z [?25h 2025-06-05T23:22:00.4049096Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:22:00.4050242Z + pip list 2025-06-05T23:22:00.4050535Z Package Version Build Editable project location 2025-06-05T23:22:00.4051024Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:22:00.4051418Z aiohappyeyeballs 2.6.1 2025-06-05T23:22:00.4051711Z aiohttp 3.12.9 2025-06-05T23:22:00.4051992Z aiosignal 1.3.2 2025-06-05T23:22:00.4052259Z alabaster 0.7.16 2025-06-05T23:22:00.4052551Z antlr4-python3-runtime 4.9.3 2025-06-05T23:22:00.4052837Z async-timeout 5.0.1 2025-06-05T23:22:00.4053112Z attrs 25.3.0 2025-06-05T23:22:00.4053370Z babel 2.17.0 2025-06-05T23:22:00.4053648Z beautifulsoup4 4.13.4 2025-06-05T23:22:00.4053918Z blobfile 3.0.0 2025-06-05T23:22:00.4054194Z breathe 4.34.0 2025-06-05T23:22:00.4054452Z bs4 0.0.2 2025-06-05T23:22:00.4054724Z cattrs 25.1.1 2025-06-05T23:22:00.4055000Z certifi 2025.4.26 2025-06-05T23:22:00.4055288Z charset-normalizer 3.4.2 2025-06-05T23:22:00.4055571Z cmake 3.31.6 2025-06-05T23:22:00.4055837Z contourpy 1.3.2 2025-06-05T23:22:00.4056113Z coremltools 8.3.0 2025-06-05T23:22:00.4056379Z coverage 7.8.2 2025-06-05T23:22:00.4056649Z cycler 0.12.1 2025-06-05T23:22:00.4056910Z datasets 3.6.0 2025-06-05T23:22:00.4057180Z dill 0.3.8 2025-06-05T23:22:00.4057451Z docutils 0.16 2025-06-05T23:22:00.4057719Z exceptiongroup 1.3.0 2025-06-05T23:22:00.4057996Z execnet 2.1.1 2025-06-05T23:22:00.4058277Z executorch 0.7.0a0+bd57234 2025-06-05T23:22:00.4058590Z exhale 0.2.3 2025-06-05T23:22:00.4058855Z expecttest 0.1.6 2025-06-05T23:22:00.4059133Z filelock 3.18.0 2025-06-05T23:22:00.4059404Z flatbuffers 25.2.10 2025-06-05T23:22:00.4059687Z fonttools 4.58.1 2025-06-05T23:22:00.4059953Z frozenlist 1.6.2 2025-06-05T23:22:00.4060231Z fsspec 2025.3.0 2025-06-05T23:22:00.4060515Z hf_transfer 0.1.9 2025-06-05T23:22:00.4060774Z hf-xet 1.1.3 2025-06-05T23:22:00.4061052Z huggingface-hub 0.32.4 2025-06-05T23:22:00.4061325Z hypothesis 6.84.2 2025-06-05T23:22:00.4061605Z idna 3.10 2025-06-05T23:22:00.4061861Z imagesize 1.4.1 2025-06-05T23:22:00.4062135Z iniconfig 2.1.0 2025-06-05T23:22:00.4062393Z Jinja2 3.1.6 2025-06-05T23:22:00.4062665Z kagglehub 0.3.12 2025-06-05T23:22:00.4062938Z kiwisolver 1.4.8 2025-06-05T23:22:00.4063216Z lxml 5.4.0 2025-06-05T23:22:00.4063491Z markdown-it-py 2.2.0 2025-06-05T23:22:00.4063760Z MarkupSafe 3.0.2 2025-06-05T23:22:00.4064040Z matplotlib 3.10.3 2025-06-05T23:22:00.4064319Z mdit-py-plugins 0.3.5 2025-06-05T23:22:00.4064636Z mdurl 0.1.2 2025-06-05T23:22:00.4064911Z mpmath 1.3.0 2025-06-05T23:22:00.4065171Z multidict 6.4.4 2025-06-05T23:22:00.4065455Z multiprocess 0.70.16 2025-06-05T23:22:00.4065733Z myst-parser 0.18.1 2025-06-05T23:22:00.4066016Z networkx 3.4.2 2025-06-05T23:22:00.4066275Z numpy 2.2.6 2025-06-05T23:22:00.4066561Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:22:00.4066858Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:22:00.4067274Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:22:00.4067595Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:22:00.4067961Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:22:00.4068259Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:22:00.4068558Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:22:00.4068881Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:22:00.4069188Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:22:00.4069502Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:22:00.4069789Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:22:00.4070089Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:22:00.4070382Z omegaconf 2.3.0 2025-06-05T23:22:00.4070650Z packaging 25.0 2025-06-05T23:22:00.4070926Z pandas 2.2.3 2025-06-05T23:22:00.4071195Z parameterized 0.9.0 2025-06-05T23:22:00.4071480Z pillow 11.2.1 2025-06-05T23:22:00.4071752Z pip 25.1 2025-06-05T23:22:00.4072024Z pluggy 1.6.0 2025-06-05T23:22:00.4072290Z propcache 0.3.1 2025-06-05T23:22:00.4072570Z protobuf 6.31.1 2025-06-05T23:22:00.4072835Z psutil 7.0.0 2025-06-05T23:22:00.4073111Z pyaml 25.5.0 2025-06-05T23:22:00.4073384Z pyarrow 20.0.0 2025-06-05T23:22:00.4073654Z pycryptodomex 3.23.0 2025-06-05T23:22:00.4073937Z Pygments 2.19.1 2025-06-05T23:22:00.4074204Z pyparsing 3.2.3 2025-06-05T23:22:00.4074481Z pytest 8.4.0 2025-06-05T23:22:00.4074745Z pytest-cov 4.1.0 2025-06-05T23:22:00.4075037Z pytest-rerunfailures 15.1 2025-06-05T23:22:00.4075314Z pytest-xdist 3.7.0 2025-06-05T23:22:00.4075607Z python-dateutil 2.9.0.post0 2025-06-05T23:22:00.4076049Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:22:00.4076475Z pytorch_tokenizers 0.1.0 2025-06-05T23:22:00.4076759Z pytz 2025.2 2025-06-05T23:22:00.4077023Z PyYAML 6.0.1 2025-06-05T23:22:00.4077297Z regex 2024.11.6 2025-06-05T23:22:00.4077570Z requests 2.32.3 2025-06-05T23:22:00.4077856Z ruamel.yaml 0.17.32 2025-06-05T23:22:00.4078132Z ruamel.yaml.clib 0.2.12 2025-06-05T23:22:00.4078417Z safetensors 0.5.3 2025-06-05T23:22:00.4078687Z sentencepiece 0.2.0 2025-06-05T23:22:00.4078971Z setuptools 78.1.1 2025-06-05T23:22:00.4079248Z six 1.17.0 2025-06-05T23:22:00.4079515Z snowballstemmer 3.0.1 2025-06-05T23:22:00.4079804Z sortedcontainers 2.4.0 2025-06-05T23:22:00.4080077Z soupsieve 2.7 2025-06-05T23:22:00.4080348Z Sphinx 5.3.0 2025-06-05T23:22:00.4080623Z sphinx-copybutton 0.5.0 2025-06-05T23:22:00.4080911Z sphinx_design 0.4.1 2025-06-05T23:22:00.4081179Z sphinx-gallery 0.14.0 2025-06-05T23:22:00.4081465Z sphinx_reredirects 0.1.4 2025-06-05T23:22:00.4081766Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:22:00.4082060Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:22:00.4082364Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:22:00.4082651Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:22:00.4082947Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:22:00.4083246Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:22:00.4083545Z sympy 1.14.0 2025-06-05T23:22:00.4083810Z tabulate 0.9.0 2025-06-05T23:22:00.4084085Z tiktoken 0.9.0 2025-06-05T23:22:00.4084341Z timm 1.0.7 2025-06-05T23:22:00.4084614Z tokenizers 0.21.1 2025-06-05T23:22:00.4084974Z tomli 2.0.1 2025-06-05T23:22:00.4085263Z torch 2.8.0a0+git5616fa4 2025-06-05T23:22:00.4085753Z torchao 0.12.0+gitbc68b11 2025-06-05T23:22:00.4086083Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:22:00.4086397Z torchdata 0.11.0 2025-06-05T23:22:00.4086665Z torchsr 1.0.4 2025-06-05T23:22:00.4086941Z torchtune 0.6.1 2025-06-05T23:22:00.4087230Z torchvision 0.22.0a0+966da7e 2025-06-05T23:22:00.4087542Z tqdm 4.67.1 2025-06-05T23:22:00.4087825Z transformers 4.47.1 2025-06-05T23:22:00.4088115Z triton 3.0.0 1 2025-06-05T23:22:00.4088441Z typing_extensions 4.14.0 2025-06-05T23:22:00.4088708Z tzdata 2025.2 2025-06-05T23:22:00.4088982Z urllib3 2.4.0 2025-06-05T23:22:00.4089240Z wheel 0.45.1 2025-06-05T23:22:00.4089517Z xxhash 3.5.0 2025-06-05T23:22:00.4089772Z yarl 1.20.0 2025-06-05T23:22:00.4090046Z zstd 1.5.5.1 2025-06-05T23:22:00.4090345Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:22:00.4090783Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:22:00.4091224Z [setup_fvp] Downloading FVP corstone300... 2025-06-05T23:22:00.4091641Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:22:00.4092100Z Dload Upload Total Spent Left Speed 2025-06-05T23:22:00.4092352Z 2025-06-05T23:22:00.4092483Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:22:00.4092878Z 11 80.1M 11 9247k 0 0 10.5M 0 0:00:07 --:--:-- 0:00:07 10.5M 2025-06-05T23:22:00.4093280Z 52 80.1M 52 42.2M 0 0 21.2M 0 0:00:03 0:00:01 0:00:02 21.2M 2025-06-05T23:22:00.4093659Z 70 80.1M 70 56.7M 0 0 19.7M 0 0:00:04 0:00:02 0:00:02 19.7M 2025-06-05T23:22:00.4094063Z 100 80.1M 100 80.1M 0 0 22.6M 0 0:00:03 0:00:03 --:--:-- 22.6M 2025-06-05T23:22:00.4094433Z [setup_fvp] Installing FVP corstone300... 2025-06-05T23:22:00.4094772Z [setup_fvp] Downloading FVP corstone320... 2025-06-05T23:22:00.4095191Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:22:00.4095650Z Dload Upload Total Spent Left Speed 2025-06-05T23:22:00.4095898Z 2025-06-05T23:22:00.4096034Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:22:00.4096379Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:22:00.4096759Z 15 113M 15 18.0M 0 0 17.3M 0 0:00:06 0:00:01 0:00:05 17.3M 2025-06-05T23:22:00.4097148Z 44 113M 44 50.5M 0 0 24.7M 0 0:00:04 0:00:02 0:00:02 24.7M 2025-06-05T23:22:00.4097546Z 77 113M 77 88.2M 0 0 28.7M 0 0:00:03 0:00:03 --:--:-- 28.7M 2025-06-05T23:22:00.4097952Z 100 113M 100 113M 0 0 30.7M 0 0:00:03 0:00:03 --:--:-- 30.7M 2025-06-05T23:22:00.4098340Z [setup_fvp] Installing FVP corstone320... 2025-06-05T23:22:00.4098683Z [setup_toolchain] Downloading toolchain ... 2025-06-05T23:22:00.4099098Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:22:00.4099552Z Dload Upload Total Spent Left Speed 2025-06-05T23:22:00.4099796Z 2025-06-05T23:22:00.4099916Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:22:00.4100275Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:22:00.4100662Z 2 140M 2 4112k 0 0 3117k 0 0:00:46 0:00:01 0:00:45 3117k 2025-06-05T23:22:00.4101059Z 14 140M 14 20.0M 0 0 8885k 0 0:00:16 0:00:02 0:00:14 8884k 2025-06-05T23:22:14.4970793Z 27 140M 27 38.8M 0 0 11.7M 0 0:00:11 0:00:03 0:00:08 11.7M 2025-06-05T23:22:14.4971662Z 40 140M 40 57.4M 0 0 13.3M 0 0:00:10 0:00:04 0:00:06 13.3M 2025-06-05T23:22:14.4972222Z 54 140M 54 76.0M 0 0 14.3M 0 0:00:09 0:00:05 0:00:04 15.0M 2025-06-05T23:22:14.4972899Z 67 140M 67 95.0M 0 0 15.1M 0 0:00:09 0:00:06 0:00:03 18.3M 2025-06-05T23:22:14.4973596Z 80 140M 80 113M 0 0 15.5M 0 0:00:09 0:00:07 0:00:02 18.7M 2025-06-05T23:22:14.4974013Z 93 140M 93 132M 0 0 15.9M 0 0:00:08 0:00:08 --:--:-- 18.6M 2025-06-05T23:22:14.4974435Z 100 140M 100 140M 0 0 16.1M 0 0:00:08 0:00:08 --:--:-- 18.9M 2025-06-05T23:22:14.4974822Z [setup_toolchain] Installing toolchain ... 2025-06-05T23:22:14.4975421Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:22:14.4976008Z Cloning into 'reference_model'... 2025-06-05T23:22:14.4976535Z remote: Enumerating objects: 11605, done. 2025-06-05T23:22:14.4976934Z remote: Counting objects: 1% (1/84) 2025-06-05T23:22:14.4977285Z remote: Counting objects: 2% (2/84) 2025-06-05T23:22:14.4977645Z remote: Counting objects: 3% (3/84) 2025-06-05T23:22:14.4978061Z remote: Counting objects: 4% (4/84) 2025-06-05T23:22:14.4978500Z remote: Counting objects: 5% (5/84) 2025-06-05T23:22:14.4978965Z remote: Counting objects: 7% (6/84) 2025-06-05T23:22:14.4979326Z remote: Counting objects: 8% (7/84) 2025-06-05T23:22:14.4979721Z remote: Counting objects: 9% (8/84) 2025-06-05T23:22:14.4980210Z remote: Counting objects: 10% (9/84) 2025-06-05T23:22:14.4980579Z remote: Counting objects: 11% (10/84) 2025-06-05T23:22:14.4980937Z remote: Counting objects: 13% (11/84) 2025-06-05T23:22:14.4981304Z remote: Counting objects: 14% (12/84) 2025-06-05T23:22:14.4981657Z remote: Counting objects: 15% (13/84) 2025-06-05T23:22:14.4982071Z remote: Counting objects: 16% (14/84) 2025-06-05T23:22:14.4982506Z remote: Counting objects: 17% (15/84) 2025-06-05T23:22:14.4982934Z remote: Counting objects: 19% (16/84) 2025-06-05T23:22:14.4983283Z remote: Counting objects: 20% (17/84) 2025-06-05T23:22:14.4983641Z remote: Counting objects: 21% (18/84) 2025-06-05T23:22:14.4984001Z remote: Counting objects: 22% (19/84) 2025-06-05T23:22:14.4984348Z remote: Counting objects: 23% (20/84) 2025-06-05T23:22:14.4984708Z remote: Counting objects: 25% (21/84) 2025-06-05T23:22:14.4985055Z remote: Counting objects: 26% (22/84) 2025-06-05T23:22:14.4985413Z remote: Counting objects: 27% (23/84) 2025-06-05T23:22:14.4985760Z remote: Counting objects: 28% (24/84) 2025-06-05T23:22:14.4986121Z remote: Counting objects: 29% (25/84) 2025-06-05T23:22:14.4986469Z remote: Counting objects: 30% (26/84) 2025-06-05T23:22:14.4986832Z remote: Counting objects: 32% (27/84) 2025-06-05T23:22:14.4987193Z remote: Counting objects: 33% (28/84) 2025-06-05T23:22:14.4987547Z remote: Counting objects: 34% (29/84) 2025-06-05T23:22:14.4987911Z remote: Counting objects: 35% (30/84) 2025-06-05T23:22:14.4988305Z remote: Counting objects: 36% (31/84) 2025-06-05T23:22:14.4988671Z remote: Counting objects: 38% (32/84) 2025-06-05T23:22:14.4989021Z remote: Counting objects: 39% (33/84) 2025-06-05T23:22:14.4989378Z remote: Counting objects: 40% (34/84) 2025-06-05T23:22:14.4989725Z remote: Counting objects: 41% (35/84) 2025-06-05T23:22:14.4990085Z remote: Counting objects: 42% (36/84) 2025-06-05T23:22:14.4990445Z remote: Counting objects: 44% (37/84) 2025-06-05T23:22:14.4990791Z remote: Counting objects: 45% (38/84) 2025-06-05T23:22:14.4991155Z remote: Counting objects: 46% (39/84) 2025-06-05T23:22:14.4991505Z remote: Counting objects: 47% (40/84) 2025-06-05T23:22:14.4991890Z remote: Counting objects: 48% (41/84) 2025-06-05T23:22:14.4992332Z remote: Counting objects: 50% (42/84) 2025-06-05T23:22:14.4992926Z remote: Counting objects: 51% (43/84) 2025-06-05T23:22:14.4993290Z remote: Counting objects: 52% (44/84) 2025-06-05T23:22:14.4993733Z remote: Counting objects: 53% (45/84) 2025-06-05T23:22:14.4994080Z remote: Counting objects: 54% (46/84) 2025-06-05T23:22:14.4994441Z remote: Counting objects: 55% (47/84) 2025-06-05T23:22:14.4994801Z remote: Counting objects: 57% (48/84) 2025-06-05T23:22:14.4995148Z remote: Counting objects: 58% (49/84) 2025-06-05T23:22:14.4995509Z remote: Counting objects: 59% (50/84) 2025-06-05T23:22:14.4995856Z remote: Counting objects: 60% (51/84) 2025-06-05T23:22:14.4996216Z remote: Counting objects: 61% (52/84) 2025-06-05T23:22:14.4996564Z remote: Counting objects: 63% (53/84) 2025-06-05T23:22:14.4996924Z remote: Counting objects: 64% (54/84) 2025-06-05T23:22:14.4997274Z remote: Counting objects: 65% (55/84) 2025-06-05T23:22:14.4997634Z remote: Counting objects: 66% (56/84) 2025-06-05T23:22:14.4997994Z remote: Counting objects: 67% (57/84) 2025-06-05T23:22:14.4998347Z remote: Counting objects: 69% (58/84) 2025-06-05T23:22:14.4998717Z remote: Counting objects: 70% (59/84) 2025-06-05T23:22:14.4999065Z remote: Counting objects: 71% (60/84) 2025-06-05T23:22:14.4999479Z remote: Counting objects: 72% (61/84) 2025-06-05T23:22:14.4999919Z remote: Counting objects: 73% (62/84) 2025-06-05T23:22:14.5000345Z remote: Counting objects: 75% (63/84) 2025-06-05T23:22:14.5000695Z remote: Counting objects: 76% (64/84) 2025-06-05T23:22:14.5001058Z remote: Counting objects: 77% (65/84) 2025-06-05T23:22:14.5001423Z remote: Counting objects: 78% (66/84) 2025-06-05T23:22:14.5001771Z remote: Counting objects: 79% (67/84) 2025-06-05T23:22:14.5002131Z remote: Counting objects: 80% (68/84) 2025-06-05T23:22:14.5002478Z remote: Counting objects: 82% (69/84) 2025-06-05T23:22:14.5002888Z remote: Counting objects: 83% (70/84) 2025-06-05T23:22:14.5003315Z remote: Counting objects: 84% (71/84) 2025-06-05T23:22:14.5003746Z remote: Counting objects: 85% (72/84) 2025-06-05T23:22:14.5004093Z remote: Counting objects: 86% (73/84) 2025-06-05T23:22:14.5004457Z remote: Counting objects: 88% (74/84) 2025-06-05T23:22:14.5004819Z remote: Counting objects: 89% (75/84) 2025-06-05T23:22:14.5005168Z remote: Counting objects: 90% (76/84) 2025-06-05T23:22:14.5005529Z remote: Counting objects: 91% (77/84) 2025-06-05T23:22:14.5005967Z remote: Counting objects: 92% (78/84) 2025-06-05T23:22:14.5006335Z remote: Counting objects: 94% (79/84) 2025-06-05T23:22:14.5006685Z remote: Counting objects: 95% (80/84) 2025-06-05T23:22:14.5007050Z remote: Counting objects: 96% (81/84) 2025-06-05T23:22:14.5007400Z remote: Counting objects: 97% (82/84) 2025-06-05T23:22:14.5007768Z remote: Counting objects: 98% (83/84) 2025-06-05T23:22:14.5008137Z remote: Counting objects: 100% (84/84) 2025-06-05T23:22:14.5008522Z remote: Counting objects: 100% (84/84), done. 2025-06-05T23:22:14.5008934Z remote: Compressing objects: 2% (1/37) 2025-06-05T23:22:14.5009385Z remote: Compressing objects: 5% (2/37) 2025-06-05T23:22:14.5009867Z remote: Compressing objects: 8% (3/37) 2025-06-05T23:22:14.5010240Z remote: Compressing objects: 10% (4/37) 2025-06-05T23:22:14.5010623Z remote: Compressing objects: 13% (5/37) 2025-06-05T23:22:14.5010992Z remote: Compressing objects: 16% (6/37) 2025-06-05T23:22:14.5011422Z remote: Compressing objects: 18% (7/37) 2025-06-05T23:22:14.5011877Z remote: Compressing objects: 21% (8/37) 2025-06-05T23:22:14.5012248Z remote: Compressing objects: 24% (9/37) 2025-06-05T23:22:14.5012636Z remote: Compressing objects: 27% (10/37) 2025-06-05T23:22:14.5013016Z remote: Compressing objects: 29% (11/37) 2025-06-05T23:22:14.5013457Z remote: Compressing objects: 32% (12/37) 2025-06-05T23:22:14.5014057Z remote: Compressing objects: 35% (13/37) 2025-06-05T23:22:14.5014465Z remote: Compressing objects: 37% (14/37) 2025-06-05T23:22:14.5015073Z remote: Compressing objects: 40% (15/37) 2025-06-05T23:22:14.5021823Z remote: Compressing objects: 43% (16/37) 2025-06-05T23:22:14.5022572Z remote: Compressing objects: 45% (17/37) 2025-06-05T23:22:14.5022973Z remote: Compressing objects: 48% (18/37) 2025-06-05T23:22:14.5023352Z remote: Compressing objects: 51% (19/37) 2025-06-05T23:22:14.5023742Z remote: Compressing objects: 54% (20/37) 2025-06-05T23:22:14.5024244Z remote: Compressing objects: 56% (21/37) 2025-06-05T23:22:14.5024639Z remote: Compressing objects: 59% (22/37) 2025-06-05T23:22:14.5025013Z remote: Compressing objects: 62% (23/37) 2025-06-05T23:22:14.5025393Z remote: Compressing objects: 64% (24/37) 2025-06-05T23:22:14.5025759Z remote: Compressing objects: 67% (25/37) 2025-06-05T23:22:14.5026120Z remote: Compressing objects: 70% (26/37) 2025-06-05T23:22:14.5026503Z remote: Compressing objects: 72% (27/37) 2025-06-05T23:22:14.5026874Z remote: Compressing objects: 75% (28/37) 2025-06-05T23:22:14.5027263Z remote: Compressing objects: 78% (29/37) 2025-06-05T23:22:14.5027635Z remote: Compressing objects: 81% (30/37) 2025-06-05T23:22:14.5028024Z remote: Compressing objects: 83% (31/37) 2025-06-05T23:22:14.5028395Z remote: Compressing objects: 86% (32/37) 2025-06-05T23:22:14.5028782Z remote: Compressing objects: 89% (33/37) 2025-06-05T23:22:14.5029167Z remote: Compressing objects: 91% (34/37) 2025-06-05T23:22:14.5029580Z remote: Compressing objects: 94% (35/37) 2025-06-05T23:22:14.5030034Z remote: Compressing objects: 97% (36/37) 2025-06-05T23:22:14.5030422Z remote: Compressing objects: 100% (37/37) 2025-06-05T23:22:14.5030820Z remote: Compressing objects: 100% (37/37), done. 2025-06-05T23:22:14.5031170Z Receiving objects: 0% (1/11605) 2025-06-05T23:22:14.5031465Z Receiving objects: 1% (117/11605) 2025-06-05T23:22:14.5031743Z Receiving objects: 2% (233/11605) 2025-06-05T23:22:14.5032030Z Receiving objects: 3% (349/11605) 2025-06-05T23:22:14.5032304Z Receiving objects: 4% (465/11605) 2025-06-05T23:22:14.5032595Z Receiving objects: 5% (581/11605) 2025-06-05T23:22:14.5032875Z Receiving objects: 6% (697/11605) 2025-06-05T23:22:14.5033160Z Receiving objects: 7% (813/11605) 2025-06-05T23:22:14.5033434Z Receiving objects: 8% (929/11605) 2025-06-05T23:22:14.5033728Z Receiving objects: 9% (1045/11605) 2025-06-05T23:22:14.5034021Z Receiving objects: 10% (1161/11605) 2025-06-05T23:22:14.5034301Z Receiving objects: 11% (1277/11605) 2025-06-05T23:22:14.5034593Z Receiving objects: 12% (1393/11605) 2025-06-05T23:22:14.5034870Z Receiving objects: 13% (1509/11605) 2025-06-05T23:22:14.5035157Z Receiving objects: 14% (1625/11605) 2025-06-05T23:22:14.5035432Z Receiving objects: 15% (1741/11605) 2025-06-05T23:22:14.5035719Z Receiving objects: 16% (1857/11605) 2025-06-05T23:22:14.5035993Z Receiving objects: 17% (1973/11605) 2025-06-05T23:22:14.5036279Z Receiving objects: 18% (2089/11605) 2025-06-05T23:22:14.5036553Z Receiving objects: 19% (2205/11605) 2025-06-05T23:22:14.5036847Z Receiving objects: 20% (2321/11605) 2025-06-05T23:22:14.5037133Z Receiving objects: 21% (2438/11605) 2025-06-05T23:22:14.5037411Z Receiving objects: 22% (2554/11605) 2025-06-05T23:22:14.5037693Z Receiving objects: 23% (2670/11605) 2025-06-05T23:22:14.5037965Z Receiving objects: 24% (2786/11605) 2025-06-05T23:22:14.5038251Z Receiving objects: 25% (2902/11605) 2025-06-05T23:22:14.5038521Z Receiving objects: 26% (3018/11605) 2025-06-05T23:22:14.5038805Z Receiving objects: 27% (3134/11605) 2025-06-05T23:22:14.5039077Z Receiving objects: 28% (3250/11605) 2025-06-05T23:22:14.5039361Z Receiving objects: 29% (3366/11605) 2025-06-05T23:22:14.5039635Z Receiving objects: 30% (3482/11605) 2025-06-05T23:22:14.5039921Z Receiving objects: 31% (3598/11605) 2025-06-05T23:22:14.5040206Z Receiving objects: 32% (3714/11605) 2025-06-05T23:22:14.5040479Z Receiving objects: 33% (3830/11605) 2025-06-05T23:22:14.5040769Z Receiving objects: 34% (3946/11605) 2025-06-05T23:22:14.5041042Z Receiving objects: 35% (4062/11605) 2025-06-05T23:22:14.5041429Z Receiving objects: 36% (4178/11605) 2025-06-05T23:22:14.5041771Z Receiving objects: 37% (4294/11605) 2025-06-05T23:22:14.5042060Z Receiving objects: 38% (4410/11605) 2025-06-05T23:22:14.5042333Z Receiving objects: 39% (4526/11605) 2025-06-05T23:22:14.5042622Z Receiving objects: 40% (4642/11605) 2025-06-05T23:22:14.5042913Z Receiving objects: 41% (4759/11605) 2025-06-05T23:22:14.5043526Z Receiving objects: 42% (4875/11605) 2025-06-05T23:22:14.5043818Z Receiving objects: 43% (4991/11605) 2025-06-05T23:22:14.5044094Z Receiving objects: 44% (5107/11605) 2025-06-05T23:22:14.5044382Z Receiving objects: 45% (5223/11605) 2025-06-05T23:22:14.5044658Z Receiving objects: 46% (5339/11605) 2025-06-05T23:22:14.5044949Z Receiving objects: 47% (5455/11605) 2025-06-05T23:22:14.5045220Z Receiving objects: 48% (5571/11605) 2025-06-05T23:22:14.5045509Z Receiving objects: 49% (5687/11605) 2025-06-05T23:22:14.5045861Z Receiving objects: 50% (5803/11605) 2025-06-05T23:22:14.5046158Z Receiving objects: 51% (5919/11605) 2025-06-05T23:22:14.5046453Z Receiving objects: 52% (6035/11605) 2025-06-05T23:22:14.5046735Z Receiving objects: 53% (6151/11605) 2025-06-05T23:22:14.5047026Z Receiving objects: 54% (6267/11605) 2025-06-05T23:22:14.5047315Z Receiving objects: 55% (6383/11605) 2025-06-05T23:22:14.5047664Z Receiving objects: 56% (6499/11605) 2025-06-05T23:22:14.5047940Z Receiving objects: 57% (6615/11605) 2025-06-05T23:22:15.4079205Z Receiving objects: 58% (6731/11605) 2025-06-05T23:22:15.4079689Z Receiving objects: 59% (6847/11605) 2025-06-05T23:22:15.4080085Z Receiving objects: 60% (6963/11605) 2025-06-05T23:22:15.4080543Z Receiving objects: 61% (7080/11605) 2025-06-05T23:22:15.4080845Z Receiving objects: 62% (7196/11605) 2025-06-05T23:22:15.4081266Z Receiving objects: 63% (7312/11605) 2025-06-05T23:22:15.4081630Z Receiving objects: 64% (7428/11605) 2025-06-05T23:22:15.4082095Z Receiving objects: 65% (7544/11605) 2025-06-05T23:22:15.4082464Z Receiving objects: 66% (7660/11605) 2025-06-05T23:22:15.4082940Z Receiving objects: 67% (7776/11605) 2025-06-05T23:22:15.4083330Z Receiving objects: 68% (7892/11605) 2025-06-05T23:22:15.4083781Z Receiving objects: 69% (8008/11605) 2025-06-05T23:22:15.4084323Z Receiving objects: 70% (8124/11605) 2025-06-05T23:22:15.4084718Z Receiving objects: 71% (8240/11605) 2025-06-05T23:22:15.4085054Z Receiving objects: 72% (8356/11605) 2025-06-05T23:22:15.4085329Z Receiving objects: 73% (8472/11605) 2025-06-05T23:22:15.4085780Z Receiving objects: 74% (8588/11605) 2025-06-05T23:22:15.4086062Z Receiving objects: 75% (8704/11605) 2025-06-05T23:22:15.4086413Z Receiving objects: 76% (8820/11605) 2025-06-05T23:22:15.4086704Z Receiving objects: 77% (8936/11605) 2025-06-05T23:22:15.4086981Z Receiving objects: 78% (9052/11605) 2025-06-05T23:22:15.4087332Z Receiving objects: 79% (9168/11605) 2025-06-05T23:22:15.4087606Z Receiving objects: 80% (9284/11605) 2025-06-05T23:22:15.4087949Z Receiving objects: 81% (9401/11605) 2025-06-05T23:22:15.4088234Z Receiving objects: 82% (9517/11605) 2025-06-05T23:22:15.4088522Z Receiving objects: 83% (9633/11605) 2025-06-05T23:22:15.4088859Z Receiving objects: 84% (9749/11605) 2025-06-05T23:22:15.4089143Z Receiving objects: 85% (9865/11605) 2025-06-05T23:22:15.4089503Z Receiving objects: 86% (9981/11605) 2025-06-05T23:22:15.4089779Z Receiving objects: 87% (10097/11605) 2025-06-05T23:22:15.4090075Z Receiving objects: 88% (10213/11605) 2025-06-05T23:22:15.4090354Z Receiving objects: 89% (10329/11605) 2025-06-05T23:22:15.4090642Z Receiving objects: 90% (10445/11605) 2025-06-05T23:22:15.4090920Z Receiving objects: 91% (10561/11605) 2025-06-05T23:22:15.4091206Z Receiving objects: 92% (10677/11605) 2025-06-05T23:22:15.4091483Z Receiving objects: 93% (10793/11605) 2025-06-05T23:22:15.4091776Z Receiving objects: 94% (10909/11605) 2025-06-05T23:22:15.4092056Z Receiving objects: 95% (11025/11605) 2025-06-05T23:22:15.4092345Z Receiving objects: 96% (11141/11605) 2025-06-05T23:22:15.4092637Z Receiving objects: 97% (11257/11605) 2025-06-05T23:22:15.4093792Z Receiving objects: 98% (11373/11605) 2025-06-05T23:22:15.4094218Z Receiving objects: 99% (11489/11605) 2025-06-05T23:22:15.4094904Z remote: Total 11605 (delta 48), reused 76 (delta 45), pack-reused 11521 (from 1) 2025-06-05T23:22:15.4095355Z Receiving objects: 100% (11605/11605) 2025-06-05T23:22:15.4095726Z Receiving objects: 100% (11605/11605), 4.02 MiB | 10.76 MiB/s, done. 2025-06-05T23:22:15.4096127Z Resolving deltas: 0% (0/9212) 2025-06-05T23:22:15.4096394Z Resolving deltas: 1% (93/9212) 2025-06-05T23:22:15.4096676Z Resolving deltas: 2% (185/9212) 2025-06-05T23:22:15.4096959Z Resolving deltas: 3% (277/9212) 2025-06-05T23:22:15.4097225Z Resolving deltas: 4% (369/9212) 2025-06-05T23:22:15.4097505Z Resolving deltas: 5% (461/9212) 2025-06-05T23:22:15.4097772Z Resolving deltas: 6% (553/9212) 2025-06-05T23:22:15.4098052Z Resolving deltas: 7% (645/9212) 2025-06-05T23:22:15.4098389Z Resolving deltas: 8% (737/9212) 2025-06-05T23:22:15.4098732Z Resolving deltas: 9% (830/9212) 2025-06-05T23:22:15.4098998Z Resolving deltas: 10% (922/9212) 2025-06-05T23:22:15.4099342Z Resolving deltas: 11% (1015/9212) 2025-06-05T23:22:15.4099619Z Resolving deltas: 12% (1106/9212) 2025-06-05T23:22:15.4099901Z Resolving deltas: 13% (1198/9212) 2025-06-05T23:22:15.4100245Z Resolving deltas: 14% (1290/9212) 2025-06-05T23:22:15.4100513Z Resolving deltas: 15% (1382/9212) 2025-06-05T23:22:15.4100839Z Resolving deltas: 16% (1474/9212) 2025-06-05T23:22:15.4101111Z Resolving deltas: 17% (1567/9212) 2025-06-05T23:22:15.4101390Z Resolving deltas: 18% (1659/9212) 2025-06-05T23:22:15.4101713Z Resolving deltas: 19% (1751/9212) 2025-06-05T23:22:15.4102037Z Resolving deltas: 20% (1843/9212) 2025-06-05T23:22:15.4102370Z Resolving deltas: 21% (1935/9212) 2025-06-05T23:22:15.4102656Z Resolving deltas: 22% (2027/9212) 2025-06-05T23:22:15.4102923Z Resolving deltas: 23% (2119/9212) 2025-06-05T23:22:15.4103255Z Resolving deltas: 24% (2211/9212) 2025-06-05T23:22:15.4103528Z Resolving deltas: 25% (2303/9212) 2025-06-05T23:22:15.4103828Z Resolving deltas: 26% (2396/9212) 2025-06-05T23:22:15.4104136Z Resolving deltas: 27% (2488/9212) 2025-06-05T23:22:15.4104420Z Resolving deltas: 28% (2580/9212) 2025-06-05T23:22:15.4104687Z Resolving deltas: 29% (2672/9212) 2025-06-05T23:22:15.4105019Z Resolving deltas: 30% (2764/9212) 2025-06-05T23:22:15.4105286Z Resolving deltas: 31% (2856/9212) 2025-06-05T23:22:15.4105563Z Resolving deltas: 32% (2948/9212) 2025-06-05T23:22:15.4105839Z Resolving deltas: 33% (3040/9212) 2025-06-05T23:22:15.4106106Z Resolving deltas: 34% (3133/9212) 2025-06-05T23:22:15.4106444Z Resolving deltas: 35% (3225/9212) 2025-06-05T23:22:15.4106710Z Resolving deltas: 36% (3317/9212) 2025-06-05T23:22:15.4106988Z Resolving deltas: 37% (3409/9212) 2025-06-05T23:22:15.4107253Z Resolving deltas: 38% (3501/9212) 2025-06-05T23:22:15.4107530Z Resolving deltas: 39% (3593/9212) 2025-06-05T23:22:15.4107807Z Resolving deltas: 40% (3685/9212) 2025-06-05T23:22:15.4108076Z Resolving deltas: 41% (3777/9212) 2025-06-05T23:22:15.4108407Z Resolving deltas: 42% (3870/9212) 2025-06-05T23:22:15.4108680Z Resolving deltas: 43% (3962/9212) 2025-06-05T23:22:15.4108960Z Resolving deltas: 44% (4054/9212) 2025-06-05T23:22:15.4109238Z Resolving deltas: 45% (4146/9212) 2025-06-05T23:22:15.4109502Z Resolving deltas: 46% (4238/9212) 2025-06-05T23:22:15.4109779Z Resolving deltas: 47% (4331/9212) 2025-06-05T23:22:15.4110041Z Resolving deltas: 48% (4423/9212) 2025-06-05T23:22:15.4110314Z Resolving deltas: 49% (4514/9212) 2025-06-05T23:22:15.4110581Z Resolving deltas: 50% (4606/9212) 2025-06-05T23:22:15.4110855Z Resolving deltas: 51% (4699/9212) 2025-06-05T23:22:15.4111118Z Resolving deltas: 52% (4791/9212) 2025-06-05T23:22:15.4111392Z Resolving deltas: 53% (4883/9212) 2025-06-05T23:22:15.4111658Z Resolving deltas: 54% (4975/9212) 2025-06-05T23:22:15.4111935Z Resolving deltas: 55% (5067/9212) 2025-06-05T23:22:15.4112266Z Resolving deltas: 56% (5159/9212) 2025-06-05T23:22:15.4112650Z Resolving deltas: 57% (5251/9212) 2025-06-05T23:22:15.4112931Z Resolving deltas: 58% (5343/9212) 2025-06-05T23:22:15.4113279Z Resolving deltas: 59% (5436/9212) 2025-06-05T23:22:15.4113561Z Resolving deltas: 60% (5528/9212) 2025-06-05T23:22:15.4113826Z Resolving deltas: 61% (5620/9212) 2025-06-05T23:22:15.4114104Z Resolving deltas: 62% (5712/9212) 2025-06-05T23:22:15.4114371Z Resolving deltas: 63% (5804/9212) 2025-06-05T23:22:15.4114648Z Resolving deltas: 64% (5896/9212) 2025-06-05T23:22:15.4114926Z Resolving deltas: 65% (5988/9212) 2025-06-05T23:22:15.4115193Z Resolving deltas: 66% (6080/9212) 2025-06-05T23:22:15.4115473Z Resolving deltas: 67% (6173/9212) 2025-06-05T23:22:15.4115737Z Resolving deltas: 68% (6265/9212) 2025-06-05T23:22:15.4116012Z Resolving deltas: 69% (6357/9212) 2025-06-05T23:22:15.4116274Z Resolving deltas: 70% (6449/9212) 2025-06-05T23:22:15.4116550Z Resolving deltas: 71% (6541/9212) 2025-06-05T23:22:15.4116813Z Resolving deltas: 72% (6633/9212) 2025-06-05T23:22:15.4117092Z Resolving deltas: 73% (6725/9212) 2025-06-05T23:22:15.4117357Z Resolving deltas: 74% (6817/9212) 2025-06-05T23:22:15.4117641Z Resolving deltas: 75% (6909/9212) 2025-06-05T23:22:15.4117918Z Resolving deltas: 76% (7002/9212) 2025-06-05T23:22:15.4118183Z Resolving deltas: 77% (7094/9212) 2025-06-05T23:22:15.4118461Z Resolving deltas: 78% (7186/9212) 2025-06-05T23:22:15.4118726Z Resolving deltas: 79% (7280/9212) 2025-06-05T23:22:15.4119004Z Resolving deltas: 80% (7370/9212) 2025-06-05T23:22:15.4119332Z Resolving deltas: 81% (7462/9212) 2025-06-05T23:22:15.4119612Z Resolving deltas: 82% (7554/9212) 2025-06-05T23:22:15.4119876Z Resolving deltas: 83% (7646/9212) 2025-06-05T23:22:15.4120153Z Resolving deltas: 84% (7739/9212) 2025-06-05T23:22:15.4120415Z Resolving deltas: 85% (7831/9212) 2025-06-05T23:22:15.4120691Z Resolving deltas: 86% (7923/9212) 2025-06-05T23:22:15.4121015Z Resolving deltas: 87% (8015/9212) 2025-06-05T23:22:15.4121280Z Resolving deltas: 88% (8107/9212) 2025-06-05T23:22:15.4121559Z Resolving deltas: 89% (8199/9212) 2025-06-05T23:22:15.4121823Z Resolving deltas: 90% (8291/9212) 2025-06-05T23:22:15.4122105Z Resolving deltas: 91% (8383/9212) 2025-06-05T23:22:15.4122371Z Resolving deltas: 92% (8476/9212) 2025-06-05T23:22:15.4122646Z Resolving deltas: 93% (8568/9212) 2025-06-05T23:22:15.4122912Z Resolving deltas: 94% (8660/9212) 2025-06-05T23:22:15.4123188Z Resolving deltas: 95% (8752/9212) 2025-06-05T23:22:15.4123466Z Resolving deltas: 96% (8844/9212) 2025-06-05T23:22:15.4123729Z Resolving deltas: 97% (8936/9212) 2025-06-05T23:22:15.4124007Z Resolving deltas: 98% (9028/9212) 2025-06-05T23:22:15.4124270Z Resolving deltas: 99% (9120/9212) 2025-06-05T23:22:15.4124544Z Resolving deltas: 100% (9212/9212) 2025-06-05T23:22:15.4124912Z Resolving deltas: 100% (9212/9212), done. 2025-06-05T23:22:15.4125557Z Submodule 'thirdparty/doctest' (https://github.com/doctest/doctest.git) registered for path 'thirdparty/doctest' 2025-06-05T23:22:15.4126514Z Submodule 'thirdparty/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'thirdparty/eigen' 2025-06-05T23:22:15.4127367Z Submodule 'thirdparty/json' (https://github.com/nlohmann/json.git) registered for path 'thirdparty/json' 2025-06-05T23:22:15.4128248Z Submodule 'thirdparty/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'thirdparty/pybind11' 2025-06-05T23:22:15.4129314Z Submodule 'thirdparty/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'thirdparty/serialization_lib' 2025-06-05T23:22:15.4130492Z Submodule 'thirdparty/specification' (https://review.mlplatform.org/tosa/specification) registered for path 'thirdparty/specification' 2025-06-05T23:22:15.4131720Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/doctest'... 2025-06-05T23:22:15.4132321Z remote: Enumerating objects: 13364, done. 2025-06-05T23:22:15.4132749Z remote: Counting objects: 0% (1/3723) 2025-06-05T23:22:15.4133086Z remote: Counting objects: 1% (38/3723) 2025-06-05T23:22:15.4133547Z remote: Counting objects: 2% (75/3723) 2025-06-05T23:22:15.4133954Z remote: Counting objects: 3% (112/3723) 2025-06-05T23:22:15.4134312Z remote: Counting objects: 4% (149/3723) 2025-06-05T23:22:15.4134646Z remote: Counting objects: 5% (187/3723) 2025-06-05T23:22:15.4134996Z remote: Counting objects: 6% (224/3723) 2025-06-05T23:22:15.4135345Z remote: Counting objects: 7% (261/3723) 2025-06-05T23:22:15.4135679Z remote: Counting objects: 8% (298/3723) 2025-06-05T23:22:15.4136096Z remote: Counting objects: 9% (336/3723) 2025-06-05T23:22:15.4136489Z remote: Counting objects: 10% (373/3723) 2025-06-05T23:22:15.4136875Z remote: Counting objects: 11% (410/3723) 2025-06-05T23:22:15.4137208Z remote: Counting objects: 12% (447/3723) 2025-06-05T23:22:15.4137555Z remote: Counting objects: 13% (484/3723) 2025-06-05T23:22:15.4137889Z remote: Counting objects: 14% (522/3723) 2025-06-05T23:22:15.4138282Z remote: Counting objects: 15% (559/3723) 2025-06-05T23:22:15.4138700Z remote: Counting objects: 16% (596/3723) 2025-06-05T23:22:15.4139106Z remote: Counting objects: 17% (633/3723) 2025-06-05T23:22:15.4139459Z remote: Counting objects: 18% (671/3723) 2025-06-05T23:22:15.4139796Z remote: Counting objects: 19% (708/3723) 2025-06-05T23:22:15.4140147Z remote: Counting objects: 20% (745/3723) 2025-06-05T23:22:15.4140484Z remote: Counting objects: 21% (782/3723) 2025-06-05T23:22:15.4140839Z remote: Counting objects: 22% (820/3723) 2025-06-05T23:22:15.4141216Z remote: Counting objects: 23% (857/3723) 2025-06-05T23:22:15.4141585Z remote: Counting objects: 24% (894/3723) 2025-06-05T23:22:15.4142017Z remote: Counting objects: 25% (931/3723) 2025-06-05T23:22:15.4142352Z remote: Counting objects: 26% (968/3723) 2025-06-05T23:22:15.4142706Z remote: Counting objects: 27% (1006/3723) 2025-06-05T23:22:15.4143048Z remote: Counting objects: 28% (1043/3723) 2025-06-05T23:22:15.4143602Z remote: Counting objects: 29% (1080/3723) 2025-06-05T23:22:15.4143945Z remote: Counting objects: 30% (1117/3723) 2025-06-05T23:22:15.4144299Z remote: Counting objects: 31% (1155/3723) 2025-06-05T23:22:15.4144653Z remote: Counting objects: 32% (1192/3723) 2025-06-05T23:22:15.4144992Z remote: Counting objects: 33% (1229/3723) 2025-06-05T23:22:15.4145408Z remote: Counting objects: 34% (1266/3723) 2025-06-05T23:22:15.4145858Z remote: Counting objects: 35% (1304/3723) 2025-06-05T23:22:15.4146215Z remote: Counting objects: 36% (1341/3723) 2025-06-05T23:22:15.4146552Z remote: Counting objects: 37% (1378/3723) 2025-06-05T23:22:15.4146901Z remote: Counting objects: 38% (1415/3723) 2025-06-05T23:22:15.4899167Z remote: Counting objects: 39% (1452/3723) 2025-06-05T23:22:15.4899834Z remote: Counting objects: 40% (1490/3723) 2025-06-05T23:22:15.4900446Z remote: Counting objects: 41% (1527/3723) 2025-06-05T23:22:15.4901038Z remote: Counting objects: 42% (1564/3723) 2025-06-05T23:22:15.4901391Z remote: Counting objects: 43% (1601/3723) 2025-06-05T23:22:15.4901733Z remote: Counting objects: 44% (1639/3723) 2025-06-05T23:22:15.4902137Z remote: Counting objects: 45% (1676/3723) 2025-06-05T23:22:15.4902478Z remote: Counting objects: 46% (1713/3723) 2025-06-05T23:22:15.4902888Z remote: Counting objects: 47% (1750/3723) 2025-06-05T23:22:15.4903240Z remote: Counting objects: 48% (1788/3723) 2025-06-05T23:22:15.4903576Z remote: Counting objects: 49% (1825/3723) 2025-06-05T23:22:15.4903937Z remote: Counting objects: 50% (1862/3723) 2025-06-05T23:22:15.4904275Z remote: Counting objects: 51% (1899/3723) 2025-06-05T23:22:15.4904634Z remote: Counting objects: 52% (1936/3723) 2025-06-05T23:22:15.4905244Z remote: Counting objects: 53% (1974/3723) 2025-06-05T23:22:15.4905604Z remote: Counting objects: 54% (2011/3723) 2025-06-05T23:22:15.4906145Z remote: Counting objects: 55% (2048/3723) 2025-06-05T23:22:15.4906616Z remote: Counting objects: 56% (2085/3723) 2025-06-05T23:22:15.4907032Z remote: Counting objects: 57% (2123/3723) 2025-06-05T23:22:15.4907374Z remote: Counting objects: 58% (2160/3723) 2025-06-05T23:22:15.4907720Z remote: Counting objects: 59% (2197/3723) 2025-06-05T23:22:15.4908058Z remote: Counting objects: 60% (2234/3723) 2025-06-05T23:22:15.4908408Z remote: Counting objects: 61% (2272/3723) 2025-06-05T23:22:15.4908746Z remote: Counting objects: 62% (2309/3723) 2025-06-05T23:22:15.4909102Z remote: Counting objects: 63% (2346/3723) 2025-06-05T23:22:15.4909453Z remote: Counting objects: 64% (2383/3723) 2025-06-05T23:22:15.4909791Z remote: Counting objects: 65% (2420/3723) 2025-06-05T23:22:15.4910150Z remote: Counting objects: 66% (2458/3723) 2025-06-05T23:22:15.4910554Z remote: Counting objects: 67% (2495/3723) 2025-06-05T23:22:15.4910895Z remote: Counting objects: 68% (2532/3723) 2025-06-05T23:22:15.4911246Z remote: Counting objects: 69% (2569/3723) 2025-06-05T23:22:15.4911589Z remote: Counting objects: 70% (2607/3723) 2025-06-05T23:22:15.4911945Z remote: Counting objects: 71% (2644/3723) 2025-06-05T23:22:15.4912299Z remote: Counting objects: 72% (2681/3723) 2025-06-05T23:22:15.4912639Z remote: Counting objects: 73% (2718/3723) 2025-06-05T23:22:15.4912987Z remote: Counting objects: 74% (2756/3723) 2025-06-05T23:22:15.4913324Z remote: Counting objects: 75% (2793/3723) 2025-06-05T23:22:15.4913674Z remote: Counting objects: 76% (2830/3723) 2025-06-05T23:22:15.4914012Z remote: Counting objects: 77% (2867/3723) 2025-06-05T23:22:15.4914363Z remote: Counting objects: 78% (2904/3723) 2025-06-05T23:22:15.4914720Z remote: Counting objects: 79% (2942/3723) 2025-06-05T23:22:15.4915066Z remote: Counting objects: 80% (2979/3723) 2025-06-05T23:22:15.4915418Z remote: Counting objects: 81% (3016/3723) 2025-06-05T23:22:15.4915758Z remote: Counting objects: 82% (3053/3723) 2025-06-05T23:22:15.4916111Z remote: Counting objects: 83% (3091/3723) 2025-06-05T23:22:15.4916450Z remote: Counting objects: 84% (3128/3723) 2025-06-05T23:22:15.4916802Z remote: Counting objects: 85% (3165/3723) 2025-06-05T23:22:15.4917139Z remote: Counting objects: 86% (3202/3723) 2025-06-05T23:22:15.4917488Z remote: Counting objects: 87% (3240/3723) 2025-06-05T23:22:15.4917835Z remote: Counting objects: 88% (3277/3723) 2025-06-05T23:22:15.4918171Z remote: Counting objects: 89% (3314/3723) 2025-06-05T23:22:15.4918519Z remote: Counting objects: 90% (3351/3723) 2025-06-05T23:22:15.4918861Z remote: Counting objects: 91% (3388/3723) 2025-06-05T23:22:15.4919214Z remote: Counting objects: 92% (3426/3723) 2025-06-05T23:22:15.4919554Z remote: Counting objects: 93% (3463/3723) 2025-06-05T23:22:15.4919903Z remote: Counting objects: 94% (3500/3723) 2025-06-05T23:22:15.4920246Z remote: Counting objects: 95% (3537/3723) 2025-06-05T23:22:15.4920599Z remote: Counting objects: 96% (3575/3723) 2025-06-05T23:22:15.4920949Z remote: Counting objects: 97% (3612/3723) 2025-06-05T23:22:15.4921288Z remote: Counting objects: 98% (3649/3723) 2025-06-05T23:22:15.4921642Z remote: Counting objects: 99% (3686/3723) 2025-06-05T23:22:15.4921981Z remote: Counting objects: 100% (3723/3723) 2025-06-05T23:22:15.4922367Z remote: Counting objects: 100% (3723/3723), done. 2025-06-05T23:22:15.4922756Z remote: Compressing objects: 0% (1/400) 2025-06-05T23:22:15.4923122Z remote: Compressing objects: 1% (4/400) 2025-06-05T23:22:15.4923610Z remote: Compressing objects: 2% (8/400) 2025-06-05T23:22:15.4923961Z remote: Compressing objects: 3% (12/400) 2025-06-05T23:22:15.4924401Z remote: Compressing objects: 4% (16/400) 2025-06-05T23:22:15.4924759Z remote: Compressing objects: 5% (20/400) 2025-06-05T23:22:15.4925105Z remote: Compressing objects: 6% (24/400) 2025-06-05T23:22:15.4925462Z remote: Compressing objects: 7% (28/400) 2025-06-05T23:22:15.4925897Z remote: Compressing objects: 8% (32/400) 2025-06-05T23:22:15.4926261Z remote: Compressing objects: 9% (36/400) 2025-06-05T23:22:15.4926611Z remote: Compressing objects: 10% (40/400) 2025-06-05T23:22:15.4926974Z remote: Compressing objects: 11% (44/400) 2025-06-05T23:22:15.4927337Z remote: Compressing objects: 12% (48/400) 2025-06-05T23:22:15.4927683Z remote: Compressing objects: 13% (52/400) 2025-06-05T23:22:15.4928044Z remote: Compressing objects: 14% (56/400) 2025-06-05T23:22:15.4928393Z remote: Compressing objects: 15% (60/400) 2025-06-05T23:22:15.4928755Z remote: Compressing objects: 16% (64/400) 2025-06-05T23:22:15.4929099Z remote: Compressing objects: 17% (68/400) 2025-06-05T23:22:15.4929456Z remote: Compressing objects: 18% (72/400) 2025-06-05T23:22:15.4929802Z remote: Compressing objects: 19% (76/400) 2025-06-05T23:22:15.4930163Z remote: Compressing objects: 20% (80/400) 2025-06-05T23:22:15.4930520Z remote: Compressing objects: 21% (84/400) 2025-06-05T23:22:15.4930867Z remote: Compressing objects: 22% (88/400) 2025-06-05T23:22:15.4931225Z remote: Compressing objects: 23% (92/400) 2025-06-05T23:22:15.4931570Z remote: Compressing objects: 24% (96/400) 2025-06-05T23:22:15.4931932Z remote: Compressing objects: 25% (100/400) 2025-06-05T23:22:15.4932286Z remote: Compressing objects: 26% (104/400) 2025-06-05T23:22:15.4932648Z remote: Compressing objects: 27% (108/400) 2025-06-05T23:22:15.4933002Z remote: Compressing objects: 28% (112/400) 2025-06-05T23:22:15.4933369Z remote: Compressing objects: 29% (116/400) 2025-06-05T23:22:15.4933728Z remote: Compressing objects: 30% (120/400) 2025-06-05T23:22:15.4934075Z remote: Compressing objects: 31% (124/400) 2025-06-05T23:22:15.4934585Z remote: Compressing objects: 32% (128/400) 2025-06-05T23:22:15.4934982Z remote: Compressing objects: 33% (132/400) 2025-06-05T23:22:15.4935382Z remote: Compressing objects: 34% (136/400) 2025-06-05T23:22:15.4935729Z remote: Compressing objects: 35% (140/400) 2025-06-05T23:22:15.4936087Z remote: Compressing objects: 36% (144/400) 2025-06-05T23:22:15.4936448Z remote: Compressing objects: 37% (148/400) 2025-06-05T23:22:15.4936794Z remote: Compressing objects: 38% (152/400) 2025-06-05T23:22:15.4937158Z remote: Compressing objects: 39% (156/400) 2025-06-05T23:22:15.4937516Z remote: Compressing objects: 40% (160/400) 2025-06-05T23:22:15.4937876Z remote: Compressing objects: 41% (164/400) 2025-06-05T23:22:15.4938228Z remote: Compressing objects: 42% (168/400) 2025-06-05T23:22:15.4938595Z remote: Compressing objects: 43% (172/400) 2025-06-05T23:22:15.4938942Z remote: Compressing objects: 44% (176/400) 2025-06-05T23:22:15.4939303Z remote: Compressing objects: 45% (180/400) 2025-06-05T23:22:15.4939667Z remote: Compressing objects: 46% (184/400) 2025-06-05T23:22:15.4940029Z remote: Compressing objects: 47% (188/400) 2025-06-05T23:22:15.4940394Z remote: Compressing objects: 48% (192/400) 2025-06-05T23:22:15.4940745Z remote: Compressing objects: 49% (196/400) 2025-06-05T23:22:15.4941110Z remote: Compressing objects: 50% (200/400) 2025-06-05T23:22:15.4941462Z remote: Compressing objects: 51% (204/400) 2025-06-05T23:22:15.4941826Z remote: Compressing objects: 52% (208/400) 2025-06-05T23:22:15.4942297Z remote: Compressing objects: 53% (212/400) 2025-06-05T23:22:15.4942663Z remote: Compressing objects: 54% (216/400) 2025-06-05T23:22:15.4943296Z remote: Compressing objects: 55% (220/400) 2025-06-05T23:22:15.4943669Z remote: Compressing objects: 56% (224/400) 2025-06-05T23:22:15.4944034Z remote: Compressing objects: 57% (228/400) 2025-06-05T23:22:15.4944386Z remote: Compressing objects: 58% (232/400) 2025-06-05T23:22:15.4944752Z remote: Compressing objects: 59% (236/400) 2025-06-05T23:22:15.4945103Z remote: Compressing objects: 60% (240/400) 2025-06-05T23:22:15.4945471Z remote: Compressing objects: 61% (244/400) 2025-06-05T23:22:15.4945821Z remote: Compressing objects: 62% (248/400) 2025-06-05T23:22:15.4946184Z remote: Compressing objects: 63% (252/400) 2025-06-05T23:22:15.4946548Z remote: Compressing objects: 64% (256/400) 2025-06-05T23:22:15.4946901Z remote: Compressing objects: 65% (260/400) 2025-06-05T23:22:15.4947265Z remote: Compressing objects: 66% (264/400) 2025-06-05T23:22:15.4947615Z remote: Compressing objects: 67% (268/400) 2025-06-05T23:22:15.4947974Z remote: Compressing objects: 68% (272/400) 2025-06-05T23:22:15.4948321Z remote: Compressing objects: 69% (276/400) 2025-06-05T23:22:15.4948682Z remote: Compressing objects: 70% (280/400) 2025-06-05T23:22:15.4949027Z remote: Compressing objects: 71% (284/400) 2025-06-05T23:22:15.4949528Z remote: Compressing objects: 72% (288/400) 2025-06-05T23:22:15.4949890Z remote: Compressing objects: 73% (292/400) 2025-06-05T23:22:15.4950238Z remote: Compressing objects: 74% (296/400) 2025-06-05T23:22:15.4950599Z remote: Compressing objects: 75% (300/400) 2025-06-05T23:22:15.4950947Z remote: Compressing objects: 76% (304/400) 2025-06-05T23:22:15.4951305Z remote: Compressing objects: 77% (308/400) 2025-06-05T23:22:15.4951661Z remote: Compressing objects: 78% (312/400) 2025-06-05T23:22:15.4952022Z remote: Compressing objects: 79% (316/400) 2025-06-05T23:22:15.4952375Z remote: Compressing objects: 80% (320/400) 2025-06-05T23:22:15.4952733Z remote: Compressing objects: 81% (324/400) 2025-06-05T23:22:15.4953093Z remote: Compressing objects: 82% (328/400) 2025-06-05T23:22:15.4953446Z remote: Compressing objects: 83% (332/400) 2025-06-05T23:22:15.4953809Z remote: Compressing objects: 84% (336/400) 2025-06-05T23:22:15.4954156Z remote: Compressing objects: 85% (340/400) 2025-06-05T23:22:15.4954515Z remote: Compressing objects: 86% (344/400) 2025-06-05T23:22:15.4954860Z remote: Compressing objects: 87% (348/400) 2025-06-05T23:22:15.4955218Z remote: Compressing objects: 88% (352/400) 2025-06-05T23:22:15.4955580Z remote: Compressing objects: 89% (356/400) 2025-06-05T23:22:15.4955927Z remote: Compressing objects: 90% (360/400) 2025-06-05T23:22:15.4956292Z remote: Compressing objects: 91% (364/400) 2025-06-05T23:22:15.4956642Z remote: Compressing objects: 92% (368/400) 2025-06-05T23:22:15.4957004Z remote: Compressing objects: 93% (372/400) 2025-06-05T23:22:15.4957350Z remote: Compressing objects: 94% (376/400) 2025-06-05T23:22:15.4957708Z remote: Compressing objects: 95% (380/400) 2025-06-05T23:22:16.4958058Z remote: Compressing objects: 96% (384/400) 2025-06-05T23:22:16.4958703Z remote: Compressing objects: 97% (388/400) 2025-06-05T23:22:16.4959324Z remote: Compressing objects: 98% (392/400) 2025-06-05T23:22:16.4959933Z remote: Compressing objects: 99% (396/400) 2025-06-05T23:22:16.4960284Z remote: Compressing objects: 100% (400/400) 2025-06-05T23:22:16.4960676Z remote: Compressing objects: 100% (400/400), done. 2025-06-05T23:22:16.4961113Z Receiving objects: 0% (1/13364) 2025-06-05T23:22:16.4961592Z Receiving objects: 1% (134/13364) 2025-06-05T23:22:16.4962471Z Receiving objects: 2% (268/13364) 2025-06-05T23:22:16.4962993Z Receiving objects: 3% (401/13364) 2025-06-05T23:22:16.4963612Z Receiving objects: 4% (535/13364) 2025-06-05T23:22:16.4963886Z Receiving objects: 5% (669/13364) 2025-06-05T23:22:16.4964174Z Receiving objects: 6% (802/13364) 2025-06-05T23:22:16.4964444Z Receiving objects: 7% (936/13364) 2025-06-05T23:22:16.4964738Z Receiving objects: 8% (1070/13364) 2025-06-05T23:22:16.4965020Z Receiving objects: 9% (1203/13364) 2025-06-05T23:22:16.4965311Z Receiving objects: 10% (1337/13364) 2025-06-05T23:22:16.4965585Z Receiving objects: 11% (1471/13364) 2025-06-05T23:22:16.4965967Z Receiving objects: 12% (1604/13364) 2025-06-05T23:22:16.4966254Z Receiving objects: 13% (1738/13364) 2025-06-05T23:22:16.4966526Z Receiving objects: 14% (1871/13364) 2025-06-05T23:22:16.4966810Z Receiving objects: 15% (2005/13364) 2025-06-05T23:22:16.4967082Z Receiving objects: 16% (2139/13364) 2025-06-05T23:22:16.4967368Z Receiving objects: 17% (2272/13364) 2025-06-05T23:22:16.4967647Z Receiving objects: 18% (2406/13364) 2025-06-05T23:22:16.4967940Z Receiving objects: 19% (2540/13364) 2025-06-05T23:22:16.4968211Z Receiving objects: 20% (2673/13364) 2025-06-05T23:22:16.4968497Z Receiving objects: 21% (2807/13364) 2025-06-05T23:22:16.4968773Z Receiving objects: 22% (2941/13364) 2025-06-05T23:22:16.4969185Z Receiving objects: 23% (3074/13364) 2025-06-05T23:22:16.4969560Z Receiving objects: 24% (3208/13364) 2025-06-05T23:22:16.4969833Z Receiving objects: 25% (3341/13364) 2025-06-05T23:22:16.4970119Z Receiving objects: 26% (3475/13364) 2025-06-05T23:22:16.4970389Z Receiving objects: 27% (3609/13364) 2025-06-05T23:22:16.4970672Z Receiving objects: 28% (3742/13364) 2025-06-05T23:22:16.4970943Z Receiving objects: 29% (3876/13364) 2025-06-05T23:22:16.4971226Z Receiving objects: 30% (4010/13364) 2025-06-05T23:22:16.4971497Z Receiving objects: 31% (4143/13364) 2025-06-05T23:22:16.4971783Z Receiving objects: 32% (4277/13364) 2025-06-05T23:22:16.4972073Z Receiving objects: 33% (4411/13364) 2025-06-05T23:22:16.4972347Z Receiving objects: 34% (4544/13364) 2025-06-05T23:22:16.4972639Z Receiving objects: 35% (4678/13364) 2025-06-05T23:22:16.4972912Z Receiving objects: 36% (4812/13364) 2025-06-05T23:22:16.4973200Z Receiving objects: 37% (4945/13364) 2025-06-05T23:22:16.4973473Z Receiving objects: 38% (5079/13364) 2025-06-05T23:22:16.4973761Z Receiving objects: 39% (5212/13364) 2025-06-05T23:22:16.4974036Z Receiving objects: 40% (5346/13364) 2025-06-05T23:22:16.4974320Z Receiving objects: 41% (5480/13364) 2025-06-05T23:22:16.4974595Z Receiving objects: 42% (5613/13364) 2025-06-05T23:22:16.4974881Z Receiving objects: 43% (5747/13364) 2025-06-05T23:22:16.4975166Z Receiving objects: 44% (5881/13364) 2025-06-05T23:22:16.4975438Z Receiving objects: 45% (6014/13364) 2025-06-05T23:22:16.4975722Z Receiving objects: 46% (6148/13364) 2025-06-05T23:22:16.4975992Z Receiving objects: 47% (6282/13364) 2025-06-05T23:22:16.4976278Z Receiving objects: 48% (6415/13364) 2025-06-05T23:22:16.4976553Z Receiving objects: 49% (6549/13364) 2025-06-05T23:22:16.4976840Z Receiving objects: 50% (6682/13364) 2025-06-05T23:22:16.4977111Z Receiving objects: 51% (6816/13364) 2025-06-05T23:22:16.4977393Z Receiving objects: 52% (6950/13364) 2025-06-05T23:22:16.4977665Z Receiving objects: 53% (7083/13364) 2025-06-05T23:22:16.4977948Z Receiving objects: 54% (7217/13364) 2025-06-05T23:22:16.4978234Z Receiving objects: 55% (7351/13364) 2025-06-05T23:22:16.4978505Z Receiving objects: 56% (7484/13364) 2025-06-05T23:22:16.4978794Z Receiving objects: 57% (7618/13364) 2025-06-05T23:22:16.4979069Z Receiving objects: 58% (7752/13364) 2025-06-05T23:22:16.4979357Z Receiving objects: 59% (7885/13364) 2025-06-05T23:22:16.4979633Z Receiving objects: 60% (8019/13364) 2025-06-05T23:22:16.4979931Z Receiving objects: 61% (8153/13364) 2025-06-05T23:22:16.4980353Z Receiving objects: 62% (8286/13364) 2025-06-05T23:22:16.4980641Z Receiving objects: 63% (8420/13364) 2025-06-05T23:22:16.4981036Z Receiving objects: 64% (8553/13364) 2025-06-05T23:22:16.4981323Z Receiving objects: 65% (8687/13364) 2025-06-05T23:22:16.4981686Z Receiving objects: 66% (8821/13364) 2025-06-05T23:22:16.4981959Z Receiving objects: 67% (8954/13364) 2025-06-05T23:22:16.4982244Z Receiving objects: 68% (9088/13364) 2025-06-05T23:22:16.4982517Z Receiving objects: 69% (9222/13364) 2025-06-05T23:22:16.4982804Z Receiving objects: 70% (9355/13364) 2025-06-05T23:22:16.4983082Z Receiving objects: 71% (9489/13364) 2025-06-05T23:22:16.4983369Z Receiving objects: 72% (9623/13364) 2025-06-05T23:22:16.4983645Z Receiving objects: 73% (9756/13364) 2025-06-05T23:22:16.4983933Z Receiving objects: 74% (9890/13364) 2025-06-05T23:22:16.4984222Z Receiving objects: 75% (10023/13364) 2025-06-05T23:22:16.4984502Z Receiving objects: 76% (10157/13364) 2025-06-05T23:22:16.4984793Z Receiving objects: 77% (10291/13364) 2025-06-05T23:22:16.4985072Z Receiving objects: 78% (10424/13364) 2025-06-05T23:22:16.4985358Z Receiving objects: 79% (10558/13364) 2025-06-05T23:22:16.4985639Z Receiving objects: 80% (10692/13364) 2025-06-05T23:22:16.4985931Z Receiving objects: 81% (10825/13364) 2025-06-05T23:22:16.4986206Z Receiving objects: 82% (10959/13364) 2025-06-05T23:22:16.4986492Z Receiving objects: 83% (11093/13364) 2025-06-05T23:22:16.4986765Z Receiving objects: 84% (11226/13364) 2025-06-05T23:22:16.4987050Z Receiving objects: 85% (11360/13364) 2025-06-05T23:22:16.4987337Z Receiving objects: 86% (11494/13364) 2025-06-05T23:22:16.4987612Z Receiving objects: 87% (11627/13364) 2025-06-05T23:22:16.4987903Z Receiving objects: 88% (11761/13364) 2025-06-05T23:22:16.4988179Z Receiving objects: 89% (11894/13364) 2025-06-05T23:22:16.4988467Z Receiving objects: 90% (12028/13364) 2025-06-05T23:22:16.4988741Z Receiving objects: 91% (12162/13364) 2025-06-05T23:22:16.4989026Z Receiving objects: 92% (12295/13364) 2025-06-05T23:22:16.4989305Z Receiving objects: 93% (12429/13364) 2025-06-05T23:22:16.4989591Z Receiving objects: 94% (12563/13364) 2025-06-05T23:22:16.4989883Z Receiving objects: 95% (12696/13364) 2025-06-05T23:22:16.4990159Z Receiving objects: 96% (12830/13364) 2025-06-05T23:22:16.4990444Z Receiving objects: 97% (12964/13364) 2025-06-05T23:22:16.4990717Z Receiving objects: 98% (13097/13364) 2025-06-05T23:22:16.4991003Z Receiving objects: 99% (13231/13364) 2025-06-05T23:22:16.4991458Z remote: Total 13364 (delta 3456), reused 3324 (delta 3323), pack-reused 9641 (from 3) 2025-06-05T23:22:16.4991936Z Receiving objects: 100% (13364/13364) 2025-06-05T23:22:16.4992303Z Receiving objects: 100% (13364/13364), 6.71 MiB | 45.83 MiB/s, done. 2025-06-05T23:22:16.4992700Z Resolving deltas: 0% (0/8799) 2025-06-05T23:22:16.4992976Z Resolving deltas: 1% (89/8799) 2025-06-05T23:22:16.4993243Z Resolving deltas: 2% (176/8799) 2025-06-05T23:22:16.4993527Z Resolving deltas: 3% (264/8799) 2025-06-05T23:22:16.4993799Z Resolving deltas: 4% (352/8799) 2025-06-05T23:22:16.4994081Z Resolving deltas: 5% (440/8799) 2025-06-05T23:22:16.4994354Z Resolving deltas: 6% (528/8799) 2025-06-05T23:22:16.4994636Z Resolving deltas: 7% (616/8799) 2025-06-05T23:22:16.4994903Z Resolving deltas: 8% (704/8799) 2025-06-05T23:22:16.4995181Z Resolving deltas: 9% (792/8799) 2025-06-05T23:22:16.4995447Z Resolving deltas: 10% (880/8799) 2025-06-05T23:22:16.4995722Z Resolving deltas: 11% (968/8799) 2025-06-05T23:22:16.4996001Z Resolving deltas: 12% (1056/8799) 2025-06-05T23:22:16.4996270Z Resolving deltas: 13% (1144/8799) 2025-06-05T23:22:16.4996553Z Resolving deltas: 14% (1232/8799) 2025-06-05T23:22:16.4996822Z Resolving deltas: 15% (1320/8799) 2025-06-05T23:22:16.4997099Z Resolving deltas: 16% (1408/8799) 2025-06-05T23:22:16.4997362Z Resolving deltas: 17% (1496/8799) 2025-06-05T23:22:16.4997639Z Resolving deltas: 18% (1584/8799) 2025-06-05T23:22:16.4997907Z Resolving deltas: 19% (1672/8799) 2025-06-05T23:22:16.4998182Z Resolving deltas: 20% (1760/8799) 2025-06-05T23:22:16.4998448Z Resolving deltas: 21% (1848/8799) 2025-06-05T23:22:16.4998812Z Resolving deltas: 22% (1936/8799) 2025-06-05T23:22:16.4999107Z Resolving deltas: 23% (2024/8799) 2025-06-05T23:22:16.4999435Z Resolving deltas: 24% (2112/8799) 2025-06-05T23:22:16.4999722Z Resolving deltas: 25% (2201/8799) 2025-06-05T23:22:16.4999992Z Resolving deltas: 26% (2288/8799) 2025-06-05T23:22:16.5000275Z Resolving deltas: 27% (2376/8799) 2025-06-05T23:22:16.5000547Z Resolving deltas: 28% (2464/8799) 2025-06-05T23:22:16.5000851Z Resolving deltas: 29% (2552/8799) 2025-06-05T23:22:16.5001118Z Resolving deltas: 30% (2640/8799) 2025-06-05T23:22:16.5001410Z Resolving deltas: 31% (2728/8799) 2025-06-05T23:22:16.5001679Z Resolving deltas: 32% (2816/8799) 2025-06-05T23:22:16.5001960Z Resolving deltas: 33% (2904/8799) 2025-06-05T23:22:16.5002229Z Resolving deltas: 34% (2992/8799) 2025-06-05T23:22:16.5002509Z Resolving deltas: 35% (3080/8799) 2025-06-05T23:22:16.5002776Z Resolving deltas: 36% (3168/8799) 2025-06-05T23:22:16.5003058Z Resolving deltas: 37% (3256/8799) 2025-06-05T23:22:16.5003330Z Resolving deltas: 38% (3344/8799) 2025-06-05T23:22:16.5003613Z Resolving deltas: 39% (3432/8799) 2025-06-05T23:22:16.5003905Z Resolving deltas: 40% (3520/8799) 2025-06-05T23:22:16.5004176Z Resolving deltas: 41% (3608/8799) 2025-06-05T23:22:16.5004461Z Resolving deltas: 42% (3696/8799) 2025-06-05T23:22:16.5004730Z Resolving deltas: 43% (3784/8799) 2025-06-05T23:22:16.5005018Z Resolving deltas: 44% (3872/8799) 2025-06-05T23:22:16.5005285Z Resolving deltas: 45% (3960/8799) 2025-06-05T23:22:16.5005564Z Resolving deltas: 46% (4048/8799) 2025-06-05T23:22:16.5005912Z Resolving deltas: 47% (4136/8799) 2025-06-05T23:22:16.5006197Z Resolving deltas: 48% (4224/8799) 2025-06-05T23:22:16.5006465Z Resolving deltas: 49% (4312/8799) 2025-06-05T23:22:16.5006744Z Resolving deltas: 50% (4400/8799) 2025-06-05T23:22:16.5007024Z Resolving deltas: 51% (4488/8799) 2025-06-05T23:22:16.5007292Z Resolving deltas: 52% (4576/8799) 2025-06-05T23:22:16.5007570Z Resolving deltas: 53% (4664/8799) 2025-06-05T23:22:16.5007834Z Resolving deltas: 54% (4752/8799) 2025-06-05T23:22:16.5008107Z Resolving deltas: 55% (4840/8799) 2025-06-05T23:22:16.5008371Z Resolving deltas: 56% (4928/8799) 2025-06-05T23:22:16.5008645Z Resolving deltas: 57% (5016/8799) 2025-06-05T23:22:16.5008909Z Resolving deltas: 58% (5104/8799) 2025-06-05T23:22:16.5009182Z Resolving deltas: 59% (5192/8799) 2025-06-05T23:22:16.5009461Z Resolving deltas: 60% (5280/8799) 2025-06-05T23:22:16.5009725Z Resolving deltas: 61% (5368/8799) 2025-06-05T23:22:16.5010002Z Resolving deltas: 62% (5456/8799) 2025-06-05T23:22:16.5010267Z Resolving deltas: 63% (5544/8799) 2025-06-05T23:22:16.5010544Z Resolving deltas: 64% (5632/8799) 2025-06-05T23:22:16.5010809Z Resolving deltas: 65% (5720/8799) 2025-06-05T23:22:16.5011092Z Resolving deltas: 66% (5808/8799) 2025-06-05T23:22:16.5011360Z Resolving deltas: 67% (5896/8799) 2025-06-05T23:22:16.5011642Z Resolving deltas: 68% (5985/8799) 2025-06-05T23:22:16.5011909Z Resolving deltas: 69% (6073/8799) 2025-06-05T23:22:16.5012190Z Resolving deltas: 70% (6160/8799) 2025-06-05T23:22:16.5012467Z Resolving deltas: 71% (6248/8799) 2025-06-05T23:22:16.5012735Z Resolving deltas: 72% (6336/8799) 2025-06-05T23:22:16.5013015Z Resolving deltas: 73% (6424/8799) 2025-06-05T23:22:16.5013281Z Resolving deltas: 74% (6512/8799) 2025-06-05T23:22:16.5013558Z Resolving deltas: 75% (6600/8799) 2025-06-05T23:22:16.5013823Z Resolving deltas: 76% (6688/8799) 2025-06-05T23:22:16.5014099Z Resolving deltas: 77% (6776/8799) 2025-06-05T23:22:16.5014363Z Resolving deltas: 78% (6864/8799) 2025-06-05T23:22:16.5014642Z Resolving deltas: 79% (6952/8799) 2025-06-05T23:22:16.5014907Z Resolving deltas: 80% (7040/8799) 2025-06-05T23:22:16.5015186Z Resolving deltas: 81% (7128/8799) 2025-06-05T23:22:16.5015462Z Resolving deltas: 82% (7216/8799) 2025-06-05T23:22:16.5015728Z Resolving deltas: 83% (7304/8799) 2025-06-05T23:22:16.5016005Z Resolving deltas: 84% (7392/8799) 2025-06-05T23:22:16.5016267Z Resolving deltas: 85% (7480/8799) 2025-06-05T23:22:16.5016635Z Resolving deltas: 86% (7568/8799) 2025-06-05T23:22:16.5016908Z Resolving deltas: 87% (7656/8799) 2025-06-05T23:22:16.5017269Z Resolving deltas: 88% (7744/8799) 2025-06-05T23:22:16.5017538Z Resolving deltas: 89% (7832/8799) 2025-06-05T23:22:16.5017821Z Resolving deltas: 90% (7920/8799) 2025-06-05T23:22:16.5018086Z Resolving deltas: 91% (8008/8799) 2025-06-05T23:22:16.5018369Z Resolving deltas: 92% (8096/8799) 2025-06-05T23:22:16.5018653Z Resolving deltas: 93% (8184/8799) 2025-06-05T23:22:16.5018916Z Resolving deltas: 94% (8272/8799) 2025-06-05T23:22:16.5019195Z Resolving deltas: 95% (8360/8799) 2025-06-05T23:22:16.5019461Z Resolving deltas: 96% (8448/8799) 2025-06-05T23:22:16.5019737Z Resolving deltas: 97% (8536/8799) 2025-06-05T23:22:16.5020002Z Resolving deltas: 98% (8624/8799) 2025-06-05T23:22:16.5020280Z Resolving deltas: 99% (8712/8799) 2025-06-05T23:22:16.5020544Z Resolving deltas: 100% (8799/8799) 2025-06-05T23:22:16.5020830Z Resolving deltas: 100% (8799/8799), done. 2025-06-05T23:22:16.5021414Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/eigen'... 2025-06-05T23:22:16.5022008Z remote: Enumerating objects: 128219, done. 2025-06-05T23:22:16.5022368Z remote: Counting objects: 0% (1/1534) 2025-06-05T23:22:16.5022703Z remote: Counting objects: 1% (16/1534) 2025-06-05T23:22:16.5023049Z remote: Counting objects: 2% (31/1534) 2025-06-05T23:22:16.5023383Z remote: Counting objects: 3% (47/1534) 2025-06-05T23:22:16.5023725Z remote: Counting objects: 4% (62/1534) 2025-06-05T23:22:16.5024121Z remote: Counting objects: 5% (77/1534) 2025-06-05T23:22:16.5024465Z remote: Counting objects: 6% (93/1534) 2025-06-05T23:22:16.5024799Z remote: Counting objects: 7% (108/1534) 2025-06-05T23:22:16.5025153Z remote: Counting objects: 8% (123/1534) 2025-06-05T23:22:16.5025491Z remote: Counting objects: 9% (139/1534) 2025-06-05T23:22:16.5025840Z remote: Counting objects: 10% (154/1534) 2025-06-05T23:22:16.5026183Z remote: Counting objects: 11% (169/1534) 2025-06-05T23:22:16.5026539Z remote: Counting objects: 12% (185/1534) 2025-06-05T23:22:16.5026873Z remote: Counting objects: 13% (200/1534) 2025-06-05T23:22:16.5027225Z remote: Counting objects: 14% (215/1534) 2025-06-05T23:22:16.5027575Z remote: Counting objects: 15% (231/1534) 2025-06-05T23:22:16.5027909Z remote: Counting objects: 16% (246/1534) 2025-06-05T23:22:16.5028255Z remote: Counting objects: 17% (261/1534) 2025-06-05T23:22:16.5028587Z remote: Counting objects: 18% (277/1534) 2025-06-05T23:22:16.5028934Z remote: Counting objects: 19% (292/1534) 2025-06-05T23:22:16.5029266Z remote: Counting objects: 20% (307/1534) 2025-06-05T23:22:16.5029610Z remote: Counting objects: 21% (323/1534) 2025-06-05T23:22:16.5029956Z remote: Counting objects: 22% (338/1534) 2025-06-05T23:22:16.5030290Z remote: Counting objects: 23% (353/1534) 2025-06-05T23:22:16.5030640Z remote: Counting objects: 24% (369/1534) 2025-06-05T23:22:16.5030977Z remote: Counting objects: 25% (384/1534) 2025-06-05T23:22:16.5031325Z remote: Counting objects: 26% (399/1534) 2025-06-05T23:22:16.5031662Z remote: Counting objects: 27% (415/1534) 2025-06-05T23:22:16.5032011Z remote: Counting objects: 28% (430/1534) 2025-06-05T23:22:16.5032350Z remote: Counting objects: 29% (445/1534) 2025-06-05T23:22:16.5032699Z remote: Counting objects: 30% (461/1534) 2025-06-05T23:22:16.5033052Z remote: Counting objects: 31% (476/1534) 2025-06-05T23:22:16.5033388Z remote: Counting objects: 32% (491/1534) 2025-06-05T23:22:16.5033742Z remote: Counting objects: 33% (507/1534) 2025-06-05T23:22:16.5034078Z remote: Counting objects: 34% (522/1534) 2025-06-05T23:22:16.5034431Z remote: Counting objects: 35% (537/1534) 2025-06-05T23:22:16.5034767Z remote: Counting objects: 36% (553/1534) 2025-06-05T23:22:16.5035183Z remote: Counting objects: 37% (568/1534) 2025-06-05T23:22:16.5035574Z remote: Counting objects: 38% (583/1534) 2025-06-05T23:22:16.5035926Z remote: Counting objects: 39% (599/1534) 2025-06-05T23:22:16.5036277Z remote: Counting objects: 40% (614/1534) 2025-06-05T23:22:16.5036613Z remote: Counting objects: 41% (629/1534) 2025-06-05T23:22:16.5036958Z remote: Counting objects: 42% (645/1534) 2025-06-05T23:22:16.5037296Z remote: Counting objects: 43% (660/1534) 2025-06-05T23:22:16.5037645Z remote: Counting objects: 44% (675/1534) 2025-06-05T23:22:16.5038046Z remote: Counting objects: 45% (691/1534) 2025-06-05T23:22:16.5038539Z remote: Counting objects: 46% (706/1534) 2025-06-05T23:22:16.5039085Z remote: Counting objects: 47% (721/1534) 2025-06-05T23:22:16.5039544Z remote: Counting objects: 48% (737/1534) 2025-06-05T23:22:16.5039885Z remote: Counting objects: 49% (752/1534) 2025-06-05T23:22:16.5040223Z remote: Counting objects: 50% (767/1534) 2025-06-05T23:22:16.5040574Z remote: Counting objects: 51% (783/1534) 2025-06-05T23:22:16.5040910Z remote: Counting objects: 52% (798/1534) 2025-06-05T23:22:16.5041254Z remote: Counting objects: 53% (814/1534) 2025-06-05T23:22:16.5041584Z remote: Counting objects: 54% (829/1534) 2025-06-05T23:22:16.5041929Z remote: Counting objects: 55% (844/1534) 2025-06-05T23:22:16.5042274Z remote: Counting objects: 56% (860/1534) 2025-06-05T23:22:16.5042607Z remote: Counting objects: 57% (875/1534) 2025-06-05T23:22:16.5042951Z remote: Counting objects: 58% (890/1534) 2025-06-05T23:22:16.5043534Z remote: Counting objects: 59% (906/1534) 2025-06-05T23:22:16.5043884Z remote: Counting objects: 60% (921/1534) 2025-06-05T23:22:16.5044221Z remote: Counting objects: 61% (936/1534) 2025-06-05T23:22:16.5044575Z remote: Counting objects: 62% (952/1534) 2025-06-05T23:22:16.5044912Z remote: Counting objects: 63% (967/1534) 2025-06-05T23:22:16.5045266Z remote: Counting objects: 64% (982/1534) 2025-06-05T23:22:16.5045678Z remote: Counting objects: 65% (998/1534) 2025-06-05T23:22:16.5046021Z remote: Counting objects: 66% (1013/1534) 2025-06-05T23:22:16.5046376Z remote: Counting objects: 67% (1028/1534) 2025-06-05T23:22:16.5046721Z remote: Counting objects: 68% (1044/1534) 2025-06-05T23:22:16.5047071Z remote: Counting objects: 69% (1059/1534) 2025-06-05T23:22:16.5047407Z remote: Counting objects: 70% (1074/1534) 2025-06-05T23:22:16.5047758Z remote: Counting objects: 71% (1090/1534) 2025-06-05T23:22:16.5048095Z remote: Counting objects: 72% (1105/1534) 2025-06-05T23:22:16.5048443Z remote: Counting objects: 73% (1120/1534) 2025-06-05T23:22:16.5048793Z remote: Counting objects: 74% (1136/1534) 2025-06-05T23:22:16.5049136Z remote: Counting objects: 75% (1151/1534) 2025-06-05T23:22:16.5049489Z remote: Counting objects: 76% (1166/1534) 2025-06-05T23:22:16.5049836Z remote: Counting objects: 77% (1182/1534) 2025-06-05T23:22:16.5050187Z remote: Counting objects: 78% (1197/1534) 2025-06-05T23:22:16.5050524Z remote: Counting objects: 79% (1212/1534) 2025-06-05T23:22:16.5050875Z remote: Counting objects: 80% (1228/1534) 2025-06-05T23:22:16.5051228Z remote: Counting objects: 81% (1243/1534) 2025-06-05T23:22:16.5051566Z remote: Counting objects: 82% (1258/1534) 2025-06-05T23:22:16.5051915Z remote: Counting objects: 83% (1274/1534) 2025-06-05T23:22:16.5052253Z remote: Counting objects: 84% (1289/1534) 2025-06-05T23:22:16.5052601Z remote: Counting objects: 85% (1304/1534) 2025-06-05T23:22:16.5052936Z remote: Counting objects: 86% (1320/1534) 2025-06-05T23:22:16.5053284Z remote: Counting objects: 87% (1335/1534) 2025-06-05T23:22:16.5053806Z remote: Counting objects: 88% (1350/1534) 2025-06-05T23:22:16.5054161Z remote: Counting objects: 89% (1366/1534) 2025-06-05T23:22:16.5054614Z remote: Counting objects: 90% (1381/1534) 2025-06-05T23:22:16.5054951Z remote: Counting objects: 91% (1396/1534) 2025-06-05T23:22:16.5055301Z remote: Counting objects: 92% (1412/1534) 2025-06-05T23:22:16.5055637Z remote: Counting objects: 93% (1427/1534) 2025-06-05T23:22:16.5055989Z remote: Counting objects: 94% (1442/1534) 2025-06-05T23:22:16.5056326Z remote: Counting objects: 95% (1458/1534) 2025-06-05T23:22:16.5056674Z remote: Counting objects: 96% (1473/1534) 2025-06-05T23:22:16.5057013Z remote: Counting objects: 97% (1488/1534) 2025-06-05T23:22:16.5057363Z remote: Counting objects: 98% (1504/1534) 2025-06-05T23:22:16.5057709Z remote: Counting objects: 99% (1519/1534) 2025-06-05T23:22:16.5058044Z remote: Counting objects: 100% (1534/1534) 2025-06-05T23:22:16.5058425Z remote: Counting objects: 100% (1534/1534), done. 2025-06-05T23:22:16.5058806Z remote: Compressing objects: 0% (1/561) 2025-06-05T23:22:16.5059166Z remote: Compressing objects: 1% (6/561) 2025-06-05T23:22:16.5059510Z remote: Compressing objects: 2% (12/561) 2025-06-05T23:22:16.5059867Z remote: Compressing objects: 3% (17/561) 2025-06-05T23:22:16.5060226Z remote: Compressing objects: 4% (23/561) 2025-06-05T23:22:16.5060573Z remote: Compressing objects: 5% (29/561) 2025-06-05T23:22:16.5060926Z remote: Compressing objects: 6% (34/561) 2025-06-05T23:22:16.5061272Z remote: Compressing objects: 7% (40/561) 2025-06-05T23:22:16.5061627Z remote: Compressing objects: 8% (45/561) 2025-06-05T23:22:16.5061973Z remote: Compressing objects: 9% (51/561) 2025-06-05T23:22:16.5062330Z remote: Compressing objects: 10% (57/561) 2025-06-05T23:22:16.5062677Z remote: Compressing objects: 11% (62/561) 2025-06-05T23:22:16.5063045Z remote: Compressing objects: 12% (68/561) 2025-06-05T23:22:16.5063410Z remote: Compressing objects: 13% (73/561) 2025-06-05T23:22:16.5063755Z remote: Compressing objects: 14% (79/561) 2025-06-05T23:22:16.5064111Z remote: Compressing objects: 15% (85/561) 2025-06-05T23:22:16.5064455Z remote: Compressing objects: 16% (90/561) 2025-06-05T23:22:16.5064811Z remote: Compressing objects: 17% (96/561) 2025-06-05T23:22:16.5065159Z remote: Compressing objects: 18% (101/561) 2025-06-05T23:22:16.5065524Z remote: Compressing objects: 19% (107/561) 2025-06-05T23:22:16.5065874Z remote: Compressing objects: 20% (113/561) 2025-06-05T23:22:16.5066235Z remote: Compressing objects: 21% (118/561) 2025-06-05T23:22:16.5066605Z remote: Compressing objects: 22% (124/561) 2025-06-05T23:22:16.5066955Z remote: Compressing objects: 23% (130/561) 2025-06-05T23:22:16.5067322Z remote: Compressing objects: 24% (135/561) 2025-06-05T23:22:16.5067672Z remote: Compressing objects: 25% (141/561) 2025-06-05T23:22:16.5068038Z remote: Compressing objects: 26% (146/561) 2025-06-05T23:22:16.5068390Z remote: Compressing objects: 27% (152/561) 2025-06-05T23:22:16.5068755Z remote: Compressing objects: 28% (158/561) 2025-06-05T23:22:16.5069119Z remote: Compressing objects: 29% (163/561) 2025-06-05T23:22:16.5069470Z remote: Compressing objects: 30% (169/561) 2025-06-05T23:22:16.5069837Z remote: Compressing objects: 31% (174/561) 2025-06-05T23:22:16.5070186Z remote: Compressing objects: 32% (180/561) 2025-06-05T23:22:16.5070552Z remote: Compressing objects: 33% (186/561) 2025-06-05T23:22:16.5070907Z remote: Compressing objects: 34% (191/561) 2025-06-05T23:22:16.5071274Z remote: Compressing objects: 35% (197/561) 2025-06-05T23:22:16.5071625Z remote: Compressing objects: 36% (202/561) 2025-06-05T23:22:16.5072059Z remote: Compressing objects: 37% (208/561) 2025-06-05T23:22:16.5072479Z remote: Compressing objects: 38% (214/561) 2025-06-05T23:22:16.5072830Z remote: Compressing objects: 39% (219/561) 2025-06-05T23:22:16.5073195Z remote: Compressing objects: 40% (225/561) 2025-06-05T23:22:16.5073543Z remote: Compressing objects: 41% (231/561) 2025-06-05T23:22:16.5073906Z remote: Compressing objects: 42% (236/561) 2025-06-05T23:22:16.5074258Z remote: Compressing objects: 43% (242/561) 2025-06-05T23:22:16.5074618Z remote: Compressing objects: 44% (247/561) 2025-06-05T23:22:16.5074968Z remote: Compressing objects: 45% (253/561) 2025-06-05T23:22:16.5075324Z remote: Compressing objects: 46% (259/561) 2025-06-05T23:22:16.5075682Z remote: Compressing objects: 47% (264/561) 2025-06-05T23:22:16.5076029Z remote: Compressing objects: 48% (270/561) 2025-06-05T23:22:16.5076387Z remote: Compressing objects: 49% (275/561) 2025-06-05T23:22:16.5076735Z remote: Compressing objects: 50% (281/561) 2025-06-05T23:22:16.5077097Z remote: Compressing objects: 51% (287/561) 2025-06-05T23:22:16.5077547Z remote: Compressing objects: 52% (292/561) 2025-06-05T23:22:16.5078137Z remote: Compressing objects: 53% (298/561) 2025-06-05T23:22:16.5078733Z remote: Compressing objects: 54% (303/561) 2025-06-05T23:22:16.5079108Z remote: Compressing objects: 55% (309/561) 2025-06-05T23:22:16.5079468Z remote: Compressing objects: 56% (315/561) 2025-06-05T23:22:16.5079822Z remote: Compressing objects: 57% (320/561) 2025-06-05T23:22:16.5080187Z remote: Compressing objects: 58% (326/561) 2025-06-05T23:22:16.5080533Z remote: Compressing objects: 59% (331/561) 2025-06-05T23:22:16.5080898Z remote: Compressing objects: 60% (337/561) 2025-06-05T23:22:16.5081250Z remote: Compressing objects: 61% (343/561) 2025-06-05T23:22:16.5081620Z remote: Compressing objects: 62% (348/561) 2025-06-05T23:22:18.9582602Z remote: Compressing objects: 63% (354/561) 2025-06-05T23:22:18.9583336Z remote: Compressing objects: 64% (360/561) 2025-06-05T23:22:18.9583860Z remote: Compressing objects: 65% (365/561) 2025-06-05T23:22:18.9584396Z remote: Compressing objects: 66% (371/561) 2025-06-05T23:22:18.9584902Z remote: Compressing objects: 67% (376/561) 2025-06-05T23:22:18.9585443Z remote: Compressing objects: 68% (382/561) 2025-06-05T23:22:18.9585991Z remote: Compressing objects: 69% (388/561) 2025-06-05T23:22:18.9586659Z remote: Compressing objects: 70% (393/561) 2025-06-05T23:22:18.9587319Z remote: Compressing objects: 71% (399/561) 2025-06-05T23:22:18.9587968Z remote: Compressing objects: 72% (404/561) 2025-06-05T23:22:18.9588643Z remote: Compressing objects: 73% (410/561) 2025-06-05T23:22:18.9589380Z remote: Compressing objects: 74% (416/561) 2025-06-05T23:22:18.9590060Z remote: Compressing objects: 75% (421/561) 2025-06-05T23:22:18.9590753Z remote: Compressing objects: 76% (427/561) 2025-06-05T23:22:18.9591429Z remote: Compressing objects: 77% (432/561) 2025-06-05T23:22:18.9592094Z remote: Compressing objects: 78% (438/561) 2025-06-05T23:22:18.9592770Z remote: Compressing objects: 79% (444/561) 2025-06-05T23:22:18.9593434Z remote: Compressing objects: 80% (449/561) 2025-06-05T23:22:18.9594112Z remote: Compressing objects: 81% (455/561) 2025-06-05T23:22:18.9594731Z remote: Compressing objects: 82% (461/561) 2025-06-05T23:22:18.9595398Z remote: Compressing objects: 83% (466/561) 2025-06-05T23:22:18.9596062Z remote: Compressing objects: 84% (472/561) 2025-06-05T23:22:18.9596742Z remote: Compressing objects: 85% (477/561) 2025-06-05T23:22:18.9597418Z remote: Compressing objects: 86% (483/561) 2025-06-05T23:22:18.9598080Z remote: Compressing objects: 87% (489/561) 2025-06-05T23:22:18.9599013Z remote: Compressing objects: 88% (494/561) 2025-06-05T23:22:18.9599831Z remote: Compressing objects: 89% (500/561) 2025-06-05T23:22:18.9600512Z remote: Compressing objects: 90% (505/561) 2025-06-05T23:22:18.9601178Z remote: Compressing objects: 91% (511/561) 2025-06-05T23:22:18.9601853Z remote: Compressing objects: 92% (517/561) 2025-06-05T23:22:18.9602513Z remote: Compressing objects: 93% (522/561) 2025-06-05T23:22:18.9603194Z remote: Compressing objects: 94% (528/561) 2025-06-05T23:22:18.9603858Z remote: Compressing objects: 95% (533/561) 2025-06-05T23:22:18.9604506Z remote: Compressing objects: 96% (539/561) 2025-06-05T23:22:18.9605184Z remote: Compressing objects: 97% (545/561) 2025-06-05T23:22:18.9605925Z remote: Compressing objects: 98% (550/561) 2025-06-05T23:22:18.9606601Z remote: Compressing objects: 99% (556/561) 2025-06-05T23:22:18.9607273Z remote: Compressing objects: 100% (561/561) 2025-06-05T23:22:18.9608003Z remote: Compressing objects: 100% (561/561), done. 2025-06-05T23:22:18.9608704Z Receiving objects: 0% (1/128219) 2025-06-05T23:22:18.9609219Z Receiving objects: 1% (1283/128219) 2025-06-05T23:22:18.9609753Z Receiving objects: 2% (2565/128219) 2025-06-05T23:22:18.9610277Z Receiving objects: 3% (3847/128219) 2025-06-05T23:22:18.9610819Z Receiving objects: 4% (5129/128219) 2025-06-05T23:22:18.9611343Z Receiving objects: 5% (6411/128219) 2025-06-05T23:22:18.9611877Z Receiving objects: 6% (7694/128219) 2025-06-05T23:22:18.9621119Z Receiving objects: 7% (8976/128219) 2025-06-05T23:22:18.9621699Z Receiving objects: 8% (10258/128219) 2025-06-05T23:22:18.9622271Z Receiving objects: 9% (11540/128219) 2025-06-05T23:22:18.9622802Z Receiving objects: 10% (12822/128219) 2025-06-05T23:22:18.9623346Z Receiving objects: 11% (14105/128219) 2025-06-05T23:22:18.9623882Z Receiving objects: 12% (15387/128219) 2025-06-05T23:22:18.9624423Z Receiving objects: 13% (16669/128219) 2025-06-05T23:22:18.9624979Z Receiving objects: 14% (17951/128219) 2025-06-05T23:22:18.9625541Z Receiving objects: 15% (19233/128219) 2025-06-05T23:22:18.9626094Z Receiving objects: 16% (20516/128219) 2025-06-05T23:22:18.9626633Z Receiving objects: 17% (21798/128219) 2025-06-05T23:22:18.9627192Z Receiving objects: 18% (23080/128219) 2025-06-05T23:22:18.9627733Z Receiving objects: 19% (24362/128219) 2025-06-05T23:22:18.9628413Z Receiving objects: 20% (25644/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9629251Z Receiving objects: 21% (26926/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9630073Z Receiving objects: 22% (28209/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9630904Z Receiving objects: 23% (29491/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9631714Z Receiving objects: 24% (30773/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9632550Z Receiving objects: 25% (32055/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9633351Z Receiving objects: 26% (33337/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9634184Z Receiving objects: 27% (34620/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9635015Z Receiving objects: 28% (35902/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9635831Z Receiving objects: 28% (36875/128219), 20.21 MiB | 40.41 MiB/s 2025-06-05T23:22:18.9636659Z Receiving objects: 29% (37184/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9637474Z Receiving objects: 30% (38466/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9638302Z Receiving objects: 31% (39748/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9639114Z Receiving objects: 32% (41031/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9639939Z Receiving objects: 33% (42313/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9640762Z Receiving objects: 34% (43595/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9641566Z Receiving objects: 35% (44877/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9642561Z Receiving objects: 36% (46159/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9643689Z Receiving objects: 37% (47442/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9644508Z Receiving objects: 38% (48724/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9645325Z Receiving objects: 39% (50006/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9646215Z Receiving objects: 40% (51288/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9647031Z Receiving objects: 41% (52570/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9647837Z Receiving objects: 42% (53852/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9648652Z Receiving objects: 43% (55135/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9649463Z Receiving objects: 44% (56417/128219), 43.39 MiB | 43.38 MiB/s 2025-06-05T23:22:18.9650298Z Receiving objects: 45% (57699/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9651104Z Receiving objects: 46% (58981/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9651936Z Receiving objects: 47% (60263/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9652772Z Receiving objects: 48% (61546/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9653587Z Receiving objects: 49% (62828/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9654407Z Receiving objects: 50% (64110/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9655217Z Receiving objects: 51% (65392/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9656035Z Receiving objects: 52% (66674/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9656839Z Receiving objects: 53% (67957/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9657664Z Receiving objects: 54% (69239/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9658465Z Receiving objects: 55% (70521/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9659282Z Receiving objects: 56% (71803/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9660127Z Receiving objects: 57% (73085/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9660942Z Receiving objects: 58% (74368/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9661751Z Receiving objects: 59% (75650/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9662519Z Receiving objects: 60% (76932/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9663294Z Receiving objects: 61% (78214/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9664075Z Receiving objects: 62% (79496/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9664886Z Receiving objects: 63% (80778/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9665733Z Receiving objects: 64% (82061/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9666466Z Receiving objects: 65% (83343/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9667114Z Receiving objects: 66% (84625/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9667748Z Receiving objects: 67% (85907/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9668432Z Receiving objects: 68% (87189/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9669096Z Receiving objects: 69% (88472/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9669775Z Receiving objects: 70% (89754/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9670355Z Receiving objects: 71% (91036/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9670781Z Receiving objects: 72% (92318/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9671215Z Receiving objects: 73% (93600/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9671634Z Receiving objects: 74% (94883/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9672069Z Receiving objects: 75% (96165/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9672487Z Receiving objects: 76% (97447/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9672924Z Receiving objects: 77% (98729/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9673367Z Receiving objects: 78% (100011/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9673799Z Receiving objects: 79% (101294/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9674409Z Receiving objects: 80% (102576/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9674932Z Receiving objects: 81% (103858/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9675374Z Receiving objects: 82% (105140/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9675799Z Receiving objects: 83% (106422/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9676238Z Receiving objects: 83% (106640/128219), 66.68 MiB | 44.44 MiB/s 2025-06-05T23:22:18.9676678Z Receiving objects: 84% (107704/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9677102Z Receiving objects: 85% (108987/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9677539Z Receiving objects: 86% (110269/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9677967Z Receiving objects: 87% (111551/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9678403Z Receiving objects: 88% (112833/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9678831Z Receiving objects: 89% (114115/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9679276Z Receiving objects: 90% (115398/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9679718Z Receiving objects: 91% (116680/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9680142Z Receiving objects: 92% (117962/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9680581Z Receiving objects: 93% (119244/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9681005Z Receiving objects: 94% (120526/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9681443Z Receiving objects: 95% (121809/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9681869Z Receiving objects: 96% (123091/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9682307Z Receiving objects: 97% (124373/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9682743Z Receiving objects: 98% (125655/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9683165Z Receiving objects: 99% (126937/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:18.9683708Z remote: Total 128219 (delta 973), reused 1482 (delta 970), pack-reused 126685 (from 1) 2025-06-05T23:22:20.5917188Z Receiving objects: 100% (128219/128219), 89.54 MiB | 44.76 MiB/s 2025-06-05T23:22:20.5918239Z Receiving objects: 100% (128219/128219), 107.15 MiB | 43.98 MiB/s, done. 2025-06-05T23:22:20.5918756Z Resolving deltas: 0% (0/106077) 2025-06-05T23:22:20.5919099Z Resolving deltas: 1% (1061/106077) 2025-06-05T23:22:20.5919381Z Resolving deltas: 2% (2122/106077) 2025-06-05T23:22:20.5919760Z Resolving deltas: 3% (3183/106077) 2025-06-05T23:22:20.5920061Z Resolving deltas: 4% (4244/106077) 2025-06-05T23:22:20.5920350Z Resolving deltas: 5% (5304/106077) 2025-06-05T23:22:20.5920627Z Resolving deltas: 6% (6365/106077) 2025-06-05T23:22:20.5920914Z Resolving deltas: 7% (7426/106077) 2025-06-05T23:22:20.5921188Z Resolving deltas: 8% (8487/106077) 2025-06-05T23:22:20.5921472Z Resolving deltas: 9% (9547/106077) 2025-06-05T23:22:20.5921766Z Resolving deltas: 10% (10608/106077) 2025-06-05T23:22:20.5922046Z Resolving deltas: 11% (11669/106077) 2025-06-05T23:22:20.5922348Z Resolving deltas: 12% (12730/106077) 2025-06-05T23:22:20.5922635Z Resolving deltas: 13% (13791/106077) 2025-06-05T23:22:20.5922924Z Resolving deltas: 14% (14851/106077) 2025-06-05T23:22:20.5923200Z Resolving deltas: 15% (15912/106077) 2025-06-05T23:22:20.5923488Z Resolving deltas: 16% (16973/106077) 2025-06-05T23:22:20.5923762Z Resolving deltas: 17% (18034/106077) 2025-06-05T23:22:20.5924051Z Resolving deltas: 18% (19094/106077) 2025-06-05T23:22:20.5924327Z Resolving deltas: 19% (20156/106077) 2025-06-05T23:22:20.5924615Z Resolving deltas: 20% (21216/106077) 2025-06-05T23:22:20.5924903Z Resolving deltas: 21% (22277/106077) 2025-06-05T23:22:20.5925179Z Resolving deltas: 22% (23337/106077) 2025-06-05T23:22:20.5925468Z Resolving deltas: 23% (24398/106077) 2025-06-05T23:22:20.5925876Z Resolving deltas: 24% (25459/106077) 2025-06-05T23:22:20.5926168Z Resolving deltas: 25% (26520/106077) 2025-06-05T23:22:20.5926522Z Resolving deltas: 26% (27581/106077) 2025-06-05T23:22:20.5927065Z Resolving deltas: 27% (28641/106077) 2025-06-05T23:22:20.5927346Z Resolving deltas: 28% (29702/106077) 2025-06-05T23:22:20.5927747Z Resolving deltas: 29% (30763/106077) 2025-06-05T23:22:20.5928036Z Resolving deltas: 30% (31826/106077) 2025-06-05T23:22:20.5928313Z Resolving deltas: 31% (32884/106077) 2025-06-05T23:22:20.5928604Z Resolving deltas: 32% (33945/106077) 2025-06-05T23:22:20.5928882Z Resolving deltas: 33% (35006/106077) 2025-06-05T23:22:20.5929170Z Resolving deltas: 34% (36067/106077) 2025-06-05T23:22:20.5929446Z Resolving deltas: 35% (37127/106077) 2025-06-05T23:22:20.5929736Z Resolving deltas: 36% (38189/106077) 2025-06-05T23:22:20.5930014Z Resolving deltas: 37% (39249/106077) 2025-06-05T23:22:20.5930302Z Resolving deltas: 38% (40310/106077) 2025-06-05T23:22:20.5930583Z Resolving deltas: 39% (41371/106077) 2025-06-05T23:22:20.5930873Z Resolving deltas: 40% (42431/106077) 2025-06-05T23:22:20.5931165Z Resolving deltas: 41% (43492/106077) 2025-06-05T23:22:20.5931446Z Resolving deltas: 42% (44553/106077) 2025-06-05T23:22:20.5931737Z Resolving deltas: 43% (45614/106077) 2025-06-05T23:22:20.5932017Z Resolving deltas: 44% (46674/106077) 2025-06-05T23:22:20.5932310Z Resolving deltas: 45% (47735/106077) 2025-06-05T23:22:20.5932619Z Resolving deltas: 46% (48796/106077) 2025-06-05T23:22:20.5932909Z Resolving deltas: 47% (49857/106077) 2025-06-05T23:22:20.5933185Z Resolving deltas: 48% (50917/106077) 2025-06-05T23:22:20.5933475Z Resolving deltas: 49% (51978/106077) 2025-06-05T23:22:20.5933764Z Resolving deltas: 50% (53039/106077) 2025-06-05T23:22:20.5934041Z Resolving deltas: 51% (54100/106077) 2025-06-05T23:22:20.5934331Z Resolving deltas: 52% (55161/106077) 2025-06-05T23:22:20.5934609Z Resolving deltas: 53% (56221/106077) 2025-06-05T23:22:20.5934903Z Resolving deltas: 54% (57282/106077) 2025-06-05T23:22:20.5935180Z Resolving deltas: 55% (58343/106077) 2025-06-05T23:22:20.5935471Z Resolving deltas: 56% (59404/106077) 2025-06-05T23:22:20.5935748Z Resolving deltas: 57% (60464/106077) 2025-06-05T23:22:20.5936047Z Resolving deltas: 58% (61525/106077) 2025-06-05T23:22:20.5936327Z Resolving deltas: 59% (62587/106077) 2025-06-05T23:22:20.5936617Z Resolving deltas: 60% (63647/106077) 2025-06-05T23:22:20.5936906Z Resolving deltas: 61% (64707/106077) 2025-06-05T23:22:20.5937180Z Resolving deltas: 62% (65768/106077) 2025-06-05T23:22:20.5937469Z Resolving deltas: 63% (66829/106077) 2025-06-05T23:22:20.5937743Z Resolving deltas: 64% (67890/106077) 2025-06-05T23:22:20.5938030Z Resolving deltas: 65% (68951/106077) 2025-06-05T23:22:20.5938304Z Resolving deltas: 66% (70011/106077) 2025-06-05T23:22:20.5938590Z Resolving deltas: 67% (71072/106077) 2025-06-05T23:22:20.5938862Z Resolving deltas: 68% (72133/106077) 2025-06-05T23:22:20.5939148Z Resolving deltas: 69% (73194/106077) 2025-06-05T23:22:20.5939434Z Resolving deltas: 70% (74254/106077) 2025-06-05T23:22:20.5939721Z Resolving deltas: 71% (75315/106077) 2025-06-05T23:22:20.5939996Z Resolving deltas: 72% (76376/106077) 2025-06-05T23:22:20.5940289Z Resolving deltas: 73% (77437/106077) 2025-06-05T23:22:20.5940569Z Resolving deltas: 74% (78497/106077) 2025-06-05T23:22:20.5940858Z Resolving deltas: 75% (79558/106077) 2025-06-05T23:22:20.5941131Z Resolving deltas: 76% (80621/106077) 2025-06-05T23:22:20.5941420Z Resolving deltas: 77% (81680/106077) 2025-06-05T23:22:20.5941693Z Resolving deltas: 78% (82741/106077) 2025-06-05T23:22:20.5941979Z Resolving deltas: 79% (83801/106077) 2025-06-05T23:22:20.5942252Z Resolving deltas: 80% (84862/106077) 2025-06-05T23:22:20.5942537Z Resolving deltas: 81% (85923/106077) 2025-06-05T23:22:20.5942826Z Resolving deltas: 82% (86984/106077) 2025-06-05T23:22:20.5943314Z Resolving deltas: 83% (88044/106077) 2025-06-05T23:22:20.5943613Z Resolving deltas: 84% (89105/106077) 2025-06-05T23:22:20.5943887Z Resolving deltas: 85% (90166/106077) 2025-06-05T23:22:20.5944174Z Resolving deltas: 86% (91227/106077) 2025-06-05T23:22:20.5944462Z Resolving deltas: 87% (92287/106077) 2025-06-05T23:22:20.5944907Z Resolving deltas: 88% (93348/106077) 2025-06-05T23:22:20.5945185Z Resolving deltas: 88% (94338/106077) 2025-06-05T23:22:20.5945568Z Resolving deltas: 89% (94409/106077) 2025-06-05T23:22:20.5945856Z Resolving deltas: 90% (95470/106077) 2025-06-05T23:22:20.5946131Z Resolving deltas: 91% (96531/106077) 2025-06-05T23:22:20.5946422Z Resolving deltas: 92% (97591/106077) 2025-06-05T23:22:20.5946702Z Resolving deltas: 93% (98652/106077) 2025-06-05T23:22:20.5946989Z Resolving deltas: 94% (99713/106077) 2025-06-05T23:22:20.5947270Z Resolving deltas: 95% (100774/106077) 2025-06-05T23:22:20.5947565Z Resolving deltas: 96% (101834/106077) 2025-06-05T23:22:20.5947847Z Resolving deltas: 97% (102895/106077) 2025-06-05T23:22:20.5948135Z Resolving deltas: 98% (103956/106077) 2025-06-05T23:22:20.5948413Z Resolving deltas: 99% (105017/106077) 2025-06-05T23:22:20.5948704Z Resolving deltas: 100% (106077/106077) 2025-06-05T23:22:20.5949015Z Resolving deltas: 100% (106077/106077), done. 2025-06-05T23:22:20.5949596Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/json'... 2025-06-05T23:22:20.5950197Z remote: Enumerating objects: 60588, done. 2025-06-05T23:22:20.5950544Z remote: Counting objects: 0% (1/759) 2025-06-05T23:22:20.5950884Z remote: Counting objects: 1% (8/759) 2025-06-05T23:22:20.5951213Z remote: Counting objects: 2% (16/759) 2025-06-05T23:22:20.5951561Z remote: Counting objects: 3% (23/759) 2025-06-05T23:22:20.5951904Z remote: Counting objects: 4% (31/759) 2025-06-05T23:22:20.5952236Z remote: Counting objects: 5% (38/759) 2025-06-05T23:22:20.5952576Z remote: Counting objects: 6% (46/759) 2025-06-05T23:22:20.5952902Z remote: Counting objects: 7% (54/759) 2025-06-05T23:22:20.5953240Z remote: Counting objects: 8% (61/759) 2025-06-05T23:22:20.5953566Z remote: Counting objects: 9% (69/759) 2025-06-05T23:22:20.5953904Z remote: Counting objects: 10% (76/759) 2025-06-05T23:22:20.5954238Z remote: Counting objects: 11% (84/759) 2025-06-05T23:22:20.5954580Z remote: Counting objects: 12% (92/759) 2025-06-05T23:22:20.5954920Z remote: Counting objects: 13% (99/759) 2025-06-05T23:22:20.5955250Z remote: Counting objects: 14% (107/759) 2025-06-05T23:22:20.5955595Z remote: Counting objects: 15% (114/759) 2025-06-05T23:22:20.5955926Z remote: Counting objects: 16% (122/759) 2025-06-05T23:22:20.5956268Z remote: Counting objects: 17% (130/759) 2025-06-05T23:22:20.5956601Z remote: Counting objects: 18% (137/759) 2025-06-05T23:22:20.5956947Z remote: Counting objects: 19% (145/759) 2025-06-05T23:22:20.5957279Z remote: Counting objects: 20% (152/759) 2025-06-05T23:22:20.5957622Z remote: Counting objects: 21% (160/759) 2025-06-05T23:22:20.5957965Z remote: Counting objects: 22% (167/759) 2025-06-05T23:22:20.5958295Z remote: Counting objects: 23% (175/759) 2025-06-05T23:22:20.5958638Z remote: Counting objects: 24% (183/759) 2025-06-05T23:22:20.5958973Z remote: Counting objects: 25% (190/759) 2025-06-05T23:22:20.5959314Z remote: Counting objects: 26% (198/759) 2025-06-05T23:22:20.5959644Z remote: Counting objects: 27% (205/759) 2025-06-05T23:22:20.5959989Z remote: Counting objects: 28% (213/759) 2025-06-05T23:22:20.5960322Z remote: Counting objects: 29% (221/759) 2025-06-05T23:22:20.5960665Z remote: Counting objects: 30% (228/759) 2025-06-05T23:22:20.5961007Z remote: Counting objects: 31% (236/759) 2025-06-05T23:22:20.5961336Z remote: Counting objects: 32% (243/759) 2025-06-05T23:22:20.5961678Z remote: Counting objects: 33% (251/759) 2025-06-05T23:22:20.5962010Z remote: Counting objects: 34% (259/759) 2025-06-05T23:22:20.5962352Z remote: Counting objects: 35% (266/759) 2025-06-05T23:22:20.5962682Z remote: Counting objects: 36% (274/759) 2025-06-05T23:22:20.5963117Z remote: Counting objects: 37% (281/759) 2025-06-05T23:22:20.5963545Z remote: Counting objects: 38% (289/759) 2025-06-05T23:22:20.5963993Z remote: Counting objects: 39% (297/759) 2025-06-05T23:22:20.5964340Z remote: Counting objects: 40% (304/759) 2025-06-05T23:22:20.5964672Z remote: Counting objects: 41% (312/759) 2025-06-05T23:22:20.5965018Z remote: Counting objects: 42% (319/759) 2025-06-05T23:22:20.5965348Z remote: Counting objects: 43% (327/759) 2025-06-05T23:22:20.5965758Z remote: Counting objects: 44% (334/759) 2025-06-05T23:22:20.5966091Z remote: Counting objects: 45% (342/759) 2025-06-05T23:22:20.5966437Z remote: Counting objects: 46% (350/759) 2025-06-05T23:22:20.5966769Z remote: Counting objects: 47% (357/759) 2025-06-05T23:22:20.5967120Z remote: Counting objects: 48% (365/759) 2025-06-05T23:22:20.5967468Z remote: Counting objects: 49% (372/759) 2025-06-05T23:22:20.5967802Z remote: Counting objects: 50% (380/759) 2025-06-05T23:22:20.5968147Z remote: Counting objects: 51% (388/759) 2025-06-05T23:22:20.5968486Z remote: Counting objects: 52% (395/759) 2025-06-05T23:22:20.5968834Z remote: Counting objects: 53% (403/759) 2025-06-05T23:22:20.5969166Z remote: Counting objects: 54% (410/759) 2025-06-05T23:22:20.5969512Z remote: Counting objects: 55% (418/759) 2025-06-05T23:22:20.5969845Z remote: Counting objects: 56% (426/759) 2025-06-05T23:22:20.5970195Z remote: Counting objects: 57% (433/759) 2025-06-05T23:22:20.5970544Z remote: Counting objects: 58% (441/759) 2025-06-05T23:22:20.5970875Z remote: Counting objects: 59% (448/759) 2025-06-05T23:22:20.5971220Z remote: Counting objects: 60% (456/759) 2025-06-05T23:22:20.5971553Z remote: Counting objects: 61% (463/759) 2025-06-05T23:22:20.5971894Z remote: Counting objects: 62% (471/759) 2025-06-05T23:22:20.5972228Z remote: Counting objects: 63% (479/759) 2025-06-05T23:22:20.5972572Z remote: Counting objects: 64% (486/759) 2025-06-05T23:22:20.5972922Z remote: Counting objects: 65% (494/759) 2025-06-05T23:22:20.5973254Z remote: Counting objects: 66% (501/759) 2025-06-05T23:22:20.5973597Z remote: Counting objects: 67% (509/759) 2025-06-05T23:22:20.5973928Z remote: Counting objects: 68% (517/759) 2025-06-05T23:22:20.5974388Z remote: Counting objects: 69% (524/759) 2025-06-05T23:22:20.5974814Z remote: Counting objects: 70% (532/759) 2025-06-05T23:22:20.5975161Z remote: Counting objects: 71% (539/759) 2025-06-05T23:22:20.5975492Z remote: Counting objects: 72% (547/759) 2025-06-05T23:22:20.5975836Z remote: Counting objects: 73% (555/759) 2025-06-05T23:22:20.5976178Z remote: Counting objects: 74% (562/759) 2025-06-05T23:22:20.5976507Z remote: Counting objects: 75% (570/759) 2025-06-05T23:22:20.5976846Z remote: Counting objects: 76% (577/759) 2025-06-05T23:22:20.5977181Z remote: Counting objects: 77% (585/759) 2025-06-05T23:22:20.5977528Z remote: Counting objects: 78% (593/759) 2025-06-05T23:22:20.5977857Z remote: Counting objects: 79% (600/759) 2025-06-05T23:22:20.5978198Z remote: Counting objects: 80% (608/759) 2025-06-05T23:22:25.0849071Z remote: Counting objects: 81% (615/759) 2025-06-05T23:22:25.0849826Z remote: Counting objects: 82% (623/759) 2025-06-05T23:22:25.0850293Z remote: Counting objects: 83% (630/759) 2025-06-05T23:22:25.0850722Z remote: Counting objects: 84% (638/759) 2025-06-05T23:22:25.0851071Z remote: Counting objects: 85% (646/759) 2025-06-05T23:22:25.0851406Z remote: Counting objects: 86% (653/759) 2025-06-05T23:22:25.0851753Z remote: Counting objects: 87% (661/759) 2025-06-05T23:22:25.0852087Z remote: Counting objects: 88% (668/759) 2025-06-05T23:22:25.0852492Z remote: Counting objects: 89% (676/759) 2025-06-05T23:22:25.0853244Z remote: Counting objects: 90% (684/759) 2025-06-05T23:22:25.0853716Z remote: Counting objects: 91% (691/759) 2025-06-05T23:22:25.0854050Z remote: Counting objects: 92% (699/759) 2025-06-05T23:22:25.0854403Z remote: Counting objects: 93% (706/759) 2025-06-05T23:22:25.0854792Z remote: Counting objects: 94% (714/759) 2025-06-05T23:22:25.0855128Z remote: Counting objects: 95% (722/759) 2025-06-05T23:22:25.0855475Z remote: Counting objects: 96% (729/759) 2025-06-05T23:22:25.0855804Z remote: Counting objects: 97% (737/759) 2025-06-05T23:22:25.0856148Z remote: Counting objects: 98% (744/759) 2025-06-05T23:22:25.0856476Z remote: Counting objects: 99% (752/759) 2025-06-05T23:22:25.0856813Z remote: Counting objects: 100% (759/759) 2025-06-05T23:22:25.0857172Z remote: Counting objects: 100% (759/759), done. 2025-06-05T23:22:25.0857556Z remote: Compressing objects: 0% (1/497) 2025-06-05T23:22:25.0857917Z remote: Compressing objects: 1% (5/497) 2025-06-05T23:22:25.0858271Z remote: Compressing objects: 2% (10/497) 2025-06-05T23:22:25.0858635Z remote: Compressing objects: 3% (15/497) 2025-06-05T23:22:25.0858981Z remote: Compressing objects: 4% (20/497) 2025-06-05T23:22:25.0859346Z remote: Compressing objects: 5% (25/497) 2025-06-05T23:22:25.0859746Z remote: Compressing objects: 6% (30/497) 2025-06-05T23:22:25.0860106Z remote: Compressing objects: 7% (35/497) 2025-06-05T23:22:25.0860453Z remote: Compressing objects: 8% (40/497) 2025-06-05T23:22:25.0860807Z remote: Compressing objects: 9% (45/497) 2025-06-05T23:22:25.0861161Z remote: Compressing objects: 10% (50/497) 2025-06-05T23:22:25.0861508Z remote: Compressing objects: 11% (55/497) 2025-06-05T23:22:25.0861864Z remote: Compressing objects: 12% (60/497) 2025-06-05T23:22:25.0862348Z remote: Compressing objects: 13% (65/497) 2025-06-05T23:22:25.0862692Z remote: Compressing objects: 14% (70/497) 2025-06-05T23:22:25.0863064Z remote: Compressing objects: 15% (75/497) 2025-06-05T23:22:25.0863410Z remote: Compressing objects: 16% (80/497) 2025-06-05T23:22:25.0863774Z remote: Compressing objects: 17% (85/497) 2025-06-05T23:22:25.0864120Z remote: Compressing objects: 18% (90/497) 2025-06-05T23:22:25.0864494Z remote: Compressing objects: 19% (95/497) 2025-06-05T23:22:25.0864980Z remote: Compressing objects: 20% (100/497) 2025-06-05T23:22:25.0865339Z remote: Compressing objects: 21% (105/497) 2025-06-05T23:22:25.0865705Z remote: Compressing objects: 22% (110/497) 2025-06-05T23:22:25.0866059Z remote: Compressing objects: 23% (115/497) 2025-06-05T23:22:25.0866427Z remote: Compressing objects: 24% (120/497) 2025-06-05T23:22:25.0866780Z remote: Compressing objects: 25% (125/497) 2025-06-05T23:22:25.0867149Z remote: Compressing objects: 26% (130/497) 2025-06-05T23:22:25.0867504Z remote: Compressing objects: 27% (135/497) 2025-06-05T23:22:25.0867880Z remote: Compressing objects: 28% (140/497) 2025-06-05T23:22:25.0868238Z remote: Compressing objects: 29% (145/497) 2025-06-05T23:22:25.0868594Z remote: Compressing objects: 30% (150/497) 2025-06-05T23:22:25.0868953Z remote: Compressing objects: 31% (155/497) 2025-06-05T23:22:25.0869307Z remote: Compressing objects: 32% (160/497) 2025-06-05T23:22:25.0869671Z remote: Compressing objects: 33% (165/497) 2025-06-05T23:22:25.0870020Z remote: Compressing objects: 34% (169/497) 2025-06-05T23:22:25.0870381Z remote: Compressing objects: 35% (174/497) 2025-06-05T23:22:25.0870734Z remote: Compressing objects: 36% (179/497) 2025-06-05T23:22:25.0871095Z remote: Compressing objects: 37% (184/497) 2025-06-05T23:22:25.0871461Z remote: Compressing objects: 38% (189/497) 2025-06-05T23:22:25.0871966Z remote: Compressing objects: 39% (194/497) 2025-06-05T23:22:25.0872417Z remote: Compressing objects: 40% (199/497) 2025-06-05T23:22:25.0872768Z remote: Compressing objects: 41% (204/497) 2025-06-05T23:22:25.0873138Z remote: Compressing objects: 42% (209/497) 2025-06-05T23:22:25.0873490Z remote: Compressing objects: 43% (214/497) 2025-06-05T23:22:25.0873962Z remote: Compressing objects: 44% (219/497) 2025-06-05T23:22:25.0874313Z remote: Compressing objects: 45% (224/497) 2025-06-05T23:22:25.0874679Z remote: Compressing objects: 46% (229/497) 2025-06-05T23:22:25.0875039Z remote: Compressing objects: 47% (234/497) 2025-06-05T23:22:25.0875387Z remote: Compressing objects: 48% (239/497) 2025-06-05T23:22:25.0875754Z remote: Compressing objects: 49% (244/497) 2025-06-05T23:22:25.0876158Z remote: Compressing objects: 50% (249/497) 2025-06-05T23:22:25.0876577Z remote: Compressing objects: 51% (254/497) 2025-06-05T23:22:25.0876925Z remote: Compressing objects: 52% (259/497) 2025-06-05T23:22:25.0877285Z remote: Compressing objects: 53% (264/497) 2025-06-05T23:22:25.0877631Z remote: Compressing objects: 54% (269/497) 2025-06-05T23:22:25.0877990Z remote: Compressing objects: 55% (274/497) 2025-06-05T23:22:25.0878350Z remote: Compressing objects: 56% (279/497) 2025-06-05T23:22:25.0878699Z remote: Compressing objects: 57% (284/497) 2025-06-05T23:22:25.0879059Z remote: Compressing objects: 58% (289/497) 2025-06-05T23:22:25.0879408Z remote: Compressing objects: 59% (294/497) 2025-06-05T23:22:25.0879766Z remote: Compressing objects: 60% (299/497) 2025-06-05T23:22:25.0880115Z remote: Compressing objects: 61% (304/497) 2025-06-05T23:22:25.0880470Z remote: Compressing objects: 62% (309/497) 2025-06-05T23:22:25.0880826Z remote: Compressing objects: 63% (314/497) 2025-06-05T23:22:25.0881177Z remote: Compressing objects: 64% (319/497) 2025-06-05T23:22:25.0881540Z remote: Compressing objects: 65% (324/497) 2025-06-05T23:22:25.0881891Z remote: Compressing objects: 66% (329/497) 2025-06-05T23:22:25.0882250Z remote: Compressing objects: 67% (333/497) 2025-06-05T23:22:25.0882602Z remote: Compressing objects: 68% (338/497) 2025-06-05T23:22:25.0883090Z remote: Compressing objects: 69% (343/497) 2025-06-05T23:22:25.0883509Z remote: Compressing objects: 70% (348/497) 2025-06-05T23:22:25.0883873Z remote: Compressing objects: 71% (353/497) 2025-06-05T23:22:25.0884235Z remote: Compressing objects: 72% (358/497) 2025-06-05T23:22:25.0884587Z remote: Compressing objects: 73% (363/497) 2025-06-05T23:22:25.0884963Z remote: Compressing objects: 74% (368/497) 2025-06-05T23:22:25.0885323Z remote: Compressing objects: 75% (373/497) 2025-06-05T23:22:25.0885805Z remote: Compressing objects: 76% (378/497) 2025-06-05T23:22:25.0886170Z remote: Compressing objects: 77% (383/497) 2025-06-05T23:22:25.0886546Z remote: Compressing objects: 78% (388/497) 2025-06-05T23:22:25.0886896Z remote: Compressing objects: 79% (393/497) 2025-06-05T23:22:25.0887263Z remote: Compressing objects: 80% (398/497) 2025-06-05T23:22:25.0887614Z remote: Compressing objects: 81% (403/497) 2025-06-05T23:22:25.0887979Z remote: Compressing objects: 82% (408/497) 2025-06-05T23:22:25.0888345Z remote: Compressing objects: 83% (413/497) 2025-06-05T23:22:25.0888696Z remote: Compressing objects: 84% (418/497) 2025-06-05T23:22:25.0889062Z remote: Compressing objects: 85% (423/497) 2025-06-05T23:22:25.0889417Z remote: Compressing objects: 86% (428/497) 2025-06-05T23:22:25.0889783Z remote: Compressing objects: 87% (433/497) 2025-06-05T23:22:25.0890209Z remote: Compressing objects: 88% (438/497) 2025-06-05T23:22:25.0890725Z remote: Compressing objects: 89% (443/497) 2025-06-05T23:22:25.0891096Z remote: Compressing objects: 90% (448/497) 2025-06-05T23:22:25.0891505Z remote: Compressing objects: 91% (453/497) 2025-06-05T23:22:25.0891871Z remote: Compressing objects: 92% (458/497) 2025-06-05T23:22:25.0892221Z remote: Compressing objects: 93% (463/497) 2025-06-05T23:22:25.0892582Z remote: Compressing objects: 94% (468/497) 2025-06-05T23:22:25.0893021Z remote: Compressing objects: 95% (473/497) 2025-06-05T23:22:25.0893389Z remote: Compressing objects: 96% (478/497) 2025-06-05T23:22:25.0893732Z remote: Compressing objects: 97% (483/497) 2025-06-05T23:22:25.0894089Z remote: Compressing objects: 98% (488/497) 2025-06-05T23:22:25.0894447Z remote: Compressing objects: 99% (493/497) 2025-06-05T23:22:25.0894791Z remote: Compressing objects: 100% (497/497) 2025-06-05T23:22:25.0895199Z remote: Compressing objects: 100% (497/497), done. 2025-06-05T23:22:25.0895608Z Receiving objects: 0% (1/60588) 2025-06-05T23:22:25.0895899Z Receiving objects: 1% (606/60588) 2025-06-05T23:22:25.0896182Z Receiving objects: 2% (1212/60588) 2025-06-05T23:22:25.0896474Z Receiving objects: 3% (1818/60588) 2025-06-05T23:22:25.0896748Z Receiving objects: 4% (2424/60588) 2025-06-05T23:22:25.0897032Z Receiving objects: 5% (3030/60588) 2025-06-05T23:22:25.0897321Z Receiving objects: 6% (3636/60588) 2025-06-05T23:22:25.0897595Z Receiving objects: 7% (4242/60588) 2025-06-05T23:22:25.0897936Z Receiving objects: 8% (4848/60588) 2025-06-05T23:22:25.0898320Z Receiving objects: 9% (5453/60588) 2025-06-05T23:22:25.0898609Z Receiving objects: 10% (6059/60588) 2025-06-05T23:22:25.0898885Z Receiving objects: 11% (6665/60588) 2025-06-05T23:22:25.0899171Z Receiving objects: 12% (7271/60588) 2025-06-05T23:22:25.0899441Z Receiving objects: 13% (7877/60588) 2025-06-05T23:22:25.0899728Z Receiving objects: 14% (8483/60588) 2025-06-05T23:22:25.0900001Z Receiving objects: 15% (9089/60588) 2025-06-05T23:22:25.0900291Z Receiving objects: 16% (9695/60588) 2025-06-05T23:22:25.0900591Z Receiving objects: 17% (10300/60588) 2025-06-05T23:22:25.0900871Z Receiving objects: 18% (10906/60588) 2025-06-05T23:22:25.0901229Z Receiving objects: 19% (11512/60588), 30.52 MiB | 61.02 MiB/s 2025-06-05T23:22:25.0901653Z Receiving objects: 19% (11852/60588), 33.87 MiB | 33.87 MiB/s 2025-06-05T23:22:25.0902085Z Receiving objects: 20% (12118/60588), 33.87 MiB | 33.87 MiB/s 2025-06-05T23:22:25.0902581Z Receiving objects: 21% (12724/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0903062Z Receiving objects: 22% (13330/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0903492Z Receiving objects: 23% (13936/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0903913Z Receiving objects: 24% (14542/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0904342Z Receiving objects: 25% (15147/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0904757Z Receiving objects: 26% (15753/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0905234Z Receiving objects: 27% (16359/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0905653Z Receiving objects: 28% (16965/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0906082Z Receiving objects: 29% (17571/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0906503Z Receiving objects: 30% (18177/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0906931Z Receiving objects: 31% (18783/60588), 37.69 MiB | 25.12 MiB/s 2025-06-05T23:22:25.0907360Z Receiving objects: 31% (19104/60588), 54.61 MiB | 27.30 MiB/s 2025-06-05T23:22:25.0907813Z Receiving objects: 32% (19389/60588), 54.61 MiB | 27.30 MiB/s 2025-06-05T23:22:25.0908341Z Receiving objects: 33% (19995/60588), 73.04 MiB | 29.21 MiB/s 2025-06-05T23:22:25.0908756Z Receiving objects: 33% (20373/60588), 98.41 MiB | 32.80 MiB/s 2025-06-05T23:22:28.4754141Z Receiving objects: 33% (20380/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4755041Z Receiving objects: 34% (20600/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4756251Z Receiving objects: 35% (21206/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4757238Z Receiving objects: 36% (21812/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4758026Z Receiving objects: 37% (22418/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4758852Z Receiving objects: 38% (23024/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4759670Z Receiving objects: 39% (23630/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4760493Z Receiving objects: 40% (24236/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4761324Z Receiving objects: 41% (24842/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4762213Z Receiving objects: 42% (25447/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4763027Z Receiving objects: 43% (26053/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4763855Z Receiving objects: 44% (26659/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4764674Z Receiving objects: 45% (27265/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4765512Z Receiving objects: 46% (27871/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4766589Z Receiving objects: 47% (28477/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4767407Z Receiving objects: 48% (29083/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4768229Z Receiving objects: 49% (29689/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4769046Z Receiving objects: 50% (30294/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4769873Z Receiving objects: 51% (30900/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4770662Z Receiving objects: 52% (31506/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4771448Z Receiving objects: 53% (32112/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4772252Z Receiving objects: 54% (32718/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4773068Z Receiving objects: 55% (33324/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4773890Z Receiving objects: 56% (33930/60588), 150.91 MiB | 37.72 MiB/s 2025-06-05T23:22:28.4774717Z Receiving objects: 57% (34536/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4775547Z Receiving objects: 58% (35142/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4776354Z Receiving objects: 59% (35747/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4777180Z Receiving objects: 60% (36353/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4777990Z Receiving objects: 61% (36959/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4778823Z Receiving objects: 62% (37565/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4779633Z Receiving objects: 63% (38171/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4780453Z Receiving objects: 64% (38777/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4781289Z Receiving objects: 65% (39383/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4782106Z Receiving objects: 66% (39989/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4782935Z Receiving objects: 67% (40594/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4783756Z Receiving objects: 68% (41200/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4784589Z Receiving objects: 69% (41806/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4785411Z Receiving objects: 70% (42412/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4786221Z Receiving objects: 71% (43018/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4787021Z Receiving objects: 72% (43624/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4787821Z Receiving objects: 73% (44230/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4788662Z Receiving objects: 74% (44836/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4789475Z Receiving objects: 75% (45441/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4790305Z Receiving objects: 76% (46047/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4791126Z Receiving objects: 77% (46653/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4791937Z Receiving objects: 78% (47259/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4792950Z Receiving objects: 79% (47865/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4793870Z Receiving objects: 80% (48471/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4794704Z Receiving objects: 81% (49077/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4795524Z Receiving objects: 82% (49683/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4796355Z Receiving objects: 83% (50289/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4797174Z Receiving objects: 84% (50894/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4797937Z Receiving objects: 85% (51500/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4798741Z Receiving objects: 86% (52106/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4799555Z Receiving objects: 87% (52712/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4800387Z Receiving objects: 88% (53318/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4801196Z Receiving objects: 89% (53924/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4802028Z Receiving objects: 90% (54530/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4802861Z Receiving objects: 91% (55136/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4803636Z Receiving objects: 92% (55741/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4804461Z Receiving objects: 92% (56120/60588), 186.59 MiB | 41.46 MiB/s 2025-06-05T23:22:28.4805276Z Receiving objects: 93% (56347/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4806179Z Receiving objects: 94% (56953/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4806996Z Receiving objects: 95% (57559/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4807823Z Receiving objects: 96% (58165/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4808654Z Receiving objects: 97% (58771/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4809455Z Receiving objects: 98% (59377/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4810285Z Receiving objects: 99% (59983/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4811294Z remote: Total 60588 (delta 593), reused 263 (delta 262), pack-reused 59829 (from 3) 2025-06-05T23:22:28.4812331Z Receiving objects: 100% (60588/60588), 212.15 MiB | 40.36 MiB/s 2025-06-05T23:22:28.4813206Z Receiving objects: 100% (60588/60588), 217.54 MiB | 42.50 MiB/s, done. 2025-06-05T23:22:28.4813965Z Resolving deltas: 0% (0/34929) 2025-06-05T23:22:28.4814481Z Resolving deltas: 1% (350/34929) 2025-06-05T23:22:28.4814989Z Resolving deltas: 2% (699/34929) 2025-06-05T23:22:28.4815513Z Resolving deltas: 3% (1048/34929) 2025-06-05T23:22:28.4816030Z Resolving deltas: 4% (1398/34929) 2025-06-05T23:22:28.4816551Z Resolving deltas: 5% (1747/34929) 2025-06-05T23:22:28.4817055Z Resolving deltas: 6% (2096/34929) 2025-06-05T23:22:28.4817578Z Resolving deltas: 7% (2446/34929) 2025-06-05T23:22:28.4818099Z Resolving deltas: 8% (2795/34929) 2025-06-05T23:22:28.4818622Z Resolving deltas: 9% (3144/34929) 2025-06-05T23:22:28.4819134Z Resolving deltas: 10% (3493/34929) 2025-06-05T23:22:28.4819668Z Resolving deltas: 11% (3843/34929) 2025-06-05T23:22:28.4820201Z Resolving deltas: 12% (4192/34929) 2025-06-05T23:22:28.4820710Z Resolving deltas: 13% (4541/34929) 2025-06-05T23:22:28.4821204Z Resolving deltas: 14% (4891/34929) 2025-06-05T23:22:28.4821685Z Resolving deltas: 15% (5240/34929) 2025-06-05T23:22:28.4822198Z Resolving deltas: 16% (5589/34929) 2025-06-05T23:22:28.4822707Z Resolving deltas: 17% (5938/34929) 2025-06-05T23:22:28.4823229Z Resolving deltas: 18% (6288/34929) 2025-06-05T23:22:28.4823747Z Resolving deltas: 19% (6637/34929) 2025-06-05T23:22:28.4824275Z Resolving deltas: 20% (6986/34929) 2025-06-05T23:22:28.4824785Z Resolving deltas: 21% (7336/34929) 2025-06-05T23:22:28.4825310Z Resolving deltas: 22% (7685/34929) 2025-06-05T23:22:28.4825833Z Resolving deltas: 23% (8034/34929) 2025-06-05T23:22:28.4826336Z Resolving deltas: 24% (8383/34929) 2025-06-05T23:22:28.4826831Z Resolving deltas: 25% (8733/34929) 2025-06-05T23:22:28.4827330Z Resolving deltas: 26% (9082/34929) 2025-06-05T23:22:28.4827990Z Resolving deltas: 27% (9431/34929) 2025-06-05T23:22:28.4828591Z Resolving deltas: 28% (9781/34929) 2025-06-05T23:22:28.4829125Z Resolving deltas: 29% (10130/34929) 2025-06-05T23:22:28.4829649Z Resolving deltas: 30% (10479/34929) 2025-06-05T23:22:28.4830184Z Resolving deltas: 31% (10828/34929) 2025-06-05T23:22:28.4830702Z Resolving deltas: 32% (11178/34929) 2025-06-05T23:22:28.4831204Z Resolving deltas: 33% (11527/34929) 2025-06-05T23:22:28.4831733Z Resolving deltas: 34% (11876/34929) 2025-06-05T23:22:28.4832245Z Resolving deltas: 35% (12226/34929) 2025-06-05T23:22:28.4832776Z Resolving deltas: 36% (12575/34929) 2025-06-05T23:22:28.4833297Z Resolving deltas: 37% (12924/34929) 2025-06-05T23:22:28.4833829Z Resolving deltas: 37% (13268/34929) 2025-06-05T23:22:28.4834343Z Resolving deltas: 38% (13274/34929) 2025-06-05T23:22:28.4834856Z Resolving deltas: 39% (13623/34929) 2025-06-05T23:22:28.4835346Z Resolving deltas: 40% (13972/34929) 2025-06-05T23:22:28.4835817Z Resolving deltas: 41% (14321/34929) 2025-06-05T23:22:28.4836346Z Resolving deltas: 42% (14671/34929) 2025-06-05T23:22:28.4836865Z Resolving deltas: 43% (15020/34929) 2025-06-05T23:22:28.4837400Z Resolving deltas: 44% (15369/34929) 2025-06-05T23:22:28.4837922Z Resolving deltas: 45% (15719/34929) 2025-06-05T23:22:28.4838454Z Resolving deltas: 46% (16068/34929) 2025-06-05T23:22:28.4838964Z Resolving deltas: 47% (16417/34929) 2025-06-05T23:22:28.4839489Z Resolving deltas: 48% (16766/34929) 2025-06-05T23:22:28.4840004Z Resolving deltas: 49% (17116/34929) 2025-06-05T23:22:28.4840530Z Resolving deltas: 50% (17465/34929) 2025-06-05T23:22:28.4841036Z Resolving deltas: 51% (17814/34929) 2025-06-05T23:22:28.4841569Z Resolving deltas: 52% (18164/34929) 2025-06-05T23:22:28.4842105Z Resolving deltas: 53% (18513/34929) 2025-06-05T23:22:28.4842616Z Resolving deltas: 54% (18862/34929) 2025-06-05T23:22:28.4843383Z Resolving deltas: 55% (19211/34929) 2025-06-05T23:22:28.4843918Z Resolving deltas: 56% (19561/34929) 2025-06-05T23:22:28.4844457Z Resolving deltas: 57% (19910/34929) 2025-06-05T23:22:28.4844977Z Resolving deltas: 58% (20259/34929) 2025-06-05T23:22:28.4845506Z Resolving deltas: 59% (20609/34929) 2025-06-05T23:22:28.4846087Z Resolving deltas: 60% (20958/34929) 2025-06-05T23:22:28.4846584Z Resolving deltas: 61% (21307/34929) 2025-06-05T23:22:28.4847093Z Resolving deltas: 62% (21656/34929) 2025-06-05T23:22:28.4847626Z Resolving deltas: 63% (22006/34929) 2025-06-05T23:22:28.4848143Z Resolving deltas: 64% (22355/34929) 2025-06-05T23:22:28.4848678Z Resolving deltas: 65% (22704/34929) 2025-06-05T23:22:28.4849213Z Resolving deltas: 66% (23054/34929) 2025-06-05T23:22:28.4849733Z Resolving deltas: 67% (23403/34929) 2025-06-05T23:22:28.4850274Z Resolving deltas: 68% (23752/34929) 2025-06-05T23:22:28.4850791Z Resolving deltas: 69% (24102/34929) 2025-06-05T23:22:28.4851332Z Resolving deltas: 70% (24451/34929) 2025-06-05T23:22:28.4851846Z Resolving deltas: 71% (24800/34929) 2025-06-05T23:22:28.4852390Z Resolving deltas: 72% (25149/34929) 2025-06-05T23:22:28.4852908Z Resolving deltas: 73% (25499/34929) 2025-06-05T23:22:28.4853448Z Resolving deltas: 74% (25848/34929) 2025-06-05T23:22:28.4853983Z Resolving deltas: 75% (26197/34929) 2025-06-05T23:22:28.4854502Z Resolving deltas: 76% (26547/34929) 2025-06-05T23:22:28.4855030Z Resolving deltas: 77% (26896/34929) 2025-06-05T23:22:28.4855549Z Resolving deltas: 78% (27245/34929) 2025-06-05T23:22:28.4856065Z Resolving deltas: 79% (27594/34929) 2025-06-05T23:22:28.4856580Z Resolving deltas: 80% (27944/34929) 2025-06-05T23:22:28.4857100Z Resolving deltas: 81% (28293/34929) 2025-06-05T23:22:28.4857610Z Resolving deltas: 82% (28642/34929) 2025-06-05T23:22:28.4858135Z Resolving deltas: 82% (28854/34929) 2025-06-05T23:22:28.4858642Z Resolving deltas: 83% (28992/34929) 2025-06-05T23:22:28.4859167Z Resolving deltas: 84% (29341/34929) 2025-06-05T23:22:28.4859689Z Resolving deltas: 85% (29690/34929) 2025-06-05T23:22:28.4860203Z Resolving deltas: 86% (30039/34929) 2025-06-05T23:22:28.4860984Z Resolving deltas: 87% (30389/34929) 2025-06-05T23:22:28.4861604Z Resolving deltas: 88% (30738/34929) 2025-06-05T23:22:28.4862129Z Resolving deltas: 89% (31087/34929) 2025-06-05T23:22:28.4862642Z Resolving deltas: 90% (31437/34929) 2025-06-05T23:22:28.4863176Z Resolving deltas: 91% (31786/34929) 2025-06-05T23:22:28.4863698Z Resolving deltas: 92% (32135/34929) 2025-06-05T23:22:28.4864225Z Resolving deltas: 93% (32484/34929) 2025-06-05T23:22:28.4864741Z Resolving deltas: 94% (32834/34929) 2025-06-05T23:22:28.4865273Z Resolving deltas: 95% (33183/34929) 2025-06-05T23:22:29.8173374Z Resolving deltas: 96% (33532/34929) 2025-06-05T23:22:29.8174008Z Resolving deltas: 97% (33882/34929) 2025-06-05T23:22:29.8174523Z Resolving deltas: 98% (34231/34929) 2025-06-05T23:22:29.8175047Z Resolving deltas: 99% (34580/34929) 2025-06-05T23:22:29.8175535Z Resolving deltas: 100% (34929/34929) 2025-06-05T23:22:29.8175945Z Resolving deltas: 100% (34929/34929), done. 2025-06-05T23:22:29.8176738Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/pybind11'... 2025-06-05T23:22:29.8177408Z remote: Enumerating objects: 31544, done. 2025-06-05T23:22:29.8177765Z remote: Counting objects: 2% (1/44) 2025-06-05T23:22:29.8178158Z remote: Counting objects: 4% (2/44) 2025-06-05T23:22:29.8178491Z remote: Counting objects: 6% (3/44) 2025-06-05T23:22:29.8178906Z remote: Counting objects: 9% (4/44) 2025-06-05T23:22:29.8179283Z remote: Counting objects: 11% (5/44) 2025-06-05T23:22:29.8179604Z remote: Counting objects: 13% (6/44) 2025-06-05T23:22:29.8179994Z remote: Counting objects: 15% (7/44) 2025-06-05T23:22:29.8180316Z remote: Counting objects: 18% (8/44) 2025-06-05T23:22:29.8180649Z remote: Counting objects: 20% (9/44) 2025-06-05T23:22:29.8181016Z remote: Counting objects: 22% (10/44) 2025-06-05T23:22:29.8181343Z remote: Counting objects: 25% (11/44) 2025-06-05T23:22:29.8181756Z remote: Counting objects: 27% (12/44) 2025-06-05T23:22:29.8182084Z remote: Counting objects: 29% (13/44) 2025-06-05T23:22:29.8182447Z remote: Counting objects: 31% (14/44) 2025-06-05T23:22:29.8182766Z remote: Counting objects: 34% (15/44) 2025-06-05T23:22:29.8183102Z remote: Counting objects: 36% (16/44) 2025-06-05T23:22:29.8183483Z remote: Counting objects: 38% (17/44) 2025-06-05T23:22:29.8183820Z remote: Counting objects: 40% (18/44) 2025-06-05T23:22:29.8184159Z remote: Counting objects: 43% (19/44) 2025-06-05T23:22:29.8184508Z remote: Counting objects: 45% (20/44) 2025-06-05T23:22:29.8184841Z remote: Counting objects: 47% (21/44) 2025-06-05T23:22:29.8185217Z remote: Counting objects: 50% (22/44) 2025-06-05T23:22:29.8185550Z remote: Counting objects: 52% (23/44) 2025-06-05T23:22:29.8185876Z remote: Counting objects: 54% (24/44) 2025-06-05T23:22:29.8186241Z remote: Counting objects: 56% (25/44) 2025-06-05T23:22:29.8186560Z remote: Counting objects: 59% (26/44) 2025-06-05T23:22:29.8186909Z remote: Counting objects: 61% (27/44) 2025-06-05T23:22:29.8187294Z remote: Counting objects: 63% (28/44) 2025-06-05T23:22:29.8187614Z remote: Counting objects: 65% (29/44) 2025-06-05T23:22:29.8187946Z remote: Counting objects: 68% (30/44) 2025-06-05T23:22:29.8188269Z remote: Counting objects: 70% (31/44) 2025-06-05T23:22:29.8188633Z remote: Counting objects: 72% (32/44) 2025-06-05T23:22:29.8188953Z remote: Counting objects: 75% (33/44) 2025-06-05T23:22:29.8189319Z remote: Counting objects: 77% (34/44) 2025-06-05T23:22:29.8189668Z remote: Counting objects: 79% (35/44) 2025-06-05T23:22:29.8190002Z remote: Counting objects: 81% (36/44) 2025-06-05T23:22:29.8190368Z remote: Counting objects: 84% (37/44) 2025-06-05T23:22:29.8190690Z remote: Counting objects: 86% (38/44) 2025-06-05T23:22:29.8191305Z remote: Counting objects: 88% (39/44) 2025-06-05T23:22:29.8191746Z remote: Counting objects: 90% (40/44) 2025-06-05T23:22:29.8192082Z remote: Counting objects: 93% (41/44) 2025-06-05T23:22:29.8192419Z remote: Counting objects: 95% (42/44) 2025-06-05T23:22:29.8192819Z remote: Counting objects: 97% (43/44) 2025-06-05T23:22:29.8193159Z remote: Counting objects: 100% (44/44) 2025-06-05T23:22:29.8193570Z remote: Counting objects: 100% (44/44), done. 2025-06-05T23:22:29.8193946Z remote: Compressing objects: 2% (1/40) 2025-06-05T23:22:29.8194304Z remote: Compressing objects: 5% (2/40) 2025-06-05T23:22:29.8194672Z remote: Compressing objects: 7% (3/40) 2025-06-05T23:22:29.8195036Z remote: Compressing objects: 10% (4/40) 2025-06-05T23:22:29.8195377Z remote: Compressing objects: 12% (5/40) 2025-06-05T23:22:29.8195793Z remote: Compressing objects: 15% (6/40) 2025-06-05T23:22:29.8196149Z remote: Compressing objects: 17% (7/40) 2025-06-05T23:22:29.8196490Z remote: Compressing objects: 20% (8/40) 2025-06-05T23:22:29.8196908Z remote: Compressing objects: 22% (9/40) 2025-06-05T23:22:29.8197252Z remote: Compressing objects: 25% (10/40) 2025-06-05T23:22:29.8197677Z remote: Compressing objects: 27% (11/40) 2025-06-05T23:22:29.8198023Z remote: Compressing objects: 30% (12/40) 2025-06-05T23:22:29.8198379Z remote: Compressing objects: 32% (13/40) 2025-06-05T23:22:29.8198753Z remote: Compressing objects: 35% (14/40) 2025-06-05T23:22:29.8199113Z remote: Compressing objects: 37% (15/40) 2025-06-05T23:22:29.8199532Z remote: Compressing objects: 40% (16/40) 2025-06-05T23:22:29.8199874Z remote: Compressing objects: 42% (17/40) 2025-06-05T23:22:29.8200256Z remote: Compressing objects: 45% (18/40) 2025-06-05T23:22:29.8200596Z remote: Compressing objects: 47% (19/40) 2025-06-05T23:22:29.8200954Z remote: Compressing objects: 50% (20/40) 2025-06-05T23:22:29.8201361Z remote: Compressing objects: 52% (21/40) 2025-06-05T23:22:29.8201712Z remote: Compressing objects: 55% (22/40) 2025-06-05T23:22:29.8202083Z remote: Compressing objects: 57% (23/40) 2025-06-05T23:22:29.8202440Z remote: Compressing objects: 60% (24/40) 2025-06-05T23:22:29.8202834Z remote: Compressing objects: 62% (25/40) 2025-06-05T23:22:29.8203187Z remote: Compressing objects: 65% (26/40) 2025-06-05T23:22:29.8203537Z remote: Compressing objects: 67% (27/40) 2025-06-05T23:22:29.8203906Z remote: Compressing objects: 70% (28/40) 2025-06-05T23:22:29.8204260Z remote: Compressing objects: 72% (29/40) 2025-06-05T23:22:29.8204601Z remote: Compressing objects: 75% (30/40) 2025-06-05T23:22:29.8205018Z remote: Compressing objects: 77% (31/40) 2025-06-05T23:22:29.8205359Z remote: Compressing objects: 80% (32/40) 2025-06-05T23:22:29.8205789Z remote: Compressing objects: 82% (33/40) 2025-06-05T23:22:29.8206156Z remote: Compressing objects: 85% (34/40) 2025-06-05T23:22:29.8206522Z remote: Compressing objects: 87% (35/40) 2025-06-05T23:22:29.8206874Z remote: Compressing objects: 90% (36/40) 2025-06-05T23:22:29.8207217Z remote: Compressing objects: 92% (37/40) 2025-06-05T23:22:29.8207623Z remote: Compressing objects: 95% (38/40) 2025-06-05T23:22:29.8207966Z remote: Compressing objects: 97% (39/40) 2025-06-05T23:22:29.8208316Z remote: Compressing objects: 100% (40/40) 2025-06-05T23:22:29.8208703Z remote: Compressing objects: 100% (40/40), done. 2025-06-05T23:22:29.8209089Z Receiving objects: 0% (1/31544) 2025-06-05T23:22:29.8209374Z Receiving objects: 1% (316/31544) 2025-06-05T23:22:29.8209651Z Receiving objects: 2% (631/31544) 2025-06-05T23:22:29.8209937Z Receiving objects: 3% (947/31544) 2025-06-05T23:22:29.8210277Z Receiving objects: 4% (1262/31544) 2025-06-05T23:22:29.8210739Z Receiving objects: 5% (1578/31544) 2025-06-05T23:22:29.8211094Z Receiving objects: 6% (1893/31544) 2025-06-05T23:22:29.8211387Z Receiving objects: 7% (2209/31544) 2025-06-05T23:22:29.8211696Z Receiving objects: 8% (2524/31544) 2025-06-05T23:22:29.8211989Z Receiving objects: 9% (2839/31544) 2025-06-05T23:22:29.8212274Z Receiving objects: 10% (3155/31544) 2025-06-05T23:22:29.8212546Z Receiving objects: 11% (3470/31544) 2025-06-05T23:22:29.8212860Z Receiving objects: 12% (3786/31544) 2025-06-05T23:22:29.8213165Z Receiving objects: 13% (4101/31544) 2025-06-05T23:22:29.8213454Z Receiving objects: 14% (4417/31544) 2025-06-05T23:22:29.8213729Z Receiving objects: 15% (4732/31544) 2025-06-05T23:22:29.8214012Z Receiving objects: 16% (5048/31544) 2025-06-05T23:22:29.8214313Z Receiving objects: 17% (5363/31544) 2025-06-05T23:22:29.8214596Z Receiving objects: 18% (5678/31544) 2025-06-05T23:22:29.8214870Z Receiving objects: 19% (5994/31544) 2025-06-05T23:22:29.8215161Z Receiving objects: 20% (6309/31544) 2025-06-05T23:22:29.8215447Z Receiving objects: 21% (6625/31544) 2025-06-05T23:22:29.8215786Z Receiving objects: 22% (6940/31544) 2025-06-05T23:22:29.8216078Z Receiving objects: 23% (7256/31544) 2025-06-05T23:22:29.8216351Z Receiving objects: 24% (7571/31544) 2025-06-05T23:22:29.8216635Z Receiving objects: 25% (7886/31544) 2025-06-05T23:22:29.8216920Z Receiving objects: 26% (8202/31544) 2025-06-05T23:22:29.8217235Z Receiving objects: 27% (8517/31544) 2025-06-05T23:22:29.8217512Z Receiving objects: 28% (8833/31544) 2025-06-05T23:22:29.8217800Z Receiving objects: 29% (9148/31544) 2025-06-05T23:22:29.8218082Z Receiving objects: 30% (9464/31544) 2025-06-05T23:22:29.8218352Z Receiving objects: 31% (9779/31544) 2025-06-05T23:22:29.8218728Z Receiving objects: 32% (10095/31544) 2025-06-05T23:22:29.8219006Z Receiving objects: 33% (10410/31544) 2025-06-05T23:22:29.8219292Z Receiving objects: 34% (10725/31544) 2025-06-05T23:22:29.8219570Z Receiving objects: 35% (11041/31544) 2025-06-05T23:22:29.8219895Z Receiving objects: 36% (11356/31544) 2025-06-05T23:22:29.8220178Z Receiving objects: 37% (11672/31544) 2025-06-05T23:22:29.8220470Z Receiving objects: 38% (11987/31544) 2025-06-05T23:22:29.8220747Z Receiving objects: 39% (12303/31544) 2025-06-05T23:22:29.8221099Z Receiving objects: 40% (12618/31544) 2025-06-05T23:22:29.8221388Z Receiving objects: 41% (12934/31544) 2025-06-05T23:22:29.8221667Z Receiving objects: 42% (13249/31544) 2025-06-05T23:22:29.8221952Z Receiving objects: 43% (13564/31544) 2025-06-05T23:22:29.8222226Z Receiving objects: 44% (13880/31544) 2025-06-05T23:22:29.8222544Z Receiving objects: 45% (14195/31544) 2025-06-05T23:22:29.8222817Z Receiving objects: 46% (14511/31544) 2025-06-05T23:22:29.8223104Z Receiving objects: 47% (14826/31544) 2025-06-05T23:22:29.8223378Z Receiving objects: 48% (15142/31544) 2025-06-05T23:22:29.8223729Z Receiving objects: 49% (15457/31544) 2025-06-05T23:22:29.8224016Z Receiving objects: 50% (15772/31544) 2025-06-05T23:22:29.8224299Z Receiving objects: 51% (16088/31544) 2025-06-05T23:22:29.8224593Z Receiving objects: 52% (16403/31544) 2025-06-05T23:22:29.8224907Z Receiving objects: 53% (16719/31544) 2025-06-05T23:22:29.8225201Z Receiving objects: 54% (17034/31544) 2025-06-05T23:22:29.8225479Z Receiving objects: 55% (17350/31544) 2025-06-05T23:22:29.8225768Z Receiving objects: 56% (17665/31544) 2025-06-05T23:22:29.8226070Z Receiving objects: 57% (17981/31544) 2025-06-05T23:22:29.8226420Z Receiving objects: 58% (18296/31544) 2025-06-05T23:22:29.8226697Z Receiving objects: 59% (18611/31544) 2025-06-05T23:22:29.8226992Z Receiving objects: 60% (18927/31544) 2025-06-05T23:22:29.8227280Z Receiving objects: 61% (19242/31544) 2025-06-05T23:22:29.8227576Z Receiving objects: 62% (19558/31544) 2025-06-05T23:22:29.8227900Z Receiving objects: 63% (19873/31544) 2025-06-05T23:22:29.8228180Z Receiving objects: 64% (20189/31544) 2025-06-05T23:22:29.8228476Z Receiving objects: 65% (20504/31544) 2025-06-05T23:22:29.8228876Z Receiving objects: 66% (20820/31544) 2025-06-05T23:22:29.8229229Z Receiving objects: 67% (21135/31544) 2025-06-05T23:22:29.8229587Z Receiving objects: 68% (21450/31544) 2025-06-05T23:22:29.8229884Z Receiving objects: 69% (21766/31544) 2025-06-05T23:22:29.8230167Z Receiving objects: 70% (22081/31544) 2025-06-05T23:22:29.8230492Z Receiving objects: 71% (22397/31544) 2025-06-05T23:22:29.8230788Z Receiving objects: 72% (22712/31544) 2025-06-05T23:22:29.8231066Z Receiving objects: 73% (23028/31544) 2025-06-05T23:22:29.8231355Z Receiving objects: 74% (23343/31544) 2025-06-05T23:22:29.8231698Z Receiving objects: 75% (23658/31544) 2025-06-05T23:22:29.8231996Z Receiving objects: 76% (23974/31544) 2025-06-05T23:22:29.8232274Z Receiving objects: 77% (24289/31544) 2025-06-05T23:22:29.8232567Z Receiving objects: 78% (24605/31544) 2025-06-05T23:22:29.8232842Z Receiving objects: 79% (24920/31544) 2025-06-05T23:22:29.8233162Z Receiving objects: 80% (25236/31544) 2025-06-05T23:22:29.8233436Z Receiving objects: 81% (25551/31544) 2025-06-05T23:22:29.8233727Z Receiving objects: 82% (25867/31544) 2025-06-05T23:22:29.8234021Z Receiving objects: 83% (26182/31544) 2025-06-05T23:22:29.8234294Z Receiving objects: 84% (26497/31544) 2025-06-05T23:22:29.8234642Z Receiving objects: 85% (26813/31544) 2025-06-05T23:22:29.8234920Z Receiving objects: 86% (27128/31544) 2025-06-05T23:22:29.8235205Z Receiving objects: 87% (27444/31544) 2025-06-05T23:22:29.8235479Z Receiving objects: 88% (27759/31544) 2025-06-05T23:22:29.8235765Z Receiving objects: 89% (28075/31544) 2025-06-05T23:22:29.8236055Z Receiving objects: 90% (28390/31544) 2025-06-05T23:22:29.8236357Z Receiving objects: 91% (28706/31544) 2025-06-05T23:22:29.8236648Z Receiving objects: 92% (29021/31544) 2025-06-05T23:22:29.8236926Z Receiving objects: 93% (29336/31544) 2025-06-05T23:22:29.8237218Z Receiving objects: 94% (29652/31544) 2025-06-05T23:22:29.8237556Z Receiving objects: 95% (29967/31544) 2025-06-05T23:22:29.8237847Z Receiving objects: 96% (30283/31544) 2025-06-05T23:22:30.2879063Z Receiving objects: 97% (30598/31544) 2025-06-05T23:22:30.2879675Z Receiving objects: 98% (30914/31544) 2025-06-05T23:22:30.2880085Z Receiving objects: 99% (31229/31544) 2025-06-05T23:22:30.2880824Z remote: Total 31544 (delta 18), reused 4 (delta 4), pack-reused 31500 (from 2) 2025-06-05T23:22:30.2881572Z Receiving objects: 100% (31544/31544) 2025-06-05T23:22:30.2881960Z Receiving objects: 100% (31544/31544), 12.71 MiB | 39.69 MiB/s, done. 2025-06-05T23:22:30.2882571Z Resolving deltas: 0% (0/22402) 2025-06-05T23:22:30.2883116Z Resolving deltas: 1% (225/22402) 2025-06-05T23:22:30.2883401Z Resolving deltas: 2% (449/22402) 2025-06-05T23:22:30.2883790Z Resolving deltas: 3% (673/22402) 2025-06-05T23:22:30.2884134Z Resolving deltas: 4% (897/22402) 2025-06-05T23:22:30.2884459Z Resolving deltas: 5% (1121/22402) 2025-06-05T23:22:30.2884748Z Resolving deltas: 6% (1346/22402) 2025-06-05T23:22:30.2885021Z Resolving deltas: 7% (1569/22402) 2025-06-05T23:22:30.2885317Z Resolving deltas: 8% (1793/22402) 2025-06-05T23:22:30.2885653Z Resolving deltas: 9% (2017/22402) 2025-06-05T23:22:30.2885953Z Resolving deltas: 10% (2241/22402) 2025-06-05T23:22:30.2886222Z Resolving deltas: 11% (2465/22402) 2025-06-05T23:22:30.2886506Z Resolving deltas: 12% (2689/22402) 2025-06-05T23:22:30.2886776Z Resolving deltas: 13% (2913/22402) 2025-06-05T23:22:30.2887060Z Resolving deltas: 14% (3137/22402) 2025-06-05T23:22:30.2887340Z Resolving deltas: 15% (3361/22402) 2025-06-05T23:22:30.2887609Z Resolving deltas: 16% (3585/22402) 2025-06-05T23:22:30.2887890Z Resolving deltas: 17% (3809/22402) 2025-06-05T23:22:30.2888162Z Resolving deltas: 18% (4033/22402) 2025-06-05T23:22:30.2888442Z Resolving deltas: 19% (4257/22402) 2025-06-05T23:22:30.2888710Z Resolving deltas: 20% (4481/22402) 2025-06-05T23:22:30.2888991Z Resolving deltas: 21% (4705/22402) 2025-06-05T23:22:30.2889262Z Resolving deltas: 22% (4929/22402) 2025-06-05T23:22:30.2889547Z Resolving deltas: 23% (5153/22402) 2025-06-05T23:22:30.2890112Z Resolving deltas: 24% (5377/22402) 2025-06-05T23:22:30.2890388Z Resolving deltas: 25% (5601/22402) 2025-06-05T23:22:30.2890793Z Resolving deltas: 26% (5825/22402) 2025-06-05T23:22:30.2891059Z Resolving deltas: 27% (6049/22402) 2025-06-05T23:22:30.2891342Z Resolving deltas: 28% (6273/22402) 2025-06-05T23:22:30.2891611Z Resolving deltas: 29% (6497/22402) 2025-06-05T23:22:30.2891895Z Resolving deltas: 30% (6721/22402) 2025-06-05T23:22:30.2892166Z Resolving deltas: 31% (6945/22402) 2025-06-05T23:22:30.2892451Z Resolving deltas: 32% (7169/22402) 2025-06-05T23:22:30.2892724Z Resolving deltas: 33% (7393/22402) 2025-06-05T23:22:30.2893013Z Resolving deltas: 34% (7617/22402) 2025-06-05T23:22:30.2893299Z Resolving deltas: 35% (7842/22402) 2025-06-05T23:22:30.2893568Z Resolving deltas: 36% (8065/22402) 2025-06-05T23:22:30.2893851Z Resolving deltas: 37% (8289/22402) 2025-06-05T23:22:30.2894119Z Resolving deltas: 38% (8513/22402) 2025-06-05T23:22:30.2894401Z Resolving deltas: 39% (8737/22402) 2025-06-05T23:22:30.2894675Z Resolving deltas: 40% (8961/22402) 2025-06-05T23:22:30.2894961Z Resolving deltas: 41% (9185/22402) 2025-06-05T23:22:30.2895229Z Resolving deltas: 42% (9409/22402) 2025-06-05T23:22:30.2895508Z Resolving deltas: 43% (9633/22402) 2025-06-05T23:22:30.2895776Z Resolving deltas: 44% (9857/22402) 2025-06-05T23:22:30.2896059Z Resolving deltas: 45% (10081/22402) 2025-06-05T23:22:30.2904098Z Resolving deltas: 46% (10305/22402) 2025-06-05T23:22:30.2904545Z Resolving deltas: 47% (10529/22402) 2025-06-05T23:22:30.2904835Z Resolving deltas: 48% (10753/22402) 2025-06-05T23:22:30.2905130Z Resolving deltas: 49% (10977/22402) 2025-06-05T23:22:30.2905406Z Resolving deltas: 50% (11201/22402) 2025-06-05T23:22:30.2905697Z Resolving deltas: 51% (11426/22402) 2025-06-05T23:22:30.2906316Z Resolving deltas: 52% (11650/22402) 2025-06-05T23:22:30.2906612Z Resolving deltas: 53% (11874/22402) 2025-06-05T23:22:30.2906888Z Resolving deltas: 54% (12098/22402) 2025-06-05T23:22:30.2907201Z Resolving deltas: 55% (12322/22402) 2025-06-05T23:22:30.2907478Z Resolving deltas: 56% (12546/22402) 2025-06-05T23:22:30.2907780Z Resolving deltas: 57% (12770/22402) 2025-06-05T23:22:30.2908069Z Resolving deltas: 58% (12994/22402) 2025-06-05T23:22:30.2908717Z Resolving deltas: 59% (13218/22402) 2025-06-05T23:22:30.2909011Z Resolving deltas: 60% (13442/22402) 2025-06-05T23:22:30.2909286Z Resolving deltas: 61% (13666/22402) 2025-06-05T23:22:30.2909574Z Resolving deltas: 62% (13890/22402) 2025-06-05T23:22:30.2909848Z Resolving deltas: 63% (14114/22402) 2025-06-05T23:22:30.2910135Z Resolving deltas: 64% (14338/22402) 2025-06-05T23:22:30.2910410Z Resolving deltas: 65% (14562/22402) 2025-06-05T23:22:30.2910698Z Resolving deltas: 66% (14786/22402) 2025-06-05T23:22:30.2910985Z Resolving deltas: 67% (15010/22402) 2025-06-05T23:22:30.2911264Z Resolving deltas: 68% (15234/22402) 2025-06-05T23:22:30.2911550Z Resolving deltas: 69% (15458/22402) 2025-06-05T23:22:30.2911823Z Resolving deltas: 70% (15682/22402) 2025-06-05T23:22:30.2912118Z Resolving deltas: 71% (15906/22402) 2025-06-05T23:22:30.2912399Z Resolving deltas: 72% (16130/22402) 2025-06-05T23:22:30.2912788Z Resolving deltas: 73% (16354/22402) 2025-06-05T23:22:30.2913144Z Resolving deltas: 74% (16578/22402) 2025-06-05T23:22:30.2913551Z Resolving deltas: 75% (16802/22402) 2025-06-05T23:22:30.2913825Z Resolving deltas: 76% (17026/22402) 2025-06-05T23:22:30.2914110Z Resolving deltas: 77% (17250/22402) 2025-06-05T23:22:30.2914396Z Resolving deltas: 78% (17474/22402) 2025-06-05T23:22:30.2914669Z Resolving deltas: 79% (17698/22402) 2025-06-05T23:22:30.2914959Z Resolving deltas: 80% (17922/22402) 2025-06-05T23:22:30.2915231Z Resolving deltas: 81% (18146/22402) 2025-06-05T23:22:30.2915519Z Resolving deltas: 82% (18370/22402) 2025-06-05T23:22:30.2915790Z Resolving deltas: 83% (18594/22402) 2025-06-05T23:22:30.2916083Z Resolving deltas: 84% (18818/22402) 2025-06-05T23:22:30.2916355Z Resolving deltas: 85% (19042/22402) 2025-06-05T23:22:30.2916871Z Resolving deltas: 86% (19266/22402) 2025-06-05T23:22:30.2917293Z Resolving deltas: 87% (19490/22402) 2025-06-05T23:22:30.2917699Z Resolving deltas: 88% (19714/22402) 2025-06-05T23:22:30.2917986Z Resolving deltas: 89% (19938/22402) 2025-06-05T23:22:30.2918258Z Resolving deltas: 90% (20162/22402) 2025-06-05T23:22:30.2918544Z Resolving deltas: 91% (20386/22402) 2025-06-05T23:22:30.2918818Z Resolving deltas: 92% (20610/22402) 2025-06-05T23:22:30.2919108Z Resolving deltas: 93% (20834/22402) 2025-06-05T23:22:30.2919377Z Resolving deltas: 94% (21058/22402) 2025-06-05T23:22:30.2919663Z Resolving deltas: 95% (21282/22402) 2025-06-05T23:22:30.2919933Z Resolving deltas: 96% (21506/22402) 2025-06-05T23:22:30.2920214Z Resolving deltas: 97% (21730/22402) 2025-06-05T23:22:30.2920499Z Resolving deltas: 98% (21954/22402) 2025-06-05T23:22:30.2920843Z Resolving deltas: 99% (22178/22402) 2025-06-05T23:22:30.2921252Z Resolving deltas: 100% (22402/22402) 2025-06-05T23:22:30.2921554Z Resolving deltas: 100% (22402/22402), done. 2025-06-05T23:22:30.2922220Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib'... 2025-06-05T23:22:30.2922886Z remote: Counting objects: 1 2025-06-05T23:22:30.2923382Z remote: Counting objects: 434, done 2025-06-05T23:22:30.2923717Z remote: Finding sources: 1% (3/422) 2025-06-05T23:22:30.2924176Z remote: Finding sources: 2% (7/422) 2025-06-05T23:22:30.2924630Z remote: Finding sources: 3% (11/422) 2025-06-05T23:22:30.2924972Z remote: Finding sources: 4% (15/422) 2025-06-05T23:22:30.2925325Z remote: Finding sources: 5% (19/422) 2025-06-05T23:22:30.2925748Z remote: Finding sources: 6% (24/422) 2025-06-05T23:22:30.2926137Z remote: Finding sources: 7% (28/422) 2025-06-05T23:22:30.2926665Z remote: Finding sources: 8% (32/422) 2025-06-05T23:22:30.2927029Z remote: Finding sources: 9% (36/422) 2025-06-05T23:22:30.2927371Z remote: Finding sources: 10% (41/422) 2025-06-05T23:22:30.2927821Z remote: Finding sources: 11% (45/422) 2025-06-05T23:22:30.2928277Z remote: Finding sources: 12% (49/422) 2025-06-05T23:22:30.2928611Z remote: Finding sources: 13% (53/422) 2025-06-05T23:22:30.2928979Z remote: Finding sources: 14% (57/422) 2025-06-05T23:22:30.2929472Z remote: Finding sources: 15% (62/422) 2025-06-05T23:22:30.2929843Z remote: Finding sources: 16% (66/422) 2025-06-05T23:22:30.2930175Z remote: Finding sources: 17% (70/422) 2025-06-05T23:22:30.2930629Z remote: Finding sources: 18% (74/422) 2025-06-05T23:22:30.2931077Z remote: Finding sources: 19% (79/422) 2025-06-05T23:22:30.2931410Z remote: Finding sources: 20% (83/422) 2025-06-05T23:22:30.2931855Z remote: Finding sources: 21% (87/422) 2025-06-05T23:22:30.2932307Z remote: Finding sources: 22% (91/422) 2025-06-05T23:22:30.2932661Z remote: Finding sources: 23% (95/422) 2025-06-05T23:22:30.2933003Z remote: Finding sources: 24% (100/422) 2025-06-05T23:22:30.2933368Z remote: Finding sources: 25% (104/422) 2025-06-05T23:22:30.2933710Z remote: Finding sources: 26% (108/422) 2025-06-05T23:22:30.2934066Z remote: Finding sources: 27% (112/422) 2025-06-05T23:22:30.2934421Z remote: Finding sources: 28% (117/422) 2025-06-05T23:22:30.2934760Z remote: Finding sources: 29% (121/422) 2025-06-05T23:22:30.2935113Z remote: Finding sources: 30% (125/422) 2025-06-05T23:22:30.2935456Z remote: Finding sources: 31% (129/422) 2025-06-05T23:22:30.2935813Z remote: Finding sources: 32% (133/422) 2025-06-05T23:22:30.2936152Z remote: Finding sources: 33% (138/422) 2025-06-05T23:22:30.2936503Z remote: Finding sources: 34% (142/422) 2025-06-05T23:22:30.2936840Z remote: Finding sources: 35% (146/422) 2025-06-05T23:22:30.2937322Z remote: Finding sources: 36% (150/422) 2025-06-05T23:22:30.2937750Z remote: Finding sources: 37% (155/422) 2025-06-05T23:22:30.2938085Z remote: Finding sources: 38% (159/422) 2025-06-05T23:22:30.2938437Z remote: Finding sources: 39% (163/422) 2025-06-05T23:22:30.2938776Z remote: Finding sources: 40% (167/422) 2025-06-05T23:22:30.2939131Z remote: Finding sources: 41% (171/422) 2025-06-05T23:22:30.2939471Z remote: Finding sources: 42% (176/422) 2025-06-05T23:22:30.2939821Z remote: Finding sources: 43% (180/422) 2025-06-05T23:22:30.2940173Z remote: Finding sources: 44% (184/422) 2025-06-05T23:22:30.2940510Z remote: Finding sources: 45% (188/422) 2025-06-05T23:22:30.2940861Z remote: Finding sources: 46% (193/422) 2025-06-05T23:22:30.2941201Z remote: Finding sources: 47% (197/422) 2025-06-05T23:22:30.2941552Z remote: Finding sources: 48% (201/422) 2025-06-05T23:22:30.2941894Z remote: Finding sources: 49% (205/422) 2025-06-05T23:22:30.2942253Z remote: Finding sources: 50% (209/422) 2025-06-05T23:22:30.2942592Z remote: Finding sources: 51% (214/422) 2025-06-05T23:22:30.2942944Z remote: Finding sources: 52% (218/422) 2025-06-05T23:22:30.2943594Z remote: Finding sources: 53% (222/422) 2025-06-05T23:22:30.2943934Z remote: Finding sources: 54% (226/422) 2025-06-05T23:22:30.2944289Z remote: Finding sources: 55% (230/422) 2025-06-05T23:22:30.2944628Z remote: Finding sources: 56% (235/422) 2025-06-05T23:22:30.2944984Z remote: Finding sources: 57% (239/422) 2025-06-05T23:22:30.2945325Z remote: Finding sources: 58% (243/422) 2025-06-05T23:22:30.2945679Z remote: Finding sources: 59% (247/422) 2025-06-05T23:22:30.2946017Z remote: Finding sources: 60% (252/422) 2025-06-05T23:22:30.2946370Z remote: Finding sources: 61% (256/422) 2025-06-05T23:22:30.2946732Z remote: Finding sources: 62% (260/422) 2025-06-05T23:22:30.2947081Z remote: Finding sources: 63% (264/422) 2025-06-05T23:22:30.2947434Z remote: Finding sources: 64% (268/422) 2025-06-05T23:22:30.2947771Z remote: Finding sources: 65% (273/422) 2025-06-05T23:22:30.2948124Z remote: Finding sources: 66% (277/422) 2025-06-05T23:22:30.2948464Z remote: Finding sources: 67% (281/422) 2025-06-05T23:22:30.2948821Z remote: Finding sources: 68% (285/422) 2025-06-05T23:22:30.2949173Z remote: Finding sources: 69% (290/422) 2025-06-05T23:22:30.2949514Z remote: Finding sources: 70% (294/422) 2025-06-05T23:22:30.2949866Z remote: Finding sources: 71% (298/422) 2025-06-05T23:22:30.2950208Z remote: Finding sources: 72% (302/422) 2025-06-05T23:22:30.2950559Z remote: Finding sources: 73% (306/422) 2025-06-05T23:22:30.2950901Z remote: Finding sources: 74% (311/422) 2025-06-05T23:22:30.2951255Z remote: Finding sources: 75% (315/422) 2025-06-05T23:22:30.2951599Z remote: Finding sources: 76% (319/422) 2025-06-05T23:22:30.2951952Z remote: Finding sources: 77% (323/422) 2025-06-05T23:22:30.2952306Z remote: Finding sources: 78% (328/422) 2025-06-05T23:22:30.3646885Z remote: Finding sources: 79% (332/422) 2025-06-05T23:22:30.3647610Z remote: Finding sources: 80% (336/422) 2025-06-05T23:22:30.3648284Z remote: Finding sources: 81% (340/422) 2025-06-05T23:22:30.3648954Z remote: Finding sources: 82% (344/422) 2025-06-05T23:22:30.3649598Z remote: Finding sources: 83% (349/422) 2025-06-05T23:22:30.3650257Z remote: Finding sources: 84% (353/422) 2025-06-05T23:22:30.3650909Z remote: Finding sources: 85% (357/422) 2025-06-05T23:22:30.3651566Z remote: Finding sources: 86% (361/422) 2025-06-05T23:22:30.3652563Z remote: Finding sources: 87% (366/422) 2025-06-05T23:22:30.3653234Z remote: Finding sources: 88% (370/422) 2025-06-05T23:22:30.3654044Z remote: Finding sources: 89% (374/422) 2025-06-05T23:22:30.3654661Z remote: Finding sources: 90% (378/422) 2025-06-05T23:22:30.3655301Z remote: Finding sources: 91% (382/422) 2025-06-05T23:22:30.3655930Z remote: Finding sources: 92% (387/422) 2025-06-05T23:22:30.3656574Z remote: Finding sources: 93% (391/422) 2025-06-05T23:22:30.3657172Z remote: Finding sources: 94% (395/422) 2025-06-05T23:22:30.3657828Z remote: Finding sources: 95% (399/422) 2025-06-05T23:22:30.3658454Z remote: Finding sources: 96% (404/422) 2025-06-05T23:22:30.3658938Z remote: Finding sources: 97% (408/422) 2025-06-05T23:22:30.3659291Z remote: Finding sources: 98% (412/422) 2025-06-05T23:22:30.3659632Z remote: Finding sources: 99% (416/422) 2025-06-05T23:22:30.3659999Z remote: Finding sources: 100% (420/422) 2025-06-05T23:22:30.3660344Z remote: Finding sources: 100% (422/422) 2025-06-05T23:22:30.3660676Z Receiving objects: 0% (1/2844) 2025-06-05T23:22:30.3660951Z Receiving objects: 1% (29/2844) 2025-06-05T23:22:30.3661238Z Receiving objects: 2% (57/2844) 2025-06-05T23:22:30.3661506Z Receiving objects: 3% (86/2844) 2025-06-05T23:22:30.3661790Z Receiving objects: 4% (114/2844) 2025-06-05T23:22:30.3662075Z Receiving objects: 5% (143/2844) 2025-06-05T23:22:30.3662345Z Receiving objects: 6% (171/2844) 2025-06-05T23:22:30.3662627Z Receiving objects: 7% (200/2844) 2025-06-05T23:22:30.3662896Z Receiving objects: 8% (228/2844) 2025-06-05T23:22:30.3663178Z Receiving objects: 9% (256/2844) 2025-06-05T23:22:30.3663446Z Receiving objects: 10% (285/2844) 2025-06-05T23:22:30.3663729Z Receiving objects: 11% (313/2844) 2025-06-05T23:22:30.3664009Z Receiving objects: 12% (342/2844) 2025-06-05T23:22:30.3664284Z Receiving objects: 13% (370/2844) 2025-06-05T23:22:30.3664554Z Receiving objects: 14% (399/2844) 2025-06-05T23:22:30.3664841Z Receiving objects: 15% (427/2844) 2025-06-05T23:22:30.3665104Z Receiving objects: 16% (456/2844) 2025-06-05T23:22:30.3665379Z Receiving objects: 17% (484/2844) 2025-06-05T23:22:30.3665642Z Receiving objects: 18% (512/2844) 2025-06-05T23:22:30.3665916Z Receiving objects: 19% (541/2844) 2025-06-05T23:22:30.3666178Z Receiving objects: 20% (569/2844) 2025-06-05T23:22:30.3666455Z Receiving objects: 21% (598/2844) 2025-06-05T23:22:30.3666732Z Receiving objects: 22% (626/2844) 2025-06-05T23:22:30.3666998Z Receiving objects: 23% (655/2844) 2025-06-05T23:22:30.3667278Z Receiving objects: 24% (683/2844) 2025-06-05T23:22:30.3667544Z Receiving objects: 25% (711/2844) 2025-06-05T23:22:30.3667821Z Receiving objects: 26% (740/2844) 2025-06-05T23:22:30.3668153Z Receiving objects: 27% (768/2844) 2025-06-05T23:22:30.3668420Z Receiving objects: 28% (797/2844) 2025-06-05T23:22:30.3668696Z Receiving objects: 29% (825/2844) 2025-06-05T23:22:30.3668969Z Receiving objects: 30% (854/2844) 2025-06-05T23:22:30.3669305Z Receiving objects: 31% (882/2844) 2025-06-05T23:22:30.3669687Z Receiving objects: 32% (911/2844) 2025-06-05T23:22:30.3670054Z Receiving objects: 33% (939/2844) 2025-06-05T23:22:30.3670453Z Receiving objects: 34% (967/2844) 2025-06-05T23:22:30.3670744Z Receiving objects: 35% (996/2844) 2025-06-05T23:22:30.3671062Z Receiving objects: 36% (1024/2844) 2025-06-05T23:22:30.3671337Z Receiving objects: 37% (1053/2844) 2025-06-05T23:22:30.3671623Z Receiving objects: 38% (1081/2844) 2025-06-05T23:22:30.3671893Z Receiving objects: 39% (1110/2844) 2025-06-05T23:22:30.3672176Z Receiving objects: 40% (1138/2844) 2025-06-05T23:22:30.3672444Z Receiving objects: 41% (1167/2844) 2025-06-05T23:22:30.3672728Z Receiving objects: 42% (1195/2844) 2025-06-05T23:22:30.3673010Z Receiving objects: 43% (1223/2844) 2025-06-05T23:22:30.3673280Z Receiving objects: 44% (1252/2844) 2025-06-05T23:22:30.3673560Z Receiving objects: 45% (1280/2844) 2025-06-05T23:22:30.3673967Z Receiving objects: 46% (1309/2844) 2025-06-05T23:22:30.3674335Z Receiving objects: 47% (1337/2844) 2025-06-05T23:22:30.3674608Z Receiving objects: 48% (1366/2844) 2025-06-05T23:22:30.3674897Z Receiving objects: 49% (1394/2844) 2025-06-05T23:22:30.3675173Z Receiving objects: 50% (1422/2844) 2025-06-05T23:22:30.3675463Z Receiving objects: 51% (1451/2844) 2025-06-05T23:22:30.3675736Z Receiving objects: 52% (1479/2844) 2025-06-05T23:22:30.3676026Z Receiving objects: 53% (1508/2844) 2025-06-05T23:22:30.3676309Z Receiving objects: 54% (1536/2844) 2025-06-05T23:22:30.3676580Z Receiving objects: 55% (1565/2844) 2025-06-05T23:22:30.3676862Z Receiving objects: 56% (1593/2844) 2025-06-05T23:22:30.3677132Z Receiving objects: 57% (1622/2844) 2025-06-05T23:22:30.3677412Z Receiving objects: 58% (1650/2844) 2025-06-05T23:22:30.3677685Z Receiving objects: 59% (1678/2844) 2025-06-05T23:22:30.3677962Z Receiving objects: 60% (1707/2844) 2025-06-05T23:22:30.3678235Z Receiving objects: 61% (1735/2844) 2025-06-05T23:22:30.3678516Z Receiving objects: 62% (1764/2844) 2025-06-05T23:22:30.3678802Z Receiving objects: 63% (1792/2844) 2025-06-05T23:22:30.3679070Z Receiving objects: 64% (1821/2844) 2025-06-05T23:22:30.3679353Z Receiving objects: 65% (1849/2844) 2025-06-05T23:22:30.3679622Z Receiving objects: 66% (1878/2844) 2025-06-05T23:22:30.3679907Z Receiving objects: 67% (1906/2844) 2025-06-05T23:22:30.3680174Z Receiving objects: 68% (1934/2844) 2025-06-05T23:22:30.3680456Z Receiving objects: 69% (1963/2844) 2025-06-05T23:22:30.3680723Z Receiving objects: 70% (1991/2844) 2025-06-05T23:22:30.3681002Z Receiving objects: 71% (2020/2844) 2025-06-05T23:22:30.3681270Z Receiving objects: 72% (2048/2844) 2025-06-05T23:22:30.3681550Z Receiving objects: 73% (2077/2844) 2025-06-05T23:22:30.3681830Z Receiving objects: 74% (2105/2844) 2025-06-05T23:22:30.3682098Z Receiving objects: 75% (2133/2844) 2025-06-05T23:22:30.3682381Z Receiving objects: 76% (2162/2844) 2025-06-05T23:22:30.3682654Z Receiving objects: 77% (2190/2844) 2025-06-05T23:22:30.3682934Z Receiving objects: 78% (2219/2844) 2025-06-05T23:22:30.3683210Z Receiving objects: 79% (2247/2844) 2025-06-05T23:22:30.3683494Z Receiving objects: 80% (2276/2844) 2025-06-05T23:22:30.3683767Z Receiving objects: 81% (2304/2844) 2025-06-05T23:22:30.3684053Z Receiving objects: 82% (2333/2844) 2025-06-05T23:22:30.3684324Z Receiving objects: 83% (2361/2844) 2025-06-05T23:22:30.3684604Z Receiving objects: 84% (2389/2844) 2025-06-05T23:22:30.3684891Z Receiving objects: 85% (2418/2844) 2025-06-05T23:22:30.3685165Z Receiving objects: 86% (2446/2844) 2025-06-05T23:22:30.3685450Z Receiving objects: 87% (2475/2844) 2025-06-05T23:22:30.3685811Z Receiving objects: 88% (2503/2844) 2025-06-05T23:22:30.3686170Z remote: Total 2844 (delta 196), reused 2772 (delta 196) 2025-06-05T23:22:30.3686542Z Receiving objects: 89% (2532/2844) 2025-06-05T23:22:30.3686834Z Receiving objects: 90% (2560/2844) 2025-06-05T23:22:30.3687115Z Receiving objects: 91% (2589/2844) 2025-06-05T23:22:30.3687401Z Receiving objects: 92% (2617/2844) 2025-06-05T23:22:30.3687694Z Receiving objects: 93% (2645/2844) 2025-06-05T23:22:30.3688024Z Receiving objects: 94% (2674/2844) 2025-06-05T23:22:30.3688308Z Receiving objects: 95% (2702/2844) 2025-06-05T23:22:30.3688580Z Receiving objects: 96% (2731/2844) 2025-06-05T23:22:30.3688867Z Receiving objects: 97% (2759/2844) 2025-06-05T23:22:30.3689141Z Receiving objects: 98% (2788/2844) 2025-06-05T23:22:30.3689427Z Receiving objects: 99% (2816/2844) 2025-06-05T23:22:30.3689703Z Receiving objects: 100% (2844/2844) 2025-06-05T23:22:30.3690076Z Receiving objects: 100% (2844/2844), 891.22 KiB | 20.25 MiB/s, done. 2025-06-05T23:22:30.3690480Z Resolving deltas: 0% (0/1845) 2025-06-05T23:22:30.3690746Z Resolving deltas: 1% (19/1845) 2025-06-05T23:22:30.3691026Z Resolving deltas: 2% (37/1845) 2025-06-05T23:22:30.3691288Z Resolving deltas: 3% (56/1845) 2025-06-05T23:22:30.3691560Z Resolving deltas: 4% (74/1845) 2025-06-05T23:22:30.3691921Z Resolving deltas: 5% (93/1845) 2025-06-05T23:22:30.3692326Z Resolving deltas: 6% (111/1845) 2025-06-05T23:22:30.3692600Z Resolving deltas: 7% (130/1845) 2025-06-05T23:22:30.3692879Z Resolving deltas: 8% (148/1845) 2025-06-05T23:22:30.3693143Z Resolving deltas: 9% (167/1845) 2025-06-05T23:22:30.3693420Z Resolving deltas: 10% (185/1845) 2025-06-05T23:22:30.3693698Z Resolving deltas: 11% (203/1845) 2025-06-05T23:22:30.3693960Z Resolving deltas: 12% (222/1845) 2025-06-05T23:22:30.3694238Z Resolving deltas: 13% (240/1845) 2025-06-05T23:22:30.3694501Z Resolving deltas: 14% (259/1845) 2025-06-05T23:22:30.3694779Z Resolving deltas: 15% (277/1845) 2025-06-05T23:22:30.3695039Z Resolving deltas: 16% (296/1845) 2025-06-05T23:22:30.3695314Z Resolving deltas: 17% (314/1845) 2025-06-05T23:22:30.3695574Z Resolving deltas: 18% (333/1845) 2025-06-05T23:22:30.3695846Z Resolving deltas: 19% (351/1845) 2025-06-05T23:22:30.3696107Z Resolving deltas: 20% (369/1845) 2025-06-05T23:22:30.3696385Z Resolving deltas: 21% (388/1845) 2025-06-05T23:22:30.3696658Z Resolving deltas: 22% (406/1845) 2025-06-05T23:22:30.3696922Z Resolving deltas: 23% (425/1845) 2025-06-05T23:22:30.3697195Z Resolving deltas: 24% (443/1845) 2025-06-05T23:22:30.3697459Z Resolving deltas: 25% (462/1845) 2025-06-05T23:22:30.3697734Z Resolving deltas: 26% (481/1845) 2025-06-05T23:22:30.3697997Z Resolving deltas: 27% (500/1845) 2025-06-05T23:22:30.3698274Z Resolving deltas: 28% (517/1845) 2025-06-05T23:22:30.3698536Z Resolving deltas: 29% (536/1845) 2025-06-05T23:22:30.3698814Z Resolving deltas: 30% (554/1845) 2025-06-05T23:22:30.3699080Z Resolving deltas: 31% (572/1845) 2025-06-05T23:22:30.3699357Z Resolving deltas: 32% (591/1845) 2025-06-05T23:22:30.3699630Z Resolving deltas: 33% (609/1845) 2025-06-05T23:22:30.3699893Z Resolving deltas: 34% (628/1845) 2025-06-05T23:22:30.3700168Z Resolving deltas: 35% (646/1845) 2025-06-05T23:22:30.3700430Z Resolving deltas: 36% (665/1845) 2025-06-05T23:22:30.3700706Z Resolving deltas: 37% (684/1845) 2025-06-05T23:22:30.3700966Z Resolving deltas: 38% (702/1845) 2025-06-05T23:22:30.3701244Z Resolving deltas: 39% (720/1845) 2025-06-05T23:22:30.3701508Z Resolving deltas: 40% (738/1845) 2025-06-05T23:22:30.3701781Z Resolving deltas: 41% (757/1845) 2025-06-05T23:22:30.3702041Z Resolving deltas: 42% (775/1845) 2025-06-05T23:22:30.3702318Z Resolving deltas: 43% (794/1845) 2025-06-05T23:22:30.3702593Z Resolving deltas: 44% (812/1845) 2025-06-05T23:22:30.3702855Z Resolving deltas: 45% (831/1845) 2025-06-05T23:22:30.3703132Z Resolving deltas: 46% (849/1845) 2025-06-05T23:22:30.3703394Z Resolving deltas: 47% (868/1845) 2025-06-05T23:22:30.3703669Z Resolving deltas: 48% (886/1845) 2025-06-05T23:22:30.3703931Z Resolving deltas: 49% (905/1845) 2025-06-05T23:22:30.3704204Z Resolving deltas: 50% (923/1845) 2025-06-05T23:22:30.3704466Z Resolving deltas: 51% (941/1845) 2025-06-05T23:22:30.3704739Z Resolving deltas: 52% (960/1845) 2025-06-05T23:22:30.3705000Z Resolving deltas: 53% (978/1845) 2025-06-05T23:22:30.3705279Z Resolving deltas: 54% (997/1845) 2025-06-05T23:22:30.3705562Z Resolving deltas: 55% (1015/1845) 2025-06-05T23:22:30.3705832Z Resolving deltas: 56% (1034/1845) 2025-06-05T23:22:30.3706111Z Resolving deltas: 57% (1052/1845) 2025-06-05T23:22:30.3706378Z Resolving deltas: 58% (1071/1845) 2025-06-05T23:22:30.3706658Z Resolving deltas: 59% (1089/1845) 2025-06-05T23:22:30.3706921Z Resolving deltas: 60% (1107/1845) 2025-06-05T23:22:30.3707195Z Resolving deltas: 61% (1126/1845) 2025-06-05T23:22:30.3707456Z Resolving deltas: 62% (1144/1845) 2025-06-05T23:22:30.3707732Z Resolving deltas: 63% (1163/1845) 2025-06-05T23:22:30.3708010Z Resolving deltas: 64% (1181/1845) 2025-06-05T23:22:30.3708275Z Resolving deltas: 65% (1200/1845) 2025-06-05T23:22:30.3708550Z Resolving deltas: 66% (1218/1845) 2025-06-05T23:22:30.3708814Z Resolving deltas: 67% (1237/1845) 2025-06-05T23:22:30.3709086Z Resolving deltas: 68% (1255/1845) 2025-06-05T23:22:30.3709350Z Resolving deltas: 69% (1274/1845) 2025-06-05T23:22:30.3709714Z Resolving deltas: 70% (1292/1845) 2025-06-05T23:22:30.3710047Z Resolving deltas: 71% (1310/1845) 2025-06-05T23:22:30.3710327Z Resolving deltas: 72% (1329/1845) 2025-06-05T23:22:30.3710590Z Resolving deltas: 73% (1347/1845) 2025-06-05T23:22:30.3710870Z Resolving deltas: 74% (1366/1845) 2025-06-05T23:22:30.3711149Z Resolving deltas: 75% (1384/1845) 2025-06-05T23:22:30.3711414Z Resolving deltas: 76% (1403/1845) 2025-06-05T23:22:30.3711692Z Resolving deltas: 77% (1421/1845) 2025-06-05T23:22:30.3711963Z Resolving deltas: 78% (1440/1845) 2025-06-05T23:22:30.3712240Z Resolving deltas: 79% (1458/1845) 2025-06-05T23:22:30.3712506Z Resolving deltas: 80% (1476/1845) 2025-06-05T23:22:30.3712786Z Resolving deltas: 81% (1495/1845) 2025-06-05T23:22:30.3713055Z Resolving deltas: 82% (1513/1845) 2025-06-05T23:22:30.3713334Z Resolving deltas: 83% (1532/1845) 2025-06-05T23:22:30.3713603Z Resolving deltas: 84% (1550/1845) 2025-06-05T23:22:30.3713879Z Resolving deltas: 85% (1569/1845) 2025-06-05T23:22:30.3714160Z Resolving deltas: 86% (1587/1845) 2025-06-05T23:22:30.3714438Z Resolving deltas: 87% (1606/1845) 2025-06-05T23:22:30.3714704Z Resolving deltas: 88% (1624/1845) 2025-06-05T23:22:30.3714979Z Resolving deltas: 89% (1643/1845) 2025-06-05T23:22:30.3715244Z Resolving deltas: 90% (1661/1845) 2025-06-05T23:22:30.3715521Z Resolving deltas: 91% (1679/1845) 2025-06-05T23:22:30.3715784Z Resolving deltas: 92% (1698/1845) 2025-06-05T23:22:30.3716063Z Resolving deltas: 93% (1716/1845) 2025-06-05T23:22:30.3716330Z Resolving deltas: 94% (1735/1845) 2025-06-05T23:22:30.4784896Z Resolving deltas: 95% (1753/1845) 2025-06-05T23:22:30.4785501Z Resolving deltas: 96% (1772/1845) 2025-06-05T23:22:30.4785971Z Resolving deltas: 97% (1790/1845) 2025-06-05T23:22:30.4786484Z Resolving deltas: 98% (1809/1845) 2025-06-05T23:22:30.4787098Z Resolving deltas: 99% (1827/1845) 2025-06-05T23:22:30.4787583Z Resolving deltas: 100% (1845/1845) 2025-06-05T23:22:30.4788101Z Resolving deltas: 100% (1845/1845), done. 2025-06-05T23:22:30.4789261Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/specification'... 2025-06-05T23:22:30.4790437Z remote: Counting objects: 1 2025-06-05T23:22:30.4791022Z remote: Counting objects: 272, done 2025-06-05T23:22:30.4791624Z remote: Finding sources: 1% (15/2881) 2025-06-05T23:22:30.4792291Z remote: Finding sources: 2% (44/2881) 2025-06-05T23:22:30.4792925Z remote: Finding sources: 3% (73/2881) 2025-06-05T23:22:30.4793569Z remote: Finding sources: 4% (101/2881) 2025-06-05T23:22:30.4794208Z remote: Finding sources: 5% (130/2881) 2025-06-05T23:22:30.4794849Z remote: Finding sources: 6% (159/2881) 2025-06-05T23:22:30.4795486Z remote: Finding sources: 7% (188/2881) 2025-06-05T23:22:30.4796139Z remote: Finding sources: 8% (217/2881) 2025-06-05T23:22:30.4796780Z remote: Finding sources: 9% (245/2881) 2025-06-05T23:22:30.4797422Z remote: Finding sources: 10% (274/2881) 2025-06-05T23:22:30.4798081Z remote: Finding sources: 11% (303/2881) 2025-06-05T23:22:30.4798710Z remote: Finding sources: 12% (332/2881) 2025-06-05T23:22:30.4799353Z remote: Finding sources: 13% (361/2881) 2025-06-05T23:22:30.4799999Z remote: Finding sources: 14% (389/2881) 2025-06-05T23:22:30.4800648Z remote: Finding sources: 15% (418/2881) 2025-06-05T23:22:30.4801271Z remote: Finding sources: 16% (447/2881) 2025-06-05T23:22:30.4801938Z remote: Finding sources: 17% (476/2881) 2025-06-05T23:22:30.4802579Z remote: Finding sources: 18% (505/2881) 2025-06-05T23:22:30.4803202Z remote: Finding sources: 19% (533/2881) 2025-06-05T23:22:30.4803849Z remote: Finding sources: 20% (562/2881) 2025-06-05T23:22:30.4804481Z remote: Finding sources: 21% (591/2881) 2025-06-05T23:22:30.4805370Z remote: Finding sources: 22% (620/2881) 2025-06-05T23:22:30.4806119Z remote: Finding sources: 23% (649/2881) 2025-06-05T23:22:30.4806930Z remote: Finding sources: 24% (678/2881) 2025-06-05T23:22:30.4807576Z remote: Finding sources: 25% (706/2881) 2025-06-05T23:22:30.4808221Z remote: Finding sources: 26% (735/2881) 2025-06-05T23:22:30.4808865Z remote: Finding sources: 27% (764/2881) 2025-06-05T23:22:30.4809521Z remote: Finding sources: 28% (793/2881) 2025-06-05T23:22:30.4810156Z remote: Finding sources: 29% (822/2881) 2025-06-05T23:22:30.4810782Z remote: Finding sources: 30% (850/2881) 2025-06-05T23:22:30.4811442Z remote: Finding sources: 31% (879/2881) 2025-06-05T23:22:30.4812082Z remote: Finding sources: 32% (908/2881) 2025-06-05T23:22:30.4812732Z remote: Finding sources: 33% (937/2881) 2025-06-05T23:22:30.4813383Z remote: Finding sources: 34% (966/2881) 2025-06-05T23:22:30.4814038Z remote: Finding sources: 35% (994/2881) 2025-06-05T23:22:30.4814713Z remote: Finding sources: 36% (1023/2881) 2025-06-05T23:22:30.4815371Z remote: Finding sources: 37% (1052/2881) 2025-06-05T23:22:30.4816061Z remote: Finding sources: 38% (1081/2881) 2025-06-05T23:22:30.4816712Z remote: Finding sources: 39% (1110/2881) 2025-06-05T23:22:30.4817389Z remote: Finding sources: 40% (1138/2881) 2025-06-05T23:22:30.4818055Z remote: Finding sources: 41% (1167/2881) 2025-06-05T23:22:30.4818725Z remote: Finding sources: 42% (1196/2881) 2025-06-05T23:22:30.4819392Z remote: Finding sources: 43% (1225/2881) 2025-06-05T23:22:30.4820065Z remote: Finding sources: 44% (1254/2881) 2025-06-05T23:22:30.4820755Z remote: Finding sources: 45% (1283/2881) 2025-06-05T23:22:30.4821408Z remote: Finding sources: 46% (1311/2881) 2025-06-05T23:22:30.4822084Z remote: Finding sources: 47% (1340/2881) 2025-06-05T23:22:30.4822744Z remote: Finding sources: 48% (1369/2881) 2025-06-05T23:22:30.4823435Z remote: Finding sources: 49% (1398/2881) 2025-06-05T23:22:30.4824086Z remote: Finding sources: 50% (1427/2881) 2025-06-05T23:22:30.4824757Z remote: Finding sources: 51% (1455/2881) 2025-06-05T23:22:30.4825425Z remote: Finding sources: 52% (1484/2881) 2025-06-05T23:22:30.4826080Z remote: Finding sources: 53% (1513/2881) 2025-06-05T23:22:30.4826747Z remote: Finding sources: 54% (1542/2881) 2025-06-05T23:22:30.4827403Z remote: Finding sources: 55% (1571/2881) 2025-06-05T23:22:30.4828071Z remote: Finding sources: 56% (1599/2881) 2025-06-05T23:22:30.4828732Z remote: Finding sources: 57% (1628/2881) 2025-06-05T23:22:30.4829400Z remote: Finding sources: 58% (1657/2881) 2025-06-05T23:22:30.4830066Z remote: Finding sources: 59% (1686/2881) 2025-06-05T23:22:30.4830749Z remote: Finding sources: 60% (1715/2881) 2025-06-05T23:22:30.4831440Z remote: Finding sources: 61% (1744/2881) 2025-06-05T23:22:30.4832107Z remote: Finding sources: 62% (1772/2881) 2025-06-05T23:22:30.4832779Z remote: Finding sources: 63% (1801/2881) 2025-06-05T23:22:30.4833442Z remote: Finding sources: 64% (1830/2881) 2025-06-05T23:22:30.4834103Z remote: Finding sources: 65% (1859/2881) 2025-06-05T23:22:30.4834777Z remote: Finding sources: 66% (1888/2881) 2025-06-05T23:22:30.4835441Z remote: Finding sources: 67% (1916/2881) 2025-06-05T23:22:30.4836097Z remote: Finding sources: 68% (1945/2881) 2025-06-05T23:22:30.4836768Z remote: Finding sources: 69% (1974/2881) 2025-06-05T23:22:30.4837433Z remote: Finding sources: 70% (2003/2881) 2025-06-05T23:22:30.4838076Z remote: Finding sources: 71% (2032/2881) 2025-06-05T23:22:30.4838770Z remote: Finding sources: 72% (2060/2881) 2025-06-05T23:22:30.4839575Z remote: Finding sources: 73% (2089/2881) 2025-06-05T23:22:30.4840348Z remote: Finding sources: 74% (2118/2881) 2025-06-05T23:22:30.4841008Z remote: Finding sources: 75% (2147/2881) 2025-06-05T23:22:30.4841675Z remote: Finding sources: 76% (2176/2881) 2025-06-05T23:22:30.4842338Z remote: Finding sources: 77% (2204/2881) 2025-06-05T23:22:30.4842989Z remote: Finding sources: 78% (2233/2881) 2025-06-05T23:22:30.4843824Z remote: Finding sources: 79% (2262/2881) 2025-06-05T23:22:30.4844446Z remote: Finding sources: 80% (2291/2881) 2025-06-05T23:22:30.4845139Z remote: Finding sources: 81% (2320/2881) 2025-06-05T23:22:30.4845890Z remote: Finding sources: 82% (2349/2881) 2025-06-05T23:22:30.4846553Z remote: Finding sources: 83% (2377/2881) 2025-06-05T23:22:30.4847209Z remote: Finding sources: 84% (2406/2881) 2025-06-05T23:22:30.4847867Z remote: Finding sources: 85% (2435/2881) 2025-06-05T23:22:30.4848520Z remote: Finding sources: 86% (2464/2881) 2025-06-05T23:22:30.4849196Z remote: Finding sources: 87% (2493/2881) 2025-06-05T23:22:30.4849887Z remote: Finding sources: 88% (2521/2881) 2025-06-05T23:22:30.4850564Z remote: Finding sources: 89% (2550/2881) 2025-06-05T23:22:30.4851246Z remote: Finding sources: 90% (2579/2881) 2025-06-05T23:22:30.4851919Z remote: Finding sources: 91% (2608/2881) 2025-06-05T23:22:30.4852601Z remote: Finding sources: 92% (2637/2881) 2025-06-05T23:22:30.4853282Z remote: Finding sources: 93% (2665/2881) 2025-06-05T23:22:30.4853935Z remote: Finding sources: 94% (2694/2881) 2025-06-05T23:22:30.4854610Z remote: Finding sources: 95% (2723/2881) 2025-06-05T23:22:30.4855226Z remote: Finding sources: 96% (2752/2881) 2025-06-05T23:22:30.4855926Z remote: Finding sources: 97% (2781/2881) 2025-06-05T23:22:30.4856607Z remote: Finding sources: 98% (2809/2881) 2025-06-05T23:22:30.4857299Z remote: Finding sources: 99% (2838/2881) 2025-06-05T23:22:30.4857973Z remote: Finding sources: 100% (2867/2881) 2025-06-05T23:22:30.4858646Z remote: Finding sources: 100% (2881/2881) 2025-06-05T23:22:30.4859260Z Receiving objects: 0% (1/2881) 2025-06-05T23:22:30.4859742Z Receiving objects: 1% (29/2881) 2025-06-05T23:22:30.4860055Z Receiving objects: 2% (58/2881) 2025-06-05T23:22:30.4860321Z Receiving objects: 3% (87/2881) 2025-06-05T23:22:30.4860604Z Receiving objects: 4% (116/2881) 2025-06-05T23:22:30.4860876Z Receiving objects: 5% (145/2881) 2025-06-05T23:22:30.4861157Z Receiving objects: 6% (173/2881) 2025-06-05T23:22:30.4861425Z Receiving objects: 7% (202/2881) 2025-06-05T23:22:30.4861706Z Receiving objects: 8% (231/2881) 2025-06-05T23:22:30.4861977Z Receiving objects: 9% (260/2881) 2025-06-05T23:22:30.4862290Z Receiving objects: 10% (289/2881) 2025-06-05T23:22:30.4862574Z Receiving objects: 11% (317/2881) 2025-06-05T23:22:30.4862851Z Receiving objects: 12% (346/2881) 2025-06-05T23:22:30.4863128Z Receiving objects: 13% (375/2881) 2025-06-05T23:22:30.4863396Z Receiving objects: 14% (404/2881) 2025-06-05T23:22:30.4863673Z Receiving objects: 15% (433/2881) 2025-06-05T23:22:30.4863939Z Receiving objects: 16% (461/2881) 2025-06-05T23:22:30.4864216Z Receiving objects: 17% (490/2881) 2025-06-05T23:22:30.4864479Z Receiving objects: 18% (519/2881) 2025-06-05T23:22:30.4864757Z Receiving objects: 19% (548/2881) 2025-06-05T23:22:30.4865024Z Receiving objects: 20% (577/2881) 2025-06-05T23:22:30.4865303Z Receiving objects: 21% (606/2881) 2025-06-05T23:22:30.4865583Z Receiving objects: 22% (634/2881) 2025-06-05T23:22:30.4865850Z Receiving objects: 23% (663/2881) 2025-06-05T23:22:30.4866134Z Receiving objects: 24% (692/2881) 2025-06-05T23:22:30.4866405Z Receiving objects: 25% (721/2881) 2025-06-05T23:22:30.4866688Z Receiving objects: 26% (750/2881) 2025-06-05T23:22:30.4867122Z Receiving objects: 27% (778/2881) 2025-06-05T23:22:30.4867526Z Receiving objects: 28% (807/2881) 2025-06-05T23:22:30.4867795Z Receiving objects: 29% (836/2881) 2025-06-05T23:22:30.4868081Z Receiving objects: 30% (865/2881) 2025-06-05T23:22:30.4868366Z Receiving objects: 31% (894/2881) 2025-06-05T23:22:30.4868638Z Receiving objects: 32% (922/2881) 2025-06-05T23:22:30.4868924Z Receiving objects: 33% (951/2881) 2025-06-05T23:22:30.4869195Z Receiving objects: 34% (980/2881) 2025-06-05T23:22:30.4869482Z Receiving objects: 35% (1009/2881) 2025-06-05T23:22:30.4869765Z Receiving objects: 36% (1038/2881) 2025-06-05T23:22:30.4870053Z Receiving objects: 37% (1066/2881) 2025-06-05T23:22:30.4870327Z Receiving objects: 38% (1095/2881) 2025-06-05T23:22:30.4870613Z Receiving objects: 39% (1124/2881) 2025-06-05T23:22:30.4870886Z Receiving objects: 40% (1153/2881) 2025-06-05T23:22:30.4871171Z Receiving objects: 41% (1182/2881) 2025-06-05T23:22:30.4871456Z Receiving objects: 42% (1211/2881) 2025-06-05T23:22:30.4871724Z Receiving objects: 43% (1239/2881) 2025-06-05T23:22:30.4872008Z Receiving objects: 44% (1268/2881) 2025-06-05T23:22:30.4872276Z Receiving objects: 45% (1297/2881) 2025-06-05T23:22:30.4872555Z Receiving objects: 46% (1326/2881) 2025-06-05T23:22:30.4872824Z Receiving objects: 47% (1355/2881) 2025-06-05T23:22:30.4873108Z Receiving objects: 48% (1383/2881) 2025-06-05T23:22:30.4873375Z Receiving objects: 49% (1412/2881) 2025-06-05T23:22:30.4873654Z Receiving objects: 50% (1441/2881) 2025-06-05T23:22:30.4873923Z Receiving objects: 51% (1470/2881) 2025-06-05T23:22:30.4874204Z Receiving objects: 52% (1499/2881) 2025-06-05T23:22:30.4874490Z Receiving objects: 53% (1527/2881) 2025-06-05T23:22:30.4874760Z Receiving objects: 54% (1556/2881) 2025-06-05T23:22:30.4875045Z Receiving objects: 55% (1585/2881) 2025-06-05T23:22:30.4875317Z Receiving objects: 56% (1614/2881) 2025-06-05T23:22:30.4875599Z Receiving objects: 57% (1643/2881) 2025-06-05T23:22:30.4875873Z Receiving objects: 58% (1671/2881) 2025-06-05T23:22:30.4876159Z Receiving objects: 59% (1700/2881) 2025-06-05T23:22:30.4876432Z Receiving objects: 60% (1729/2881) 2025-06-05T23:22:30.4876714Z Receiving objects: 61% (1758/2881) 2025-06-05T23:22:30.4876996Z Receiving objects: 62% (1787/2881) 2025-06-05T23:22:30.4877268Z Receiving objects: 63% (1816/2881) 2025-06-05T23:22:30.4877549Z Receiving objects: 64% (1844/2881) 2025-06-05T23:22:30.4877816Z Receiving objects: 65% (1873/2881) 2025-06-05T23:22:30.4878097Z Receiving objects: 66% (1902/2881) 2025-06-05T23:22:30.4878365Z Receiving objects: 67% (1931/2881) 2025-06-05T23:22:31.9007392Z Receiving objects: 68% (1960/2881) 2025-06-05T23:22:31.9007918Z Receiving objects: 69% (1988/2881) 2025-06-05T23:22:31.9008442Z Receiving objects: 70% (2017/2881) 2025-06-05T23:22:31.9008916Z Receiving objects: 71% (2046/2881) 2025-06-05T23:22:31.9009376Z Receiving objects: 72% (2075/2881) 2025-06-05T23:22:31.9009786Z Receiving objects: 73% (2104/2881) 2025-06-05T23:22:31.9010199Z Receiving objects: 74% (2132/2881) 2025-06-05T23:22:31.9010499Z Receiving objects: 75% (2161/2881) 2025-06-05T23:22:31.9010861Z Receiving objects: 76% (2190/2881) 2025-06-05T23:22:31.9011204Z Receiving objects: 77% (2219/2881) 2025-06-05T23:22:31.9011573Z Receiving objects: 78% (2248/2881) 2025-06-05T23:22:31.9011915Z Receiving objects: 79% (2276/2881) 2025-06-05T23:22:31.9012238Z Receiving objects: 80% (2305/2881) 2025-06-05T23:22:31.9012606Z Receiving objects: 81% (2334/2881) 2025-06-05T23:22:31.9013009Z Receiving objects: 82% (2363/2881) 2025-06-05T23:22:31.9013402Z Receiving objects: 83% (2392/2881) 2025-06-05T23:22:31.9013772Z Receiving objects: 84% (2421/2881) 2025-06-05T23:22:31.9014179Z Receiving objects: 85% (2449/2881) 2025-06-05T23:22:31.9014506Z Receiving objects: 86% (2478/2881) 2025-06-05T23:22:31.9014848Z Receiving objects: 87% (2507/2881) 2025-06-05T23:22:31.9015246Z Receiving objects: 88% (2536/2881) 2025-06-05T23:22:31.9015533Z Receiving objects: 89% (2565/2881) 2025-06-05T23:22:31.9016260Z Receiving objects: 90% (2593/2881) 2025-06-05T23:22:31.9016828Z Receiving objects: 91% (2622/2881) 2025-06-05T23:22:31.9017185Z Receiving objects: 92% (2651/2881) 2025-06-05T23:22:31.9017689Z remote: Total 2881 (delta 2045), reused 2671 (delta 2045) 2025-06-05T23:22:31.9018214Z Receiving objects: 93% (2680/2881) 2025-06-05T23:22:31.9018505Z Receiving objects: 94% (2709/2881) 2025-06-05T23:22:31.9018882Z Receiving objects: 95% (2737/2881) 2025-06-05T23:22:31.9019153Z Receiving objects: 96% (2766/2881) 2025-06-05T23:22:31.9019432Z Receiving objects: 97% (2795/2881) 2025-06-05T23:22:31.9019748Z Receiving objects: 98% (2824/2881) 2025-06-05T23:22:31.9020153Z Receiving objects: 99% (2853/2881) 2025-06-05T23:22:31.9020461Z Receiving objects: 100% (2881/2881) 2025-06-05T23:22:31.9020831Z Receiving objects: 100% (2881/2881), 735.63 KiB | 19.36 MiB/s, done. 2025-06-05T23:22:31.9021308Z Resolving deltas: 0% (0/2045) 2025-06-05T23:22:31.9021574Z Resolving deltas: 1% (21/2045) 2025-06-05T23:22:31.9021869Z Resolving deltas: 2% (41/2045) 2025-06-05T23:22:31.9022205Z Resolving deltas: 3% (62/2045) 2025-06-05T23:22:31.9022602Z Resolving deltas: 4% (82/2045) 2025-06-05T23:22:31.9022999Z Resolving deltas: 5% (103/2045) 2025-06-05T23:22:31.9023284Z Resolving deltas: 6% (123/2045) 2025-06-05T23:22:31.9023617Z Resolving deltas: 7% (144/2045) 2025-06-05T23:22:31.9024036Z Resolving deltas: 8% (164/2045) 2025-06-05T23:22:31.9024430Z Resolving deltas: 9% (185/2045) 2025-06-05T23:22:31.9024773Z Resolving deltas: 10% (205/2045) 2025-06-05T23:22:31.9025106Z Resolving deltas: 11% (225/2045) 2025-06-05T23:22:31.9025385Z Resolving deltas: 12% (246/2045) 2025-06-05T23:22:31.9025834Z Resolving deltas: 13% (266/2045) 2025-06-05T23:22:31.9026147Z Resolving deltas: 14% (287/2045) 2025-06-05T23:22:31.9026555Z Resolving deltas: 15% (307/2045) 2025-06-05T23:22:31.9026834Z Resolving deltas: 16% (328/2045) 2025-06-05T23:22:31.9027095Z Resolving deltas: 17% (348/2045) 2025-06-05T23:22:31.9027384Z Resolving deltas: 18% (369/2045) 2025-06-05T23:22:31.9027654Z Resolving deltas: 19% (389/2045) 2025-06-05T23:22:31.9028054Z Resolving deltas: 20% (409/2045) 2025-06-05T23:22:31.9028389Z Resolving deltas: 21% (430/2045) 2025-06-05T23:22:31.9028715Z Resolving deltas: 22% (450/2045) 2025-06-05T23:22:31.9029099Z Resolving deltas: 23% (471/2045) 2025-06-05T23:22:31.9029458Z Resolving deltas: 24% (491/2045) 2025-06-05T23:22:31.9029797Z Resolving deltas: 25% (512/2045) 2025-06-05T23:22:31.9030112Z Resolving deltas: 26% (532/2045) 2025-06-05T23:22:31.9030502Z Resolving deltas: 27% (553/2045) 2025-06-05T23:22:31.9030767Z Resolving deltas: 28% (573/2045) 2025-06-05T23:22:31.9031164Z Resolving deltas: 29% (594/2045) 2025-06-05T23:22:31.9031429Z Resolving deltas: 30% (614/2045) 2025-06-05T23:22:31.9031802Z Resolving deltas: 31% (634/2045) 2025-06-05T23:22:31.9032182Z Resolving deltas: 32% (656/2045) 2025-06-05T23:22:31.9032576Z Resolving deltas: 33% (676/2045) 2025-06-05T23:22:31.9032856Z Resolving deltas: 34% (696/2045) 2025-06-05T23:22:31.9033314Z Resolving deltas: 35% (716/2045) 2025-06-05T23:22:31.9033663Z Resolving deltas: 36% (737/2045) 2025-06-05T23:22:31.9034078Z Resolving deltas: 37% (757/2045) 2025-06-05T23:22:31.9034455Z Resolving deltas: 38% (778/2045) 2025-06-05T23:22:31.9034769Z Resolving deltas: 39% (798/2045) 2025-06-05T23:22:31.9035141Z Resolving deltas: 40% (818/2045) 2025-06-05T23:22:31.9035403Z Resolving deltas: 41% (839/2045) 2025-06-05T23:22:31.9035833Z Resolving deltas: 42% (859/2045) 2025-06-05T23:22:31.9036153Z Resolving deltas: 43% (880/2045) 2025-06-05T23:22:31.9036476Z Resolving deltas: 44% (900/2045) 2025-06-05T23:22:31.9036783Z Resolving deltas: 45% (921/2045) 2025-06-05T23:22:31.9037057Z Resolving deltas: 46% (941/2045) 2025-06-05T23:22:31.9037319Z Resolving deltas: 47% (962/2045) 2025-06-05T23:22:31.9037593Z Resolving deltas: 48% (982/2045) 2025-06-05T23:22:31.9037873Z Resolving deltas: 49% (1003/2045) 2025-06-05T23:22:31.9038286Z Resolving deltas: 50% (1023/2045) 2025-06-05T23:22:31.9038574Z Resolving deltas: 51% (1043/2045) 2025-06-05T23:22:31.9038910Z Resolving deltas: 52% (1064/2045) 2025-06-05T23:22:31.9039192Z Resolving deltas: 53% (1084/2045) 2025-06-05T23:22:31.9039540Z Resolving deltas: 54% (1105/2045) 2025-06-05T23:22:31.9039887Z Resolving deltas: 55% (1125/2045) 2025-06-05T23:22:31.9040236Z Resolving deltas: 56% (1146/2045) 2025-06-05T23:22:31.9040566Z Resolving deltas: 57% (1166/2045) 2025-06-05T23:22:31.9040845Z Resolving deltas: 58% (1187/2045) 2025-06-05T23:22:31.9041111Z Resolving deltas: 59% (1207/2045) 2025-06-05T23:22:31.9041388Z Resolving deltas: 60% (1227/2045) 2025-06-05T23:22:31.9041652Z Resolving deltas: 61% (1248/2045) 2025-06-05T23:22:31.9041928Z Resolving deltas: 62% (1268/2045) 2025-06-05T23:22:31.9042193Z Resolving deltas: 63% (1289/2045) 2025-06-05T23:22:31.9042471Z Resolving deltas: 64% (1309/2045) 2025-06-05T23:22:31.9042734Z Resolving deltas: 65% (1330/2045) 2025-06-05T23:22:31.9043021Z Resolving deltas: 66% (1350/2045) 2025-06-05T23:22:31.9043477Z Resolving deltas: 67% (1371/2045) 2025-06-05T23:22:31.9043764Z Resolving deltas: 68% (1391/2045) 2025-06-05T23:22:31.9044045Z Resolving deltas: 69% (1412/2045) 2025-06-05T23:22:31.9044309Z Resolving deltas: 70% (1432/2045) 2025-06-05T23:22:31.9044589Z Resolving deltas: 71% (1452/2045) 2025-06-05T23:22:31.9044856Z Resolving deltas: 72% (1473/2045) 2025-06-05T23:22:31.9045132Z Resolving deltas: 73% (1493/2045) 2025-06-05T23:22:31.9045397Z Resolving deltas: 74% (1514/2045) 2025-06-05T23:22:31.9045748Z Resolving deltas: 75% (1534/2045) 2025-06-05T23:22:31.9046013Z Resolving deltas: 76% (1555/2045) 2025-06-05T23:22:31.9046292Z Resolving deltas: 77% (1575/2045) 2025-06-05T23:22:31.9046556Z Resolving deltas: 78% (1596/2045) 2025-06-05T23:22:31.9046836Z Resolving deltas: 79% (1616/2045) 2025-06-05T23:22:31.9047115Z Resolving deltas: 80% (1636/2045) 2025-06-05T23:22:31.9047384Z Resolving deltas: 81% (1657/2045) 2025-06-05T23:22:31.9047814Z Resolving deltas: 82% (1677/2045) 2025-06-05T23:22:31.9048157Z Resolving deltas: 83% (1698/2045) 2025-06-05T23:22:31.9048450Z Resolving deltas: 84% (1718/2045) 2025-06-05T23:22:31.9048826Z Resolving deltas: 85% (1739/2045) 2025-06-05T23:22:31.9049109Z Resolving deltas: 86% (1759/2045) 2025-06-05T23:22:31.9049381Z Resolving deltas: 87% (1780/2045) 2025-06-05T23:22:31.9049664Z Resolving deltas: 88% (1800/2045) 2025-06-05T23:22:31.9049928Z Resolving deltas: 89% (1821/2045) 2025-06-05T23:22:31.9050216Z Resolving deltas: 90% (1841/2045) 2025-06-05T23:22:31.9050492Z Resolving deltas: 91% (1861/2045) 2025-06-05T23:22:31.9050758Z Resolving deltas: 92% (1882/2045) 2025-06-05T23:22:31.9051032Z Resolving deltas: 93% (1902/2045) 2025-06-05T23:22:31.9051294Z Resolving deltas: 94% (1923/2045) 2025-06-05T23:22:31.9051572Z Resolving deltas: 95% (1943/2045) 2025-06-05T23:22:31.9051838Z Resolving deltas: 96% (1964/2045) 2025-06-05T23:22:31.9052114Z Resolving deltas: 97% (1984/2045) 2025-06-05T23:22:31.9052381Z Resolving deltas: 98% (2005/2045) 2025-06-05T23:22:31.9052660Z Resolving deltas: 99% (2025/2045) 2025-06-05T23:22:31.9052942Z Resolving deltas: 100% (2045/2045) 2025-06-05T23:22:31.9053218Z Resolving deltas: 100% (2045/2045), done. 2025-06-05T23:22:31.9053732Z Submodule path 'thirdparty/doctest': checked out '86892fc480f80fb57d9a3926cb506c0e974489d8' 2025-06-05T23:22:31.9054419Z Submodule path 'thirdparty/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-06-05T23:22:31.9055091Z Submodule path 'thirdparty/json': checked out 'e7452d87783fbf6e9d320d515675e26dfd1271c5' 2025-06-05T23:22:31.9055766Z Submodule path 'thirdparty/pybind11': checked out 'a406a62e5b3ca74a76b6db9a1cd7cf3578c50772' 2025-06-05T23:22:31.9056525Z Submodule path 'thirdparty/serialization_lib': checked out '021bbad29b7328fbac3769a7ac27c9bf10225c15' 2025-06-05T23:22:31.9057584Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'thirdparty/serialization_lib/third_party/flatbuffers' 2025-06-05T23:22:31.9058955Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:22:31.9059842Z remote: Enumerating objects: 38908, done. 2025-06-05T23:22:31.9060199Z remote: Counting objects: 0% (1/13317) 2025-06-05T23:22:31.9060561Z remote: Counting objects: 1% (134/13317) 2025-06-05T23:22:31.9060921Z remote: Counting objects: 2% (267/13317) 2025-06-05T23:22:31.9061267Z remote: Counting objects: 3% (400/13317) 2025-06-05T23:22:31.9061620Z remote: Counting objects: 4% (533/13317) 2025-06-05T23:22:31.9061964Z remote: Counting objects: 5% (666/13317) 2025-06-05T23:22:31.9062315Z remote: Counting objects: 6% (800/13317) 2025-06-05T23:22:31.9062656Z remote: Counting objects: 7% (933/13317) 2025-06-05T23:22:31.9063020Z remote: Counting objects: 8% (1066/13317) 2025-06-05T23:22:31.9063377Z remote: Counting objects: 9% (1199/13317) 2025-06-05T23:22:31.9063732Z remote: Counting objects: 10% (1332/13317) 2025-06-05T23:22:31.9064092Z remote: Counting objects: 11% (1465/13317) 2025-06-05T23:22:31.9064432Z remote: Counting objects: 12% (1599/13317) 2025-06-05T23:22:31.9064785Z remote: Counting objects: 13% (1732/13317) 2025-06-05T23:22:31.9065123Z remote: Counting objects: 14% (1865/13317) 2025-06-05T23:22:31.9065474Z remote: Counting objects: 15% (1998/13317) 2025-06-05T23:22:31.9065813Z remote: Counting objects: 16% (2131/13317) 2025-06-05T23:22:31.9066169Z remote: Counting objects: 17% (2264/13317) 2025-06-05T23:22:31.9066513Z remote: Counting objects: 18% (2398/13317) 2025-06-05T23:22:31.9066867Z remote: Counting objects: 19% (2531/13317) 2025-06-05T23:22:31.9067219Z remote: Counting objects: 20% (2664/13317) 2025-06-05T23:22:31.9067562Z remote: Counting objects: 21% (2797/13317) 2025-06-05T23:22:31.9067917Z remote: Counting objects: 22% (2930/13317) 2025-06-05T23:22:31.9068261Z remote: Counting objects: 23% (3063/13317) 2025-06-05T23:22:31.9068619Z remote: Counting objects: 24% (3197/13317) 2025-06-05T23:22:31.9068962Z remote: Counting objects: 25% (3330/13317) 2025-06-05T23:22:31.9069311Z remote: Counting objects: 26% (3463/13317) 2025-06-05T23:22:31.9069755Z remote: Counting objects: 27% (3596/13317) 2025-06-05T23:22:31.9070098Z remote: Counting objects: 28% (3729/13317) 2025-06-05T23:22:31.9070449Z remote: Counting objects: 29% (3862/13317) 2025-06-05T23:22:31.9070789Z remote: Counting objects: 30% (3996/13317) 2025-06-05T23:22:31.9071150Z remote: Counting objects: 31% (4129/13317) 2025-06-05T23:22:31.9071625Z remote: Counting objects: 32% (4262/13317) 2025-06-05T23:22:31.9072073Z remote: Counting objects: 33% (4395/13317) 2025-06-05T23:22:31.9072523Z remote: Counting objects: 34% (4528/13317) 2025-06-05T23:22:31.9072880Z remote: Counting objects: 35% (4661/13317) 2025-06-05T23:22:31.9073241Z remote: Counting objects: 36% (4795/13317) 2025-06-05T23:22:31.9073579Z remote: Counting objects: 37% (4928/13317) 2025-06-05T23:22:31.9073933Z remote: Counting objects: 38% (5061/13317) 2025-06-05T23:22:31.9074274Z remote: Counting objects: 39% (5194/13317) 2025-06-05T23:22:31.9074628Z remote: Counting objects: 40% (5327/13317) 2025-06-05T23:22:31.9074967Z remote: Counting objects: 41% (5460/13317) 2025-06-05T23:22:31.9075321Z remote: Counting objects: 42% (5594/13317) 2025-06-05T23:22:31.9075666Z remote: Counting objects: 43% (5727/13317) 2025-06-05T23:22:31.9076021Z remote: Counting objects: 44% (5860/13317) 2025-06-05T23:22:31.9076373Z remote: Counting objects: 45% (5993/13317) 2025-06-05T23:22:31.9076714Z remote: Counting objects: 46% (6126/13317) 2025-06-05T23:22:31.9077161Z remote: Counting objects: 47% (6259/13317) 2025-06-05T23:22:31.9077506Z remote: Counting objects: 48% (6393/13317) 2025-06-05T23:22:32.2357559Z remote: Counting objects: 49% (6526/13317) 2025-06-05T23:22:32.2358087Z remote: Counting objects: 50% (6659/13317) 2025-06-05T23:22:32.2358444Z remote: Counting objects: 51% (6792/13317) 2025-06-05T23:22:32.2358807Z remote: Counting objects: 52% (6925/13317) 2025-06-05T23:22:32.2359155Z remote: Counting objects: 53% (7059/13317) 2025-06-05T23:22:32.2359510Z remote: Counting objects: 54% (7192/13317) 2025-06-05T23:22:32.2359855Z remote: Counting objects: 55% (7325/13317) 2025-06-05T23:22:32.2360210Z remote: Counting objects: 56% (7458/13317) 2025-06-05T23:22:32.2360565Z remote: Counting objects: 57% (7591/13317) 2025-06-05T23:22:32.2360908Z remote: Counting objects: 58% (7724/13317) 2025-06-05T23:22:32.2361259Z remote: Counting objects: 59% (7858/13317) 2025-06-05T23:22:32.2361625Z remote: Counting objects: 60% (7991/13317) 2025-06-05T23:22:32.2361991Z remote: Counting objects: 61% (8124/13317) 2025-06-05T23:22:32.2362331Z remote: Counting objects: 62% (8257/13317) 2025-06-05T23:22:32.2362743Z remote: Counting objects: 63% (8390/13317) 2025-06-05T23:22:32.2363083Z remote: Counting objects: 64% (8523/13317) 2025-06-05T23:22:32.2363435Z remote: Counting objects: 65% (8657/13317) 2025-06-05T23:22:32.2363982Z remote: Counting objects: 66% (8790/13317) 2025-06-05T23:22:32.2364321Z remote: Counting objects: 67% (8923/13317) 2025-06-05T23:22:32.2364675Z remote: Counting objects: 68% (9056/13317) 2025-06-05T23:22:32.2365144Z remote: Counting objects: 69% (9189/13317) 2025-06-05T23:22:32.2365802Z remote: Counting objects: 70% (9322/13317) 2025-06-05T23:22:32.2366331Z remote: Counting objects: 71% (9456/13317) 2025-06-05T23:22:32.2366826Z remote: Counting objects: 72% (9589/13317) 2025-06-05T23:22:32.2367252Z remote: Counting objects: 73% (9722/13317) 2025-06-05T23:22:32.2367605Z remote: Counting objects: 74% (9855/13317) 2025-06-05T23:22:32.2367956Z remote: Counting objects: 75% (9988/13317) 2025-06-05T23:22:32.2368309Z remote: Counting objects: 76% (10121/13317) 2025-06-05T23:22:32.2368683Z remote: Counting objects: 77% (10255/13317) 2025-06-05T23:22:32.2369034Z remote: Counting objects: 78% (10388/13317) 2025-06-05T23:22:32.2369400Z remote: Counting objects: 79% (10521/13317) 2025-06-05T23:22:32.2369750Z remote: Counting objects: 80% (10654/13317) 2025-06-05T23:22:32.2370118Z remote: Counting objects: 81% (10787/13317) 2025-06-05T23:22:32.2370478Z remote: Counting objects: 82% (10920/13317) 2025-06-05T23:22:32.2370848Z remote: Counting objects: 83% (11054/13317) 2025-06-05T23:22:32.2371216Z remote: Counting objects: 84% (11187/13317) 2025-06-05T23:22:32.2371593Z remote: Counting objects: 85% (11320/13317) 2025-06-05T23:22:32.2372115Z remote: Counting objects: 86% (11453/13317) 2025-06-05T23:22:32.2372725Z remote: Counting objects: 87% (11586/13317) 2025-06-05T23:22:32.2373080Z remote: Counting objects: 88% (11719/13317) 2025-06-05T23:22:32.2373448Z remote: Counting objects: 89% (11853/13317) 2025-06-05T23:22:32.2373804Z remote: Counting objects: 90% (11986/13317) 2025-06-05T23:22:32.2374271Z remote: Counting objects: 91% (12119/13317) 2025-06-05T23:22:32.2374762Z remote: Counting objects: 92% (12252/13317) 2025-06-05T23:22:32.2375136Z remote: Counting objects: 93% (12385/13317) 2025-06-05T23:22:32.2375507Z remote: Counting objects: 94% (12518/13317) 2025-06-05T23:22:32.2375864Z remote: Counting objects: 95% (12652/13317) 2025-06-05T23:22:32.2376237Z remote: Counting objects: 96% (12785/13317) 2025-06-05T23:22:32.2376589Z remote: Counting objects: 97% (12918/13317) 2025-06-05T23:22:32.2377180Z remote: Counting objects: 98% (13051/13317) 2025-06-05T23:22:32.2377634Z remote: Counting objects: 99% (13184/13317) 2025-06-05T23:22:32.2378003Z remote: Counting objects: 100% (13317/13317) 2025-06-05T23:22:32.2378399Z remote: Counting objects: 100% (13317/13317), done. 2025-06-05T23:22:32.2378791Z remote: Compressing objects: 0% (1/1029) 2025-06-05T23:22:32.2379161Z remote: Compressing objects: 1% (11/1029) 2025-06-05T23:22:32.2379513Z remote: Compressing objects: 2% (21/1029) 2025-06-05T23:22:32.2380013Z remote: Compressing objects: 3% (31/1029) 2025-06-05T23:22:32.2380372Z remote: Compressing objects: 4% (42/1029) 2025-06-05T23:22:32.2380739Z remote: Compressing objects: 5% (52/1029) 2025-06-05T23:22:32.2381206Z remote: Compressing objects: 6% (62/1029) 2025-06-05T23:22:32.2381572Z remote: Compressing objects: 7% (73/1029) 2025-06-05T23:22:32.2381935Z remote: Compressing objects: 8% (83/1029) 2025-06-05T23:22:32.2382283Z remote: Compressing objects: 9% (93/1029) 2025-06-05T23:22:32.2382750Z remote: Compressing objects: 10% (103/1029) 2025-06-05T23:22:32.2383315Z remote: Compressing objects: 11% (114/1029) 2025-06-05T23:22:32.2383685Z remote: Compressing objects: 12% (124/1029) 2025-06-05T23:22:32.2384092Z remote: Compressing objects: 13% (134/1029) 2025-06-05T23:22:32.2384453Z remote: Compressing objects: 14% (145/1029) 2025-06-05T23:22:32.2384838Z remote: Compressing objects: 15% (155/1029) 2025-06-05T23:22:32.2385222Z remote: Compressing objects: 16% (165/1029) 2025-06-05T23:22:32.2385598Z remote: Compressing objects: 17% (175/1029) 2025-06-05T23:22:32.2385957Z remote: Compressing objects: 18% (186/1029) 2025-06-05T23:22:32.2386335Z remote: Compressing objects: 19% (196/1029) 2025-06-05T23:22:32.2386780Z remote: Compressing objects: 20% (206/1029) 2025-06-05T23:22:32.2387147Z remote: Compressing objects: 21% (217/1029) 2025-06-05T23:22:32.2387524Z remote: Compressing objects: 22% (227/1029) 2025-06-05T23:22:32.2387884Z remote: Compressing objects: 23% (237/1029) 2025-06-05T23:22:32.2388282Z remote: Compressing objects: 24% (247/1029) 2025-06-05T23:22:32.2388641Z remote: Compressing objects: 25% (258/1029) 2025-06-05T23:22:32.2389010Z remote: Compressing objects: 26% (268/1029) 2025-06-05T23:22:32.2389382Z remote: Compressing objects: 27% (278/1029) 2025-06-05T23:22:32.2389741Z remote: Compressing objects: 28% (289/1029) 2025-06-05T23:22:32.2390113Z remote: Compressing objects: 29% (299/1029) 2025-06-05T23:22:32.2390534Z remote: Compressing objects: 30% (309/1029) 2025-06-05T23:22:32.2390907Z remote: Compressing objects: 31% (319/1029) 2025-06-05T23:22:32.2391267Z remote: Compressing objects: 32% (330/1029) 2025-06-05T23:22:32.2391645Z remote: Compressing objects: 33% (340/1029) 2025-06-05T23:22:32.2392003Z remote: Compressing objects: 34% (350/1029) 2025-06-05T23:22:32.2392377Z remote: Compressing objects: 35% (361/1029) 2025-06-05T23:22:32.2392748Z remote: Compressing objects: 36% (371/1029) 2025-06-05T23:22:32.2393139Z remote: Compressing objects: 37% (381/1029) 2025-06-05T23:22:32.2393508Z remote: Compressing objects: 38% (392/1029) 2025-06-05T23:22:32.2393865Z remote: Compressing objects: 39% (402/1029) 2025-06-05T23:22:32.2394237Z remote: Compressing objects: 40% (412/1029) 2025-06-05T23:22:32.2394599Z remote: Compressing objects: 41% (422/1029) 2025-06-05T23:22:32.2394967Z remote: Compressing objects: 42% (433/1029) 2025-06-05T23:22:32.2395390Z remote: Compressing objects: 43% (443/1029) 2025-06-05T23:22:32.2395765Z remote: Compressing objects: 44% (453/1029) 2025-06-05T23:22:32.2396136Z remote: Compressing objects: 45% (464/1029) 2025-06-05T23:22:32.2396586Z remote: Compressing objects: 46% (474/1029) 2025-06-05T23:22:32.2397018Z remote: Compressing objects: 47% (484/1029) 2025-06-05T23:22:32.2397411Z remote: Compressing objects: 48% (494/1029) 2025-06-05T23:22:32.2397785Z remote: Compressing objects: 49% (505/1029) 2025-06-05T23:22:32.2398146Z remote: Compressing objects: 50% (515/1029) 2025-06-05T23:22:32.2398518Z remote: Compressing objects: 51% (525/1029) 2025-06-05T23:22:32.2398891Z remote: Compressing objects: 52% (536/1029) 2025-06-05T23:22:32.2399249Z remote: Compressing objects: 53% (546/1029) 2025-06-05T23:22:32.2399682Z remote: Compressing objects: 54% (556/1029) 2025-06-05T23:22:32.2400040Z remote: Compressing objects: 55% (566/1029) 2025-06-05T23:22:32.2400407Z remote: Compressing objects: 56% (577/1029) 2025-06-05T23:22:32.2400794Z remote: Compressing objects: 57% (587/1029) 2025-06-05T23:22:32.2401168Z remote: Compressing objects: 58% (597/1029) 2025-06-05T23:22:32.2401525Z remote: Compressing objects: 59% (608/1029) 2025-06-05T23:22:32.2401897Z remote: Compressing objects: 60% (618/1029) 2025-06-05T23:22:32.2402327Z remote: Compressing objects: 61% (628/1029) 2025-06-05T23:22:32.2402686Z remote: Compressing objects: 62% (638/1029) 2025-06-05T23:22:32.2403056Z remote: Compressing objects: 63% (649/1029) 2025-06-05T23:22:32.2403441Z remote: Compressing objects: 64% (659/1029) 2025-06-05T23:22:32.2403812Z remote: Compressing objects: 65% (669/1029) 2025-06-05T23:22:32.2404173Z remote: Compressing objects: 66% (680/1029) 2025-06-05T23:22:32.2404605Z remote: Compressing objects: 67% (690/1029) 2025-06-05T23:22:32.2404968Z remote: Compressing objects: 68% (700/1029) 2025-06-05T23:22:32.2405346Z remote: Compressing objects: 69% (711/1029) 2025-06-05T23:22:32.2405846Z remote: Compressing objects: 70% (721/1029) 2025-06-05T23:22:32.2406216Z remote: Compressing objects: 71% (731/1029) 2025-06-05T23:22:32.2406591Z remote: Compressing objects: 72% (741/1029) 2025-06-05T23:22:32.2406948Z remote: Compressing objects: 73% (752/1029) 2025-06-05T23:22:32.2407383Z remote: Compressing objects: 74% (762/1029) 2025-06-05T23:22:32.2407741Z remote: Compressing objects: 75% (772/1029) 2025-06-05T23:22:32.2408111Z remote: Compressing objects: 76% (783/1029) 2025-06-05T23:22:32.2408512Z remote: Compressing objects: 77% (793/1029) 2025-06-05T23:22:32.2408874Z remote: Compressing objects: 78% (803/1029) 2025-06-05T23:22:32.2416783Z remote: Compressing objects: 79% (813/1029) 2025-06-05T23:22:32.2417332Z remote: Compressing objects: 80% (824/1029) 2025-06-05T23:22:32.2417702Z remote: Compressing objects: 81% (834/1029) 2025-06-05T23:22:32.2418068Z remote: Compressing objects: 82% (844/1029) 2025-06-05T23:22:32.2418488Z remote: Compressing objects: 83% (855/1029) 2025-06-05T23:22:32.2418852Z remote: Compressing objects: 84% (865/1029) 2025-06-05T23:22:32.2419241Z remote: Compressing objects: 85% (875/1029) 2025-06-05T23:22:32.2419606Z remote: Compressing objects: 86% (885/1029) 2025-06-05T23:22:32.2419986Z remote: Compressing objects: 87% (896/1029) 2025-06-05T23:22:32.2420366Z remote: Compressing objects: 88% (906/1029) 2025-06-05T23:22:32.2420791Z remote: Compressing objects: 89% (916/1029) 2025-06-05T23:22:32.2421167Z remote: Compressing objects: 90% (927/1029) 2025-06-05T23:22:32.2421532Z remote: Compressing objects: 91% (937/1029) 2025-06-05T23:22:32.2421909Z remote: Compressing objects: 92% (947/1029) 2025-06-05T23:22:32.2422301Z remote: Compressing objects: 93% (957/1029) 2025-06-05T23:22:32.2422677Z remote: Compressing objects: 94% (968/1029) 2025-06-05T23:22:32.2423100Z remote: Compressing objects: 95% (978/1029) 2025-06-05T23:22:32.2423595Z remote: Compressing objects: 96% (988/1029) 2025-06-05T23:22:32.2424076Z remote: Compressing objects: 97% (999/1029) 2025-06-05T23:22:32.2424444Z remote: Compressing objects: 98% (1009/1029) 2025-06-05T23:22:32.2424832Z remote: Compressing objects: 99% (1019/1029) 2025-06-05T23:22:32.2425202Z remote: Compressing objects: 100% (1029/1029) 2025-06-05T23:22:33.5191007Z remote: Compressing objects: 100% (1029/1029), done. 2025-06-05T23:22:33.5191572Z Receiving objects: 0% (1/38908) 2025-06-05T23:22:33.5192076Z Receiving objects: 1% (390/38908) 2025-06-05T23:22:33.5192603Z Receiving objects: 2% (779/38908) 2025-06-05T23:22:33.5192884Z Receiving objects: 3% (1168/38908) 2025-06-05T23:22:33.5193218Z Receiving objects: 4% (1557/38908) 2025-06-05T23:22:33.5193515Z Receiving objects: 5% (1946/38908) 2025-06-05T23:22:33.5193810Z Receiving objects: 6% (2335/38908) 2025-06-05T23:22:33.5194084Z Receiving objects: 7% (2724/38908) 2025-06-05T23:22:33.5194404Z Receiving objects: 8% (3113/38908) 2025-06-05T23:22:33.5194692Z Receiving objects: 9% (3502/38908) 2025-06-05T23:22:33.5194987Z Receiving objects: 10% (3891/38908) 2025-06-05T23:22:33.5195261Z Receiving objects: 11% (4280/38908) 2025-06-05T23:22:33.5195551Z Receiving objects: 12% (4669/38908) 2025-06-05T23:22:33.5195829Z Receiving objects: 13% (5059/38908) 2025-06-05T23:22:33.5196117Z Receiving objects: 14% (5448/38908) 2025-06-05T23:22:33.5196393Z Receiving objects: 15% (5837/38908) 2025-06-05T23:22:33.5196683Z Receiving objects: 16% (6226/38908) 2025-06-05T23:22:33.5196971Z Receiving objects: 17% (6615/38908) 2025-06-05T23:22:33.5197246Z Receiving objects: 18% (7004/38908) 2025-06-05T23:22:33.5197532Z Receiving objects: 19% (7393/38908) 2025-06-05T23:22:33.5197804Z Receiving objects: 20% (7782/38908) 2025-06-05T23:22:33.5198091Z Receiving objects: 21% (8171/38908) 2025-06-05T23:22:33.5198363Z Receiving objects: 22% (8560/38908) 2025-06-05T23:22:33.5198650Z Receiving objects: 23% (8949/38908) 2025-06-05T23:22:33.5198923Z Receiving objects: 24% (9338/38908) 2025-06-05T23:22:33.5199217Z Receiving objects: 25% (9727/38908) 2025-06-05T23:22:33.5199511Z Receiving objects: 26% (10117/38908) 2025-06-05T23:22:33.5199793Z Receiving objects: 27% (10506/38908) 2025-06-05T23:22:33.5200083Z Receiving objects: 28% (10895/38908) 2025-06-05T23:22:33.5200359Z Receiving objects: 29% (11284/38908) 2025-06-05T23:22:33.5200649Z Receiving objects: 30% (11673/38908) 2025-06-05T23:22:33.5200926Z Receiving objects: 31% (12062/38908) 2025-06-05T23:22:33.5201215Z Receiving objects: 32% (12451/38908) 2025-06-05T23:22:33.5201493Z Receiving objects: 33% (12840/38908) 2025-06-05T23:22:33.5201784Z Receiving objects: 34% (13229/38908) 2025-06-05T23:22:33.5202062Z Receiving objects: 35% (13618/38908) 2025-06-05T23:22:33.5202353Z Receiving objects: 36% (14007/38908) 2025-06-05T23:22:33.5202643Z Receiving objects: 37% (14396/38908) 2025-06-05T23:22:33.5202932Z Receiving objects: 38% (14786/38908) 2025-06-05T23:22:33.5203223Z Receiving objects: 39% (15175/38908) 2025-06-05T23:22:33.5203509Z Receiving objects: 40% (15564/38908) 2025-06-05T23:22:33.5203803Z Receiving objects: 41% (15953/38908) 2025-06-05T23:22:33.5204081Z Receiving objects: 42% (16342/38908) 2025-06-05T23:22:33.5204371Z Receiving objects: 43% (16731/38908) 2025-06-05T23:22:33.5204649Z Receiving objects: 44% (17120/38908) 2025-06-05T23:22:33.5204939Z Receiving objects: 45% (17509/38908) 2025-06-05T23:22:33.5205229Z Receiving objects: 46% (17898/38908) 2025-06-05T23:22:33.5205510Z Receiving objects: 47% (18287/38908) 2025-06-05T23:22:33.5205887Z Receiving objects: 48% (18676/38908) 2025-06-05T23:22:33.5206166Z Receiving objects: 49% (19065/38908) 2025-06-05T23:22:33.5206464Z Receiving objects: 50% (19454/38908) 2025-06-05T23:22:33.5206743Z Receiving objects: 51% (19844/38908) 2025-06-05T23:22:33.5207038Z Receiving objects: 52% (20233/38908) 2025-06-05T23:22:33.5207317Z Receiving objects: 53% (20622/38908) 2025-06-05T23:22:33.5208222Z Receiving objects: 54% (21011/38908) 2025-06-05T23:22:33.5208625Z Receiving objects: 55% (21400/38908) 2025-06-05T23:22:33.5208922Z Receiving objects: 56% (21789/38908) 2025-06-05T23:22:33.5209215Z Receiving objects: 57% (22178/38908) 2025-06-05T23:22:33.5209492Z Receiving objects: 58% (22567/38908) 2025-06-05T23:22:33.5209786Z Receiving objects: 59% (22956/38908) 2025-06-05T23:22:33.5210063Z Receiving objects: 60% (23345/38908) 2025-06-05T23:22:33.5210356Z Receiving objects: 61% (23734/38908) 2025-06-05T23:22:33.5210634Z Receiving objects: 62% (24123/38908) 2025-06-05T23:22:33.5210929Z Receiving objects: 63% (24513/38908) 2025-06-05T23:22:33.5211210Z Receiving objects: 64% (24902/38908) 2025-06-05T23:22:33.5211504Z Receiving objects: 65% (25291/38908) 2025-06-05T23:22:33.5211794Z Receiving objects: 66% (25680/38908) 2025-06-05T23:22:33.5212070Z Receiving objects: 67% (26069/38908) 2025-06-05T23:22:33.5212362Z Receiving objects: 68% (26458/38908) 2025-06-05T23:22:33.5212643Z Receiving objects: 69% (26847/38908) 2025-06-05T23:22:33.5212936Z Receiving objects: 70% (27236/38908) 2025-06-05T23:22:33.5213217Z Receiving objects: 71% (27625/38908) 2025-06-05T23:22:33.5213505Z Receiving objects: 72% (28014/38908) 2025-06-05T23:22:33.5213781Z Receiving objects: 73% (28403/38908) 2025-06-05T23:22:33.5214072Z Receiving objects: 74% (28792/38908) 2025-06-05T23:22:33.5214348Z Receiving objects: 75% (29181/38908) 2025-06-05T23:22:33.5214637Z Receiving objects: 76% (29571/38908) 2025-06-05T23:22:33.5214926Z Receiving objects: 77% (29960/38908) 2025-06-05T23:22:33.5215202Z Receiving objects: 78% (30349/38908) 2025-06-05T23:22:33.5215493Z Receiving objects: 79% (30738/38908) 2025-06-05T23:22:33.5215770Z Receiving objects: 80% (31127/38908) 2025-06-05T23:22:33.5216062Z Receiving objects: 81% (31516/38908) 2025-06-05T23:22:33.5216340Z Receiving objects: 82% (31905/38908) 2025-06-05T23:22:33.5216631Z Receiving objects: 83% (32294/38908) 2025-06-05T23:22:33.5216912Z Receiving objects: 84% (32683/38908) 2025-06-05T23:22:33.5217203Z Receiving objects: 85% (33072/38908) 2025-06-05T23:22:33.5217500Z Receiving objects: 86% (33461/38908) 2025-06-05T23:22:33.5217779Z Receiving objects: 87% (33850/38908) 2025-06-05T23:22:33.5218073Z Receiving objects: 88% (34240/38908) 2025-06-05T23:22:33.5218350Z Receiving objects: 89% (34629/38908) 2025-06-05T23:22:33.5218644Z Receiving objects: 90% (35018/38908) 2025-06-05T23:22:33.5218924Z Receiving objects: 91% (35407/38908) 2025-06-05T23:22:33.5219216Z Receiving objects: 92% (35796/38908) 2025-06-05T23:22:33.5219512Z Receiving objects: 93% (36185/38908) 2025-06-05T23:22:33.5219917Z Receiving objects: 94% (36574/38908) 2025-06-05T23:22:33.5220209Z Receiving objects: 95% (36963/38908) 2025-06-05T23:22:33.5220505Z Receiving objects: 96% (37352/38908) 2025-06-05T23:22:33.5220933Z Receiving objects: 97% (37741/38908) 2025-06-05T23:22:33.5221215Z Receiving objects: 98% (38130/38908) 2025-06-05T23:22:33.5221511Z Receiving objects: 99% (38519/38908) 2025-06-05T23:22:33.5221994Z remote: Total 38908 (delta 12582), reused 12288 (delta 12288), pack-reused 25591 (from 3) 2025-06-05T23:22:33.5222565Z Receiving objects: 100% (38908/38908), 20.53 MiB | 41.04 MiB/s 2025-06-05T23:22:33.5223016Z Receiving objects: 100% (38908/38908), 20.80 MiB | 40.96 MiB/s, done. 2025-06-05T23:22:33.5223422Z Resolving deltas: 0% (0/28530) 2025-06-05T23:22:33.5223716Z Resolving deltas: 1% (286/28530) 2025-06-05T23:22:33.5223991Z Resolving deltas: 2% (571/28530) 2025-06-05T23:22:33.5224280Z Resolving deltas: 3% (856/28530) 2025-06-05T23:22:33.5224553Z Resolving deltas: 4% (1142/28530) 2025-06-05T23:22:33.5224844Z Resolving deltas: 5% (1427/28530) 2025-06-05T23:22:33.5225118Z Resolving deltas: 6% (1712/28530) 2025-06-05T23:22:33.5225403Z Resolving deltas: 7% (1998/28530) 2025-06-05T23:22:33.5225676Z Resolving deltas: 8% (2283/28530) 2025-06-05T23:22:33.5225966Z Resolving deltas: 9% (2568/28530) 2025-06-05T23:22:33.5226235Z Resolving deltas: 10% (2853/28530) 2025-06-05T23:22:33.5226637Z Resolving deltas: 11% (3139/28530) 2025-06-05T23:22:33.5227005Z Resolving deltas: 12% (3424/28530) 2025-06-05T23:22:33.5227281Z Resolving deltas: 13% (3709/28530) 2025-06-05T23:22:33.5227568Z Resolving deltas: 14% (3995/28530) 2025-06-05T23:22:33.5227840Z Resolving deltas: 15% (4280/28530) 2025-06-05T23:22:33.5228124Z Resolving deltas: 16% (4565/28530) 2025-06-05T23:22:33.5228391Z Resolving deltas: 17% (4851/28530) 2025-06-05T23:22:33.5228671Z Resolving deltas: 18% (5136/28530) 2025-06-05T23:22:33.5228939Z Resolving deltas: 19% (5421/28530) 2025-06-05T23:22:33.5229223Z Resolving deltas: 20% (5706/28530) 2025-06-05T23:22:33.5229493Z Resolving deltas: 21% (5992/28530) 2025-06-05T23:22:33.5229778Z Resolving deltas: 22% (6277/28530) 2025-06-05T23:22:33.5230060Z Resolving deltas: 23% (6562/28530) 2025-06-05T23:22:33.5230328Z Resolving deltas: 24% (6848/28530) 2025-06-05T23:22:33.5230609Z Resolving deltas: 25% (7133/28530) 2025-06-05T23:22:33.5230883Z Resolving deltas: 26% (7418/28530) 2025-06-05T23:22:33.5231168Z Resolving deltas: 27% (7704/28530) 2025-06-05T23:22:33.5231442Z Resolving deltas: 28% (7989/28530) 2025-06-05T23:22:33.5231724Z Resolving deltas: 29% (8274/28530) 2025-06-05T23:22:33.5231992Z Resolving deltas: 30% (8559/28530) 2025-06-05T23:22:33.5232276Z Resolving deltas: 31% (8845/28530) 2025-06-05T23:22:33.5232561Z Resolving deltas: 32% (9130/28530) 2025-06-05T23:22:33.5232828Z Resolving deltas: 33% (9415/28530) 2025-06-05T23:22:33.5233114Z Resolving deltas: 34% (9701/28530) 2025-06-05T23:22:33.5233383Z Resolving deltas: 35% (9986/28530) 2025-06-05T23:22:33.5233669Z Resolving deltas: 36% (10271/28530) 2025-06-05T23:22:33.5233949Z Resolving deltas: 37% (10557/28530) 2025-06-05T23:22:33.5234237Z Resolving deltas: 38% (10842/28530) 2025-06-05T23:22:33.5234516Z Resolving deltas: 39% (11127/28530) 2025-06-05T23:22:33.5234802Z Resolving deltas: 40% (11412/28530) 2025-06-05T23:22:33.5235075Z Resolving deltas: 41% (11698/28530) 2025-06-05T23:22:33.5235363Z Resolving deltas: 42% (11983/28530) 2025-06-05T23:22:33.5235647Z Resolving deltas: 43% (12268/28530) 2025-06-05T23:22:33.5235924Z Resolving deltas: 44% (12554/28530) 2025-06-05T23:22:33.5236212Z Resolving deltas: 45% (12839/28530) 2025-06-05T23:22:33.5236503Z Resolving deltas: 46% (13124/28530) 2025-06-05T23:22:33.5236775Z Resolving deltas: 47% (13410/28530) 2025-06-05T23:22:33.5237059Z Resolving deltas: 48% (13695/28530) 2025-06-05T23:22:33.5237329Z Resolving deltas: 49% (13980/28530) 2025-06-05T23:22:33.5237615Z Resolving deltas: 50% (14265/28530) 2025-06-05T23:22:33.5237896Z Resolving deltas: 51% (14551/28530) 2025-06-05T23:22:33.5238168Z Resolving deltas: 52% (14836/28530) 2025-06-05T23:22:33.5238450Z Resolving deltas: 53% (15121/28530) 2025-06-05T23:22:33.5238722Z Resolving deltas: 54% (15407/28530) 2025-06-05T23:22:33.5239005Z Resolving deltas: 55% (15692/28530) 2025-06-05T23:22:33.5239274Z Resolving deltas: 56% (15977/28530) 2025-06-05T23:22:33.5239554Z Resolving deltas: 57% (16263/28530) 2025-06-05T23:22:33.5239829Z Resolving deltas: 58% (16548/28530) 2025-06-05T23:22:33.5240116Z Resolving deltas: 59% (16833/28530) 2025-06-05T23:22:33.5240387Z Resolving deltas: 60% (17118/28530) 2025-06-05T23:22:33.5240669Z Resolving deltas: 61% (17404/28530) 2025-06-05T23:22:33.5240950Z Resolving deltas: 62% (17689/28530) 2025-06-05T23:22:33.5241220Z Resolving deltas: 63% (17974/28530) 2025-06-05T23:22:33.5241504Z Resolving deltas: 64% (18260/28530) 2025-06-05T23:22:33.5241778Z Resolving deltas: 65% (18545/28530) 2025-06-05T23:22:33.5242061Z Resolving deltas: 66% (18830/28530) 2025-06-05T23:22:33.5242331Z Resolving deltas: 67% (19116/28530) 2025-06-05T23:22:33.5242617Z Resolving deltas: 68% (19401/28530) 2025-06-05T23:22:33.5242892Z Resolving deltas: 69% (19686/28530) 2025-06-05T23:22:33.5243384Z Resolving deltas: 70% (19971/28530) 2025-06-05T23:22:33.5243676Z Resolving deltas: 71% (20257/28530) 2025-06-05T23:22:33.5243948Z Resolving deltas: 72% (20542/28530) 2025-06-05T23:22:33.5244375Z Resolving deltas: 73% (20827/28530) 2025-06-05T23:22:33.5244646Z Resolving deltas: 74% (21113/28530) 2025-06-05T23:22:33.5245024Z Resolving deltas: 75% (21398/28530) 2025-06-05T23:22:33.5245296Z Resolving deltas: 76% (21683/28530) 2025-06-05T23:22:33.5245641Z Resolving deltas: 77% (21969/28530) 2025-06-05T23:22:33.5245914Z Resolving deltas: 78% (22254/28530) 2025-06-05T23:22:33.5246198Z Resolving deltas: 79% (22539/28530) 2025-06-05T23:22:33.5246471Z Resolving deltas: 80% (22824/28530) 2025-06-05T23:22:33.5246761Z Resolving deltas: 81% (23110/28530) 2025-06-05T23:22:33.5247051Z Resolving deltas: 82% (23395/28530) 2025-06-05T23:22:33.5247324Z Resolving deltas: 83% (23680/28530) 2025-06-05T23:22:33.5247611Z Resolving deltas: 84% (23966/28530) 2025-06-05T23:22:33.5247885Z Resolving deltas: 85% (24251/28530) 2025-06-05T23:22:33.5248169Z Resolving deltas: 86% (24536/28530) 2025-06-05T23:22:33.5248442Z Resolving deltas: 87% (24822/28530) 2025-06-05T23:22:33.5248724Z Resolving deltas: 88% (25107/28530) 2025-06-05T23:22:33.5249000Z Resolving deltas: 89% (25392/28530) 2025-06-05T23:22:33.5249286Z Resolving deltas: 90% (25677/28530) 2025-06-05T23:22:33.5249558Z Resolving deltas: 91% (25963/28530) 2025-06-05T23:22:33.5249843Z Resolving deltas: 92% (26248/28530) 2025-06-05T23:22:33.5250126Z Resolving deltas: 93% (26533/28530) 2025-06-05T23:22:33.5250397Z Resolving deltas: 94% (26819/28530) 2025-06-05T23:22:33.5250679Z Resolving deltas: 95% (27104/28530) 2025-06-05T23:22:33.5250949Z Resolving deltas: 96% (27389/28530) 2025-06-05T23:22:33.5251232Z Resolving deltas: 97% (27675/28530) 2025-06-05T23:22:33.5251502Z Resolving deltas: 98% (27960/28530) 2025-06-05T23:22:33.5251784Z Resolving deltas: 99% (28245/28530) 2025-06-05T23:22:33.5252056Z Resolving deltas: 100% (28530/28530) 2025-06-05T23:22:33.5252355Z Resolving deltas: 100% (28530/28530), done. 2025-06-05T23:22:33.5253023Z Submodule path 'thirdparty/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:22:33.5253898Z Submodule path 'thirdparty/specification': checked out 'b5b067819e5de11153b41cf3d26da4f3f9dd23e8' 2025-06-05T23:27:40.9113435Z [patch_repo] Patching reference_model repo_dir:reference_model base_rev:70ed0b40fa831387e36abdb4f7fb9670a3464f5a patch_dir:/pytorch/executorch/backends/arm/scripts/../third-party/reference_model/patches/v0.80/reference_model 2025-06-05T23:27:40.9115851Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:40.9116809Z HEAD is now at 70ed0b4 Add boolean input argument support 2025-06-05T23:27:40.9117262Z Applying: Move tosa-tools to be namespaced into tosa-tools.v0_80 2025-06-05T23:27:40.9117832Z [patch_repo] Patched reference_model @ heads/v0.80-0-g810b4f4 in reference_model dir. 2025-06-05T23:27:40.9118208Z 2025-06-05T23:27:40.9118574Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:40.9119922Z [patch_repo] Patching serialization_lib repo_dir:reference_model/thirdparty/serialization_lib base_rev:v0.80.1 patch_dir:/pytorch/executorch/backends/arm/scripts/../third-party/reference_model/patches/v0.80/serialization_lib 2025-06-05T23:27:40.9121698Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:40.9122839Z HEAD is now at 021bbad Use binary mode when loading and saving flatbuffer files 2025-06-05T23:27:40.9123330Z Applying: Make TOSA serializer lib to be self contained 2025-06-05T23:27:40.9123979Z [patch_repo] Patched serialization_lib @ tags/v0.80.1-1-gf3cdc34 in reference_model/thirdparty/serialization_lib dir. 2025-06-05T23:27:40.9124470Z 2025-06-05T23:27:40.9124819Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:40.9126757Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:40.9127953Z Processing /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model 2025-06-05T23:27:40.9196883Z Installing build dependencies ... [?25l- \ | / - done 2025-06-05T23:27:40.9197485Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-06-05T23:27:40.9198035Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:27:40.9198828Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-05T23:27:40.9199504Z Building wheels for collected packages: tosa-tools-v0.80 2025-06-05T23:27:40.9200384Z Building wheel for tosa-tools-v0.80 (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2025-06-05T23:27:40.9201815Z [?25h Created wheel for tosa-tools-v0.80: filename=tosa_tools_v0_80-0.80.2.dev2+g810b4f4.d20250605-py3-none-any.whl size=4971390 sha256=34dc85abc4d2c0568cc6b76df8e90ec98fd89ce4b4a16f169b61685163d5f0cc 2025-06-05T23:27:40.9203093Z Stored in directory: /tmp/pip-ephem-wheel-cache-gi0t_u1w/wheels/02/93/e8/92072c9c8f53773ec1a5f14f540f0db117da02e5cf64dd838c 2025-06-05T23:27:40.9203762Z Successfully built tosa-tools-v0.80 2025-06-05T23:27:40.9204106Z Installing collected packages: tosa-tools-v0.80 2025-06-05T23:27:40.9204571Z Successfully installed tosa-tools-v0.80-0.80.2.dev2+g810b4f4.d20250605 2025-06-05T23:27:40.9205265Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:40.9206272Z Collecting tosa-tools@ git+https://git.gitlab.arm.com/tosa/tosa-reference-model.git@d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:40.9207593Z Cloning https://git.gitlab.arm.com/tosa/tosa-reference-model.git (to revision d102f426dd2e3c1f25bbf23292ec8ee51aa9c677) to /tmp/pip-install-y4kc1isr/tosa-tools_8d6fc04c567f4a34b17aca8cf246f16e 2025-06-05T23:27:40.9209110Z Running command git clone --filter=blob:none --quiet https://git.gitlab.arm.com/tosa/tosa-reference-model.git /tmp/pip-install-y4kc1isr/tosa-tools_8d6fc04c567f4a34b17aca8cf246f16e 2025-06-05T23:27:40.9210159Z Running command git rev-parse -q --verify 'sha^d102f426dd2e3c1f25bbf23292ec8ee51aa9c677' 2025-06-05T23:27:40.9210981Z Running command git fetch -q https://git.gitlab.arm.com/tosa/tosa-reference-model.git d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:40.9211756Z Running command git checkout -q d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:40.9212497Z Resolved https://git.gitlab.arm.com/tosa/tosa-reference-model.git to commit d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:40.9213185Z Running command git submodule update --init --recursive -q 2025-06-05T23:27:40.9213714Z Installing build dependencies ... [?25l- \ | / done 2025-06-05T23:27:40.9214235Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-05T23:27:40.9214755Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-06-05T23:27:40.9215179Z [?25hCollecting ml_dtypes==0.5.1 2025-06-05T23:27:40.9215715Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-06-05T23:27:40.9216538Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-05T23:27:40.9217312Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-06-05T23:27:40.9218082Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.7 MB ? eta -:--:-- 2025-06-05T23:27:40.9218725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 87.9 MB/s eta 0:00:00 2025-06-05T23:27:40.9219469Z [?25hBuilding wheels for collected packages: tosa-tools 2025-06-05T23:27:40.9220842Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2025-06-05T23:27:40.9222384Z [?25h Created wheel for tosa-tools: filename=tosa_tools-1.0.0rc0.post1.dev304+gd102f42-py3-none-any.whl size=6270132 sha256=04e0168a24a813f2db8351a32e994d5f22c566094ef0cb301daeadc819db27c3 2025-06-05T23:27:40.9223590Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/41/ea/48/97040d2df3bafb675660708c9b6fa45791226fd800e7dd3878 2025-06-05T23:27:40.9224214Z Successfully built tosa-tools 2025-06-05T23:27:40.9224554Z Installing collected packages: tosa-tools, ml_dtypes 2025-06-05T23:27:40.9224907Z [?25l 2025-06-05T23:27:40.9225279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-05T23:27:40.9225854Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ml_dtypes] 2025-06-05T23:27:40.9226398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ml_dtypes] 2025-06-05T23:27:40.9226760Z [?25h 2025-06-05T23:27:40.9227227Z Successfully installed ml_dtypes-0.5.1 tosa-tools-1.0.0rc0.post1.dev304+gd102f42 2025-06-05T23:27:40.9228138Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:40.9229560Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 8cac2b9a7204b57125a8718049519b091a98846c) to /tmp/pip-install-s20uyek3/ethos-u-vela_7ebad19d57ec4277862583377057ce5a 2025-06-05T23:27:40.9231208Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-s20uyek3/ethos-u-vela_7ebad19d57ec4277862583377057ce5a 2025-06-05T23:27:40.9232517Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-05T23:27:40.9233216Z Running command git rev-parse -q --verify 'sha^8cac2b9a7204b57125a8718049519b091a98846c' 2025-06-05T23:27:40.9234088Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:40.9234891Z Running command git checkout -q 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:40.9235720Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-05T23:27:40.9236838Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:40.9237782Z Installing build dependencies ... [?25l- \ | / - done 2025-06-05T23:27:40.9238324Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-05T23:27:40.9238841Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:27:40.9239905Z [?25hCollecting flatbuffers==24.12.23 (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) 2025-06-05T23:28:49.5179430Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-06-05T23:28:49.5181493Z Requirement already satisfied: numpy>=1.23.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) (2.2.6) 2025-06-05T23:28:49.5183465Z Requirement already satisfied: lxml>=4.5.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) (5.4.0) 2025-06-05T23:28:49.5184683Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-06-05T23:28:49.5185141Z Building wheels for collected packages: ethos-u-vela 2025-06-05T23:28:49.5186281Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-06-05T23:28:49.5187727Z [?25h Created wheel for ethos-u-vela: filename=ethos_u_vela-4.2.1.dev111+g8cac2b9-cp310-cp310-linux_x86_64.whl size=1860162 sha256=c3d926ee83968a84993873886d67e8f97a564f131430fe89bf92a4c0761d49d8 2025-06-05T23:28:49.5188977Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/77/c7/c5/e99ea73fc70c96cf6e7db473508e3891adee2dd36019b7c365 2025-06-05T23:28:49.5189622Z Successfully built ethos-u-vela 2025-06-05T23:28:49.5189982Z Installing collected packages: flatbuffers, ethos-u-vela 2025-06-05T23:28:49.5190356Z [?25l 2025-06-05T23:28:49.5190634Z  Attempting uninstall: flatbuffers 2025-06-05T23:28:49.5190845Z 2025-06-05T23:28:49.5191049Z  Found existing installation: flatbuffers 25.2.10 2025-06-05T23:28:49.5191310Z 2025-06-05T23:28:49.5191473Z  Uninstalling flatbuffers-25.2.10: 2025-06-05T23:28:49.5191689Z 2025-06-05T23:28:49.5191885Z  Successfully uninstalled flatbuffers-25.2.10 2025-06-05T23:28:49.5192138Z 2025-06-05T23:28:49.5192485Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-05T23:28:49.5193095Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-05T23:28:49.5193647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ethos-u-vela] 2025-06-05T23:28:49.5194019Z [?25h 2025-06-05T23:28:49.5194893Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2025-06-05T23:28:49.5195898Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires jsonschema, which is not installed. 2025-06-05T23:28:49.5196565Z tosa-tools-v0-80 0.80.2.dev2+g810b4f4.d20250605 requires jsonschema, which is not installed. 2025-06-05T23:28:49.5197362Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-05T23:28:49.5198456Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-05T23:28:49.5199325Z tosa-tools-v0-80 0.80.2.dev2+g810b4f4.d20250605 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-05T23:28:49.5200603Z tosa-tools-v0-80 0.80.2.dev2+g810b4f4.d20250605 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-05T23:28:49.5201459Z Successfully installed ethos-u-vela-4.2.1.dev111+g8cac2b9 flatbuffers-24.12.23 2025-06-05T23:28:49.5202161Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-06-05T23:28:49.5202692Z [main] success! 2025-06-05T23:28:49.5202914Z + ARM_TEST=test_pytest_models 2025-06-05T23:28:49.5203274Z + backends/arm/test/test_arm_baremetal.sh test_pytest_models 2025-06-05T23:28:49.5203650Z /pytorch/executorch 2025-06-05T23:28:49.5203907Z Run Arm baremetal test suite test_pytest_models 2025-06-05T23:28:49.5204285Z test_arm_baremetal.sh test_pytest_models: Run pytest 2025-06-05T23:28:49.5204624Z + cd /pytorch/executorch 2025-06-05T23:28:49.5204862Z + set +x 2025-06-05T23:28:49.5205129Z -------------------------------------------------------------------------------- 2025-06-05T23:28:49.5205748Z Build ExecuTorch target libs Release into '/pytorch/executorch/arm_test/cmake-out' 2025-06-05T23:28:49.5206276Z -------------------------------------------------------------------------------- 2025-06-05T23:28:49.5206718Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-05T23:28:49.5207087Z + '[' false = true ']' 2025-06-05T23:28:49.5207415Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-05T23:28:49.5207808Z + '[' false = true ']' 2025-06-05T23:28:49.5208325Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-05T23:28:49.5209089Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-05T23:28:49.5211641Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -B/pytorch/executorch/arm_test/cmake-out /pytorch/executorch 2025-06-05T23:28:49.5213995Z -- The C compiler identification is GNU 13.3.1 2025-06-05T23:28:49.5214350Z -- The CXX compiler identification is GNU 13.3.1 2025-06-05T23:28:49.5214690Z -- Detecting C compiler ABI info 2025-06-05T23:28:49.5214978Z -- Detecting C compiler ABI info - done 2025-06-05T23:28:49.5215806Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-05T23:28:49.5216617Z -- Detecting C compile features 2025-06-05T23:28:49.5216915Z -- Detecting C compile features - done 2025-06-05T23:28:49.5217232Z -- Detecting CXX compiler ABI info 2025-06-05T23:28:49.5217526Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:28:49.5218360Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-05T23:28:49.5219180Z -- Detecting CXX compile features 2025-06-05T23:28:49.5219488Z -- Detecting CXX compile features - done 2025-06-05T23:28:49.5219796Z -- --- Configured Options --- 2025-06-05T23:28:49.5219985Z 2025-06-05T23:28:49.5220097Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:28:49.5220463Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-05T23:28:49.5220827Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:28:49.5221189Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:28:49.5221530Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:28:49.5222206Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-05T23:28:49.5222840Z -- BUCK2 x (unset) 2025-06-05T23:28:49.5223191Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:28:49.5223528Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:28:49.5223891Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:28:49.5224264Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:28:49.5224786Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:28:49.5225324Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:28:49.5225673Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:28:49.5226033Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:28:49.5226372Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:28:49.5226725Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-05T23:28:49.5227080Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:28:49.5227429Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:28:49.5227789Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:28:49.5228138Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:28:49.5228498Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:28:49.5228840Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:28:49.5229192Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:28:49.5229534Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:28:49.5229889Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:28:49.5230247Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:28:49.5230593Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:28:49.5230938Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:28:49.5231269Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:28:49.5231611Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:28:49.5231948Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:28:49.5232291Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:28:49.5232625Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:28:49.5232981Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:28:49.5233332Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:28:49.5233665Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:28:49.5234008Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:28:49.5234340Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:28:49.5234688Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:28:49.5235026Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:28:49.5235372Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:28:49.5235713Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:28:49.5236054Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:28:49.5236401Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:28:49.5236733Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-05T23:28:49.5237076Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:28:49.5237416Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:28:49.5237773Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-05T23:28:49.5238111Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-05T23:28:49.5238461Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:28:49.5238805Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:28:52.8775722Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:28:52.8776594Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:28:52.8777245Z -- -------------------------- 2025-06-05T23:28:52.8778259Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:28:52.8779938Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:28:52.8781371Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:52.8782139Z CMake. 2025-06-05T23:28:52.8782340Z 2025-06-05T23:28:52.8782761Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:52.8783779Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:52.8784670Z to work with policies introduced by or earlier. 2025-06-05T23:28:52.8785153Z 2025-06-05T23:28:52.8785360Z  2025-06-05T23:28:52.8785844Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:28:52.8786605Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:28:52.8787382Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:28:52.8788047Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:28:52.8788912Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:28:52.8789791Z -- GCC_VERSION: 13.3.1 2025-06-05T23:28:52.8790067Z 2025-06-05T23:28:52.8791701Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:28:52.8794513Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:28:52.8795898Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:52.8796651Z CMake. 2025-06-05T23:28:52.8796860Z 2025-06-05T23:28:52.8797265Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:52.8798290Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:52.8799194Z to work with policies introduced by or earlier. 2025-06-05T23:28:52.8799692Z 2025-06-05T23:28:52.8799890Z  2025-06-05T23:28:52.8800263Z -- Resolved buck2 as buck2. 2025-06-05T23:28:52.8800751Z -- Killing buck2 daemon 2025-06-05T23:28:52.8801168Z 'buck2 killall' 2025-06-05T23:28:52.8801598Z -- executorch: Generating source lists 2025-06-05T23:28:52.8802542Z -- executorch: Generating source file list /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-05T23:28:52.8804013Z -- executorch: Using sources file /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-05T23:28:52.8805006Z -- Generating operator lib: 2025-06-05T23:28:52.8805517Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:28:52.8806327Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:28:52.8807093Z -- ROOT_OPS: 2025-06-05T23:28:52.8807492Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:52.8809988Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:28:52.8812359Z -- Generating kernel bindings: 2025-06-05T23:28:52.8812876Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:28:52.8813604Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:28:52.8814402Z -- CUSTOM_OPS_YAML: 2025-06-05T23:28:52.8814841Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:52.8818381Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:28:52.8821563Z -- Generating operator lib: 2025-06-05T23:28:52.8822063Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:28:52.8822579Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:28:52.8823317Z -- DEPS: executorch_core 2025-06-05T23:28:52.8824437Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:28:52.8825764Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:52.8826567Z CMake. 2025-06-05T23:28:52.8826779Z 2025-06-05T23:28:52.8827187Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:52.8828202Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:52.8829077Z to work with policies introduced by or earlier. 2025-06-05T23:28:52.8829511Z 2025-06-05T23:28:52.8829706Z  2025-06-05T23:28:52.8830080Z -- Looking for C++ include unistd.h 2025-06-05T23:28:52.8830628Z -- Looking for C++ include unistd.h - found 2025-06-05T23:28:52.8831234Z -- Looking for C++ include stdint.h 2025-06-05T23:28:52.8831788Z -- Looking for C++ include stdint.h - found 2025-06-05T23:28:52.8832373Z -- Looking for C++ include inttypes.h 2025-06-05T23:28:52.8832975Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:28:52.8833613Z -- Looking for C++ include sys/types.h 2025-06-05T23:28:52.8834188Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:28:52.8834810Z -- Looking for C++ include sys/stat.h 2025-06-05T23:28:52.8835397Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:28:52.8835982Z -- Looking for C++ include fnmatch.h 2025-06-05T23:28:52.8836531Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:28:52.8837103Z -- Looking for C++ include stddef.h 2025-06-05T23:28:52.8837665Z -- Looking for C++ include stddef.h - found 2025-06-05T23:28:52.8838218Z -- Check size of uint32_t 2025-06-05T23:28:52.8838699Z -- Check size of uint32_t - done 2025-06-05T23:28:52.8839178Z -- Looking for strtoll 2025-06-05T23:28:52.8839637Z -- Looking for strtoll - found 2025-06-05T23:28:52.8840130Z -- Generating operator lib: 2025-06-05T23:28:52.8840621Z -- LIB_NAME: cortex_m_ops_lib 2025-06-05T23:28:52.8841412Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-05T23:28:52.8842248Z -- ROOT_OPS: 2025-06-05T23:28:52.8842646Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:52.8845370Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-05T23:28:52.8847708Z -- Generating kernel bindings: 2025-06-05T23:28:52.8848204Z -- LIB_NAME: cortex_m_ops_lib 2025-06-05T23:28:52.8848707Z -- FUNCTIONS_YAML: 2025-06-05T23:28:52.8849448Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-05T23:28:52.8850309Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:52.8856861Z Generated files /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:28:52.8862630Z -- Generating operator lib: 2025-06-05T23:28:52.8863116Z -- LIB_NAME: cortex_m_ops_lib 2025-06-05T23:28:52.8863619Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-05T23:28:52.8864143Z -- DEPS: executorch 2025-06-05T23:28:52.8864561Z -- Generating operator lib: 2025-06-05T23:28:52.8865061Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:28:52.8865811Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:52.8866577Z -- ROOT_OPS: 2025-06-05T23:28:52.8866955Z -- INCLUDE_ALL_OPS: 2025-06-05T23:28:52.8869831Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:28:52.8872234Z -- Generating kernel bindings: 2025-06-05T23:28:52.8872732Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:28:52.8873228Z -- FUNCTIONS_YAML: 2025-06-05T23:28:52.8873890Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:28:52.8874721Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:28:52.8881514Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:28:52.8887634Z -- Generating operator lib: 2025-06-05T23:28:52.8888149Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:28:52.8888670Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:28:52.8889213Z -- DEPS: executorch_core 2025-06-05T23:28:52.8889673Z -- Configuring done (3.5s) 2025-06-05T23:28:52.8890150Z -- Generating done (0.1s) 2025-06-05T23:28:52.8890857Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out 2025-06-05T23:28:52.8891741Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-05T23:28:52.8892465Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-05T23:28:52.8893108Z [build_executorch.sh] Configured CMAKE 2025-06-05T23:28:52.8893655Z ++ nproc 2025-06-05T23:28:52.8894413Z + cmake --build /pytorch/executorch/arm_test/cmake-out -j8 --target install --config Release -- 2025-06-05T23:28:52.8895733Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:28:52.8896720Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:28:52.8898094Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-06-05T23:28:52.8900024Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-06-05T23:28:52.8902083Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-06-05T23:28:52.8904135Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-06-05T23:28:52.8906114Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-06-05T23:28:52.8907568Z [ 3%] No download step for 'flatbuffers_external_project' 2025-06-05T23:28:52.8908599Z [ 3%] No download step for 'flatcc_external_project' 2025-06-05T23:28:52.8909583Z [ 3%] No update step for 'flatbuffers_external_project' 2025-06-05T23:28:52.8910537Z [ 4%] No update step for 'flatcc_external_project' 2025-06-05T23:28:52.8911464Z [ 5%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:28:54.1756289Z [ 5%] No patch step for 'flatcc_external_project' 2025-06-05T23:28:54.1757439Z [ 5%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:28:54.1758577Z [ 5%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:28:54.1759281Z CMake Warning: 2025-06-05T23:28:54.1759828Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:28:54.1760338Z 2025-06-05T23:28:54.1760577Z  2025-06-05T23:28:54.1760990Z CMake Warning: 2025-06-05T23:28:54.1761883Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:28:54.1762535Z 2025-06-05T23:28:54.1762856Z  2025-06-05T23:28:54.1763564Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:28:54.1764573Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:28:54.1765322Z CMake. 2025-06-05T23:28:54.1765520Z 2025-06-05T23:28:54.1766023Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:28:54.1767066Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:28:54.1767944Z to work with policies introduced by or earlier. 2025-06-05T23:28:54.1768423Z 2025-06-05T23:28:54.1768633Z  2025-06-05T23:28:54.1769060Z fatal: No names found, cannot describe anything. 2025-06-05T23:28:54.1769903Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:28:54.1770527Z git describe failed with exit code: 128 2025-06-05T23:28:54.1770896Z 2025-06-05T23:28:54.1771222Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:28:54.1771892Z Call Stack (most recent call first): 2025-06-05T23:28:54.1772420Z CMakeLists.txt:5 (include) 2025-06-05T23:28:54.1772724Z 2025-06-05T23:28:54.1772923Z  2025-06-05T23:28:54.1773290Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:28:54.1773865Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:28:54.1774488Z -- Detecting C compiler ABI info 2025-06-05T23:28:54.1775053Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:28:54.1775680Z -- Detecting CXX compiler ABI info 2025-06-05T23:28:54.1776221Z -- Detecting C compiler ABI info - done 2025-06-05T23:28:54.1776896Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:28:54.1777578Z -- Detecting C compile features 2025-06-05T23:28:54.1778111Z -- Detecting C compile features - done 2025-06-05T23:28:54.1778800Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:28:54.1779613Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:28:54.1780330Z -- Setting Clang compiler options 2025-06-05T23:28:54.1781641Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:28:54.1782973Z -- Configuring done (0.4s) 2025-06-05T23:28:54.1783427Z -- Generating done (0.0s) 2025-06-05T23:28:54.1783922Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:28:54.1790220Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:28:54.1791967Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-05T23:28:54.1792877Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:28:54.1793586Z -- Detecting CXX compile features 2025-06-05T23:28:54.1794127Z -- Detecting CXX compile features - done 2025-06-05T23:28:54.1795323Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:28:54.1796908Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:28:54.1798267Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:28:54.1799085Z -- Looking for strtof_l 2025-06-05T23:28:54.1800133Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:28:54.1801529Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:28:54.1802896Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:28:54.1804412Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:28:54.1805870Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:28:54.1807456Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:28:54.1808470Z -- Looking for strtof_l - found 2025-06-05T23:28:54.1808979Z -- Looking for strtoull_l 2025-06-05T23:28:54.1809872Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:28:54.1811254Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:28:54.1812601Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:28:54.1814243Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-06-05T23:28:54.1815957Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:53: 2025-06-05T23:28:54.1819025Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:26:51: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:28:54.1821602Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:28:54.1822522Z | ^ 2025-06-05T23:28:54.1823972Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:12: 2025-06-05T23:28:54.1826119Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-05T23:28:54.1827615Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:28:54.1828426Z | ^~~~~~~~~~~~ 2025-06-05T23:28:54.1831056Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:68:44: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:28:54.1833646Z 68 | const NamedDataMap* get_named_data_map() const { 2025-06-05T23:28:54.1834597Z | ^~~~~ 2025-06-05T23:28:54.1836203Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-05T23:28:54.1837947Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:28:54.1838754Z | ^~~~~~~~~~~~ 2025-06-05T23:28:54.1841516Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:76:41: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:28:54.1844120Z 76 | const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:28:54.1844912Z | ^~~~~~~ 2025-06-05T23:28:54.1846569Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-05T23:28:54.1848163Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:28:54.1848974Z | ^~~~~~~~~~~~ 2025-06-05T23:28:54.1849919Z [ 39%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:28:54.1851126Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:28:54.1852317Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:28:54.1853588Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:28:54.1855055Z [ 51%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:28:54.1855969Z -- Looking for strtoull_l - found 2025-06-05T23:28:54.1856552Z -- Looking for realpath 2025-06-05T23:28:54.1857404Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:28:54.1858581Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:28:54.1859940Z [ 60%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:28:54.1860904Z [ 60%] Built target flatccrt 2025-06-05T23:28:54.1861890Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:28:54.1863286Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:28:54.1864694Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:28:54.1866154Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:28:54.1867105Z -- Looking for realpath - found 2025-06-05T23:28:54.1867709Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:28:54.1868837Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:28:54.1869736Z -- Configuring done (1.1s) 2025-06-05T23:28:54.1870213Z -- Generating done (0.0s) 2025-06-05T23:28:54.1871226Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:28:54.1873137Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:28:54.1874973Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:28:54.1876156Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:28:54.1877489Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:28:54.1878693Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:28:54.1880045Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:28:54.1881338Z [ 6%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-06-05T23:28:54.1882189Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-05T23:28:54.1883312Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:28:54.1884965Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:28:54.5986388Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:28:54.5987537Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:28:54.5991040Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:28:54.5994556Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:28:54.5995388Z [ 93%] Built target flatcc 2025-06-05T23:28:54.5998231Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:28:54.6002288Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:28:54.6003699Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:28:54.6007135Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:28:54.6011401Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:28:54.6015967Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:28:54.6017263Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:28:54.6021069Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:28:54.6021999Z [100%] Built target flatcc_cli 2025-06-05T23:28:54.6023004Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:28:54.6025694Z [ 21%] Built target flatccrt 2025-06-05T23:28:54.6026614Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:28:54.6027800Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:28:54.6030345Z [ 93%] Built target flatcc 2025-06-05T23:28:54.6030811Z [100%] Built target flatcc_cli 2025-06-05T23:28:54.6031427Z Install the project... 2025-06-05T23:28:54.6031937Z -- Install configuration: "" 2025-06-05T23:28:54.6032921Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:28:54.6034530Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:28:54.6035743Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:28:54.6036730Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:28:54.6037700Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:28:54.6038675Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:28:54.6039643Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:28:54.6040617Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:28:54.6041583Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:28:54.6042590Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:28:54.6045697Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:28:54.6046667Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:28:54.6047642Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:28:54.6048784Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:28:54.6049787Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:28:54.6050778Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:28:54.6051743Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:28:54.6052720Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:28:54.6053690Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:28:54.6054655Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:28:54.6055644Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:28:54.6056611Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:28:54.6057644Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:28:54.6058694Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:28:54.6060577Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:28:54.6062416Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:28:54.6064106Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:28:54.6065760Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:28:54.6067400Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:28:54.6069265Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:28:54.6071013Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:28:54.6072759Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:28:54.6073822Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:28:54.6074900Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:28:54.6076789Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:28:54.6078746Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:28:54.6080831Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:28:54.6082698Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:28:54.6084216Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:28:54.6085391Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:28:54.6086476Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:28:54.6087494Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:28:54.6088548Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:28:54.6089632Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:28:54.6090673Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:28:54.6091694Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:28:54.6092721Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:28:54.6093710Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:28:54.6094812Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:28:54.6095872Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:28:54.6096887Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:28:54.6097911Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:28:54.6098908Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:28:56.6596883Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:28:56.6598496Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:28:56.6600034Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:28:56.6601530Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:28:56.6603124Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:28:56.6604492Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:28:56.6605868Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:28:56.6607233Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:28:56.6608467Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:28:56.6609873Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:28:56.6611297Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:28:56.6612804Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:28:56.6614221Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:28:56.6615774Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:28:56.6617185Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:28:56.6618783Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:28:56.6620397Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:28:56.6621727Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:28:56.6622760Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:28:56.6623699Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:28:56.6624658Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:28:56.6625803Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:28:56.6626789Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:28:56.6627882Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:28:56.6628815Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:28:56.6629653Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:28:56.6630469Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:28:56.6631301Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:28:56.6631770Z [ 7%] Built target flatcc_external_project 2025-06-05T23:28:56.6632608Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-06-05T23:28:56.6633360Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:28:56.6634018Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:28:56.6634664Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:28:56.6635310Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:28:56.6635942Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:28:56.6636559Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:28:56.6637229Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:28:56.6637887Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:28:56.6638613Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:28:56.6639352Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:28:56.6639996Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:28:56.6640602Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:28:56.6641191Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:28:56.6641837Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:28:56.6642605Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:28:56.6643499Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:28:56.6644136Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:28:56.6644892Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-06-05T23:28:56.6645735Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:28:56.6646450Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:28:56.6647206Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:28:56.6648022Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-06-05T23:28:56.6648827Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:28:56.6649609Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:28:56.6650435Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-06-05T23:28:56.6651265Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:28:56.6652151Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:28:56.6653032Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-06-05T23:28:56.6653956Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-06-05T23:28:56.6654595Z [100%] Linking CXX executable flatc 2025-06-05T23:28:56.6654924Z [100%] Built target flatc 2025-06-05T23:28:56.6655368Z [ 9%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:28:56.6655793Z [100%] Built target flatc 2025-06-05T23:28:56.6656103Z Install the project... 2025-06-05T23:28:56.6656380Z -- Install configuration: "" 2025-06-05T23:28:56.6656983Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:28:56.6657964Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:28:56.6658979Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:28:56.6659960Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:28:56.6660954Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:28:56.6661979Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:28:56.6663027Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:28:56.6664110Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:28:56.6665204Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:28:56.6666282Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:28:56.6667349Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:28:56.6668421Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:28:56.6669555Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:28:56.6670582Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:29:00.4555255Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:29:00.4557319Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:29:00.4559449Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:29:00.4561479Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:29:00.4563469Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:29:00.4565436Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:29:00.4567519Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:29:00.4569786Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:29:00.4572107Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:29:00.4574185Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:29:00.4576311Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:29:00.4578350Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:29:00.4580259Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:29:00.4582310Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:29:00.4584295Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:29:00.4586310Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:29:00.4588238Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:29:00.4590192Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:29:00.4592193Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:29:00.4594248Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:29:00.4596428Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:29:00.4598702Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:29:00.4601122Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:29:00.4603231Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:29:00.4605308Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:29:00.4607667Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:29:00.4609588Z [ 10%] Completed 'flatbuffers_external_project' 2025-06-05T23:29:00.4610274Z [ 10%] Built target flatbuffers_external_project 2025-06-05T23:29:00.4611054Z [ 10%] Generating common_schema headers 2025-06-05T23:29:00.4611556Z [ 10%] Built target common_schema 2025-06-05T23:29:00.4612136Z [ 10%] Generating program_schema headers 2025-06-05T23:29:00.4614638Z [ 11%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:29:00.4615346Z [ 11%] Built target program_schema 2025-06-05T23:29:00.4616586Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-06-05T23:29:00.4618078Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-06-05T23:29:00.4619895Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-06-05T23:29:00.4621992Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-06-05T23:29:00.4624901Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-06-05T23:29:00.4626126Z [ 12%] Built target gflags_nothreads_static 2025-06-05T23:29:00.4627214Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-06-05T23:29:00.4628745Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-06-05T23:29:00.4630359Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-06-05T23:29:00.4631867Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-06-05T23:29:00.4633419Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-06-05T23:29:00.4634963Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-06-05T23:29:00.4636761Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-06-05T23:29:00.4638651Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-06-05T23:29:00.4640469Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-06-05T23:29:00.4642039Z [ 15%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:29:00.4643005Z [ 15%] Built target flatccrt 2025-06-05T23:29:00.4644547Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-06-05T23:29:00.4646106Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-06-05T23:29:00.4647680Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-06-05T23:29:00.4649237Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-06-05T23:29:00.4650824Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-06-05T23:29:00.4652391Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-06-05T23:29:00.4654055Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-06-05T23:29:00.4670420Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp: In function 'executorch::runtime::Result executorch::runtime::deserialization::{anonymous}::getMemPlannedPtr(const executorch_flatbuffer::AllocationDetails*, size_t, executorch::runtime::HierarchicalAllocator*)': 2025-06-05T23:29:00.4674285Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp:66:62: warning: left shift count >= width of type [-Wshift-count-overflow] 2025-06-05T23:29:00.4676051Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-06-05T23:29:00.4676978Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-06-05T23:29:00.4677760Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:29:00.4678372Z [ 18%] Built target executorch_core 2025-06-05T23:29:00.4679315Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-06-05T23:29:00.4680530Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-06-05T23:29:00.4681841Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-06-05T23:29:00.4683265Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-06-05T23:29:00.4685144Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-06-05T23:29:00.4687240Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-06-05T23:29:00.4689157Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-06-05T23:29:00.4691041Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-06-05T23:29:00.4692909Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-06-05T23:29:00.4694782Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-06-05T23:29:00.4696229Z [ 21%] Linking CXX static library libextension_runner_util.a 2025-06-05T23:29:18.9972509Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-06-05T23:29:18.9973774Z [ 22%] Built target extension_runner_util 2025-06-05T23:29:18.9975147Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-06-05T23:29:18.9977087Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-06-05T23:29:18.9979084Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-06-05T23:29:18.9981125Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-06-05T23:29:18.9983221Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-06-05T23:29:18.9985267Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-06-05T23:29:18.9987199Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-06-05T23:29:18.9988601Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-05T23:29:18.9989259Z [ 25%] Built target executorch 2025-06-05T23:29:18.9990498Z [ 25%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-06-05T23:29:18.9992692Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-06-05T23:29:18.9994676Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-06-05T23:29:18.9996648Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-06-05T23:29:18.9998624Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-06-05T23:29:19.0000572Z [ 27%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-06-05T23:29:19.0002033Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:29:19.0002795Z [ 28%] Built target kernels_util_all_deps 2025-06-05T23:29:19.0007475Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-06-05T23:29:19.0009274Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-06-05T23:29:19.0011060Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-06-05T23:29:19.0012891Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-05T23:29:19.0014981Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-06-05T23:29:19.0016846Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-06-05T23:29:19.0018815Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-06-05T23:29:19.0020232Z [ 30%] Linking CXX static library libcortex_m_kernels.a 2025-06-05T23:29:19.0020919Z [ 30%] Built target cortex_m_kernels 2025-06-05T23:29:19.0021799Z [ 31%] Generating selected_operators.yaml for cortex_m_ops_lib 2025-06-05T23:29:19.0022749Z [ 31%] Generating code for kernel registration 2025-06-05T23:29:19.0024109Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-06-05T23:29:19.0025961Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-06-05T23:29:19.0027831Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-06-05T23:29:19.0029640Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-06-05T23:29:19.0031423Z [ 34%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-06-05T23:29:19.0033145Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-06-05T23:29:19.0034824Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-06-05T23:29:19.0036502Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-06-05T23:29:19.0038687Z [ 35%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-05T23:29:19.0040763Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-06-05T23:29:19.0042462Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-06-05T23:29:19.0047403Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-06-05T23:29:19.0049170Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-06-05T23:29:19.0050693Z [ 36%] Linking CXX static library libcortex_m_ops_lib.a 2025-06-05T23:29:19.0051365Z [ 36%] Built target cortex_m_ops_lib 2025-06-05T23:29:19.0052537Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-06-05T23:29:19.0054192Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-06-05T23:29:19.0055883Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-06-05T23:29:19.0057570Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-06-05T23:29:19.0059277Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-06-05T23:29:19.0060608Z [ 38%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:29:19.0061313Z [ 38%] Built target quantized_kernels 2025-06-05T23:29:19.0062518Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-06-05T23:29:19.0064330Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-06-05T23:29:19.0066072Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-06-05T23:29:19.0067730Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-06-05T23:29:19.0069574Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-06-05T23:29:19.0071347Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-06-05T23:29:19.0073030Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-06-05T23:29:19.0074774Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-06-05T23:29:19.0076556Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-06-05T23:29:19.0078381Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-06-05T23:29:19.0080211Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-06-05T23:29:19.0082040Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-06-05T23:29:19.0083794Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-06-05T23:29:19.0085485Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-06-05T23:29:19.0087255Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-06-05T23:29:19.0088995Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-06-05T23:29:19.0090668Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-06-05T23:29:19.0092336Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-06-05T23:29:19.0094159Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-06-05T23:29:19.0096035Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-06-05T23:29:19.0097988Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-06-05T23:29:19.0099824Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-06-05T23:29:19.0101492Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-06-05T23:29:19.0103323Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-06-05T23:29:19.0104996Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-06-05T23:29:19.0106739Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-06-05T23:29:19.0108573Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-06-05T23:29:48.7126584Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-06-05T23:29:48.7128294Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-06-05T23:29:48.7129864Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-05T23:29:48.7131510Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-06-05T23:29:48.7133056Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-06-05T23:29:48.7134764Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-06-05T23:29:48.7136309Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-06-05T23:29:48.7138336Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-06-05T23:29:48.7140178Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-06-05T23:29:48.7141838Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-06-05T23:29:48.7143684Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-06-05T23:29:48.7145340Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-06-05T23:29:48.7147005Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-06-05T23:29:48.7148671Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-06-05T23:29:48.7150317Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-06-05T23:29:48.7152007Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-06-05T23:29:48.7153689Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-06-05T23:29:48.7155340Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-06-05T23:29:48.7156998Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-06-05T23:29:48.7158603Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-06-05T23:29:48.7160208Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-06-05T23:29:48.7161898Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-06-05T23:29:48.7163615Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-06-05T23:29:48.7165271Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-06-05T23:29:48.7167055Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-06-05T23:29:48.7168760Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-06-05T23:29:48.7170668Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-06-05T23:29:48.7172304Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-06-05T23:29:48.7173926Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-06-05T23:29:48.7175729Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-06-05T23:29:48.7177749Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-06-05T23:29:48.7179476Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-06-05T23:29:48.7181208Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-06-05T23:29:48.7182872Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-06-05T23:29:48.7184591Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-06-05T23:29:48.7186320Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-06-05T23:29:48.7188445Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-06-05T23:29:48.7190368Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-06-05T23:29:48.7192224Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-06-05T23:29:48.7194014Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-06-05T23:29:48.7195763Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-06-05T23:29:48.7197504Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-06-05T23:29:48.7199187Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-06-05T23:29:48.7200974Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-06-05T23:29:48.7202835Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-06-05T23:29:48.7204493Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-06-05T23:29:48.7206371Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-06-05T23:29:48.7208251Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-06-05T23:29:48.7210217Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-06-05T23:29:48.7211868Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-06-05T23:29:48.7213336Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-06-05T23:29:48.7215026Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-06-05T23:29:48.7216652Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-06-05T23:29:48.7218119Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-06-05T23:29:48.7219820Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-06-05T23:29:48.7221704Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-06-05T23:29:48.7223583Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-06-05T23:29:48.7225397Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-06-05T23:29:48.7227236Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-06-05T23:29:48.7228954Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-06-05T23:29:48.7230570Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-06-05T23:29:48.7232184Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-06-05T23:29:48.7233734Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-06-05T23:29:48.7235479Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-06-05T23:29:48.7237205Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-06-05T23:29:48.7239016Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-06-05T23:29:48.7240881Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-06-05T23:29:48.7242516Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-06-05T23:29:48.7244289Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-06-05T23:29:48.7245935Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-06-05T23:29:48.7247547Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-06-05T23:29:48.7249248Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-06-05T23:29:48.7250618Z [ 73%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:29:48.7252097Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-06-05T23:29:48.7253423Z [ 73%] Generating code for kernel registration 2025-06-05T23:30:14.8035675Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-06-05T23:30:14.8036986Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-06-05T23:30:14.8037936Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-06-05T23:30:14.8038889Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-06-05T23:30:14.8040094Z [ 75%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-05T23:30:14.8041226Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-06-05T23:30:14.8042206Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-06-05T23:30:14.8043436Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-06-05T23:30:14.8044461Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-06-05T23:30:14.8045222Z [ 77%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:30:14.8045850Z [ 77%] Built target quantized_ops_lib 2025-06-05T23:30:14.8046563Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-06-05T23:30:14.8047501Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-06-05T23:30:14.8048401Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-06-05T23:30:14.8049313Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-06-05T23:30:14.8050195Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-06-05T23:30:14.8051124Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-06-05T23:30:14.8052053Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-06-05T23:30:14.8052990Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-06-05T23:30:14.8053938Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-06-05T23:30:14.8054890Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-06-05T23:30:14.8055956Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-06-05T23:30:14.8056901Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-06-05T23:30:14.8057783Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-06-05T23:30:14.8058664Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-06-05T23:30:14.8059568Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-06-05T23:30:14.8060525Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-06-05T23:30:14.8061457Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-06-05T23:30:14.8062390Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-06-05T23:30:14.8063392Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-06-05T23:30:14.8064338Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-06-05T23:30:14.8065259Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-06-05T23:30:14.8066172Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-06-05T23:30:14.8067054Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-06-05T23:30:14.8067925Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-06-05T23:30:14.8068803Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-06-05T23:30:14.8069686Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-06-05T23:30:14.8070548Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-06-05T23:30:14.8071444Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-06-05T23:30:14.8072337Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-06-05T23:30:14.8073299Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-06-05T23:30:14.8074221Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-06-05T23:30:14.8075095Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-06-05T23:30:14.8076013Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-06-05T23:30:14.8076963Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-06-05T23:30:14.8077911Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-06-05T23:30:14.8078920Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-06-05T23:30:14.8079936Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-06-05T23:30:14.8080881Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-06-05T23:30:14.8081827Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-06-05T23:30:14.8082781Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-06-05T23:30:14.8083753Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-06-05T23:30:14.8084670Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-06-05T23:30:14.8085779Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-06-05T23:30:14.8086991Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-06-05T23:30:14.8088152Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-06-05T23:30:14.8089220Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-06-05T23:30:14.8090255Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-06-05T23:30:14.8091274Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-06-05T23:30:14.8092267Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-06-05T23:30:14.8093262Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-06-05T23:30:14.8094269Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-06-05T23:30:14.8095236Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-06-05T23:30:14.8096179Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-06-05T23:30:14.8097169Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-06-05T23:30:14.8098166Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-06-05T23:30:14.8099216Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-06-05T23:30:14.8100236Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-06-05T23:30:14.8101257Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-06-05T23:30:14.8102222Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-06-05T23:30:14.8103206Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-06-05T23:30:14.8104203Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-06-05T23:30:14.8105175Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-06-05T23:30:18.8912422Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-05T23:30:18.8913190Z [ 99%] Built target portable_kernels 2025-06-05T23:30:18.8914059Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:30:18.8914617Z [ 99%] Generating code for kernel registration 2025-06-05T23:30:18.8915781Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-05T23:30:18.8916871Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:30:18.8917303Z [100%] Built target portable_ops_lib 2025-06-05T23:30:18.8917789Z Install the project... 2025-06-05T23:30:18.8918072Z -- Install configuration: "Release" 2025-06-05T23:30:18.8918748Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-05T23:30:18.8919421Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/fxdiv.h 2025-06-05T23:30:18.8920164Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-05T23:30:18.8920836Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-05T23:30:18.8921627Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-05T23:30:18.8922693Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:30:18.8923509Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core 2025-06-05T23:30:18.8924359Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-05T23:30:18.8925331Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-05T23:30:18.8926245Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/defines.h 2025-06-05T23:30:18.8927047Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/error.h 2025-06-05T23:30:18.8927984Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-05T23:30:18.8928886Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:30:18.8929880Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:30:18.8930876Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:30:18.8931853Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-05T23:30:18.8932788Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:30:18.8933817Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:30:18.8934970Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:30:18.8936216Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:30:18.8937634Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:30:18.8938699Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:30:18.8939722Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:30:18.8940946Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:30:18.8942093Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:30:18.8943653Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:30:18.8944752Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:30:18.8945781Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:30:18.8946686Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:30:18.8947540Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-05T23:30:18.8948441Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:30:18.8949556Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:30:18.8950548Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:30:18.8951407Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type 2025-06-05T23:30:18.8952403Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:30:18.8953442Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:30:18.8954504Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:30:18.8955519Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:30:18.8956759Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:30:18.8957864Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:30:18.8959097Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:30:18.8960181Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:30:18.8961188Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:30:18.8962292Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:30:18.8963540Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:30:18.8964753Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:30:18.8965903Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:30:18.8966897Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:30:18.8967957Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:30:18.8969496Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:30:18.8970835Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:30:18.8972482Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:30:18.8973844Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:30:18.8975004Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:30:18.8976064Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:30:18.8977063Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:30:18.8978005Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:30:18.8978865Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:30:18.8979747Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:30:18.8980971Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:30:18.8981999Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:30:18.8982954Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:30:18.8983914Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:30:18.8984872Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:30:18.8985773Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:30:18.8986700Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:30:18.8987599Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-05T23:30:18.8988371Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/result.h 2025-06-05T23:30:18.8989097Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/span.h 2025-06-05T23:30:18.9369436Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tag.h 2025-06-05T23:30:18.9370264Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:30:18.9371122Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:30:18.9371903Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/test 2025-06-05T23:30:18.9372593Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel 2025-06-05T23:30:18.9373372Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:30:18.9374253Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:30:18.9375145Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:30:18.9375926Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test 2025-06-05T23:30:18.9376911Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:30:18.9377807Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:30:18.9378655Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform 2025-06-05T23:30:18.9379385Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-05T23:30:18.9380235Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-05T23:30:18.9381061Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-05T23:30:18.9381872Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:30:18.9382684Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-05T23:30:18.9383466Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/default 2025-06-05T23:30:18.9384241Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/log.h 2025-06-05T23:30:18.9385015Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-05T23:30:18.9385804Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-05T23:30:18.9386743Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-05T23:30:18.9387580Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/system.h 2025-06-05T23:30:18.9388352Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test 2025-06-05T23:30:18.9389146Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:30:18.9390012Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:30:18.9390855Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/types.h 2025-06-05T23:30:18.9391646Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util 2025-06-05T23:30:18.9392621Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:30:18.9393632Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:30:18.9394482Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/test 2025-06-05T23:30:18.9395316Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:30:18.9396088Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor 2025-06-05T23:30:18.9396835Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-05T23:30:18.9397659Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:30:18.9398486Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:30:18.9399333Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:30:18.9400130Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/test 2025-06-05T23:30:18.9400863Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool 2025-06-05T23:30:18.9401665Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:30:18.9402498Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/test 2025-06-05T23:30:18.9403368Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:30:18.9404252Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:30:18.9404997Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-05T23:30:18.9405571Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:30:18.9406358Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:30:18.9407065Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-05T23:30:18.9407663Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-05T23:30:18.9408397Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-05T23:30:18.9409280Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-05T23:30:18.9410073Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-05T23:30:18.9410712Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-05T23:30:18.9411320Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-05T23:30:18.9412117Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:30:18.9412998Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:30:18.9413584Z + set +x 2025-06-05T23:30:18.9413880Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-05T23:30:18.9414650Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:30:18.9415656Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:30:18.9416578Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-05T23:30:18.9417485Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-05T23:30:18.9418379Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-05T23:30:18.9419227Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-05T23:30:18.9420165Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-05T23:30:18.9421103Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 5 23:30 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_kernels.a 2025-06-05T23:30:18.9421976Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 5 23:30 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-05T23:30:18.9422853Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-05T23:30:18.9423726Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-05T23:30:18.9424638Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-05T23:30:18.9425459Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/libexecutorch_core.a 2025-06-05T23:30:18.9426158Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/libexecutorch.a 2025-06-05T23:30:18.9426888Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-05T23:30:18.9427607Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 5 23:30 /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-05T23:30:18.9428378Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 5 23:30 /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-05T23:30:18.9429103Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-05T23:30:18.9429834Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 5 23:28 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:30:18.9430588Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-05T23:30:18.9431317Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-05T23:58:17.9192893Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-05T23:58:17.9193787Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-05T23:58:17.9194572Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-05T23:58:17.9233118Z ============================= test session starts ============================== 2025-06-05T23:58:17.9233724Z platform linux -- Python 3.10.16, pytest-8.4.0, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:58:17.9234297Z cachedir: .pytest_cache 2025-06-05T23:58:17.9234881Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/pytorch/executorch/.hypothesis/examples') 2025-06-05T23:58:17.9235552Z rootdir: /pytorch/executorch/backends/arm/test 2025-06-05T23:58:17.9235875Z configfile: pytest.ini 2025-06-05T23:58:17.9236250Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.7.0, rerunfailures-15.1 2025-06-05T23:58:17.9236716Z collecting ...  2025-06-05T23:58:17.9237151Z collecting 0 items  2025-06-05T23:58:17.9237693Z collecting 0 items  2025-06-05T23:58:17.9238244Z collecting 6 items  2025-06-05T23:58:17.9238797Z collecting 6 items  2025-06-05T23:58:17.9239332Z collecting 24 items  2025-06-05T23:58:17.9239879Z collected 90 items  2025-06-05T23:58:17.9240169Z 2025-06-05T23:58:17.9240643Z backends/arm/test/models/test_conformer.py::test_conformer_tosa_MI PASSED [ 1%] 2025-06-05T23:58:17.9241503Z backends/arm/test/models/test_conformer.py::test_conformer_tosa_BI PASSED [ 2%] 2025-06-05T23:58:17.9242349Z backends/arm/test/models/test_conformer.py::test_conformer_u55_BI XFAIL [ 3%] 2025-06-05T23:58:17.9243403Z backends/arm/test/models/test_conformer.py::test_conformer_u85_BI XFAIL [ 4%] 2025-06-05T23:58:17.9244272Z backends/arm/test/models/test_deit_tiny_arm.py::test_deit_tiny_tosa_MI PASSED [ 5%] 2025-06-05T23:58:17.9245135Z backends/arm/test/models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI PASSED [ 6%] 2025-06-05T23:58:17.9246038Z backends/arm/test/models/test_dl3_arm.py::test_dl3_tosa_MI PASSED [ 7%] 2025-06-05T23:58:17.9246829Z backends/arm/test/models/test_dl3_arm.py::test_dl3_tosa_BI PASSED [ 8%] 2025-06-05T23:58:17.9247632Z backends/arm/test/models/test_dl3_arm.py::test_dl3_u55_BI SKIPPED (u...) [ 10%] 2025-06-05T23:58:17.9248568Z backends/arm/test/models/test_dl3_arm.py::test_dl3_u85_BI SKIPPED (R...) [ 11%] 2025-06-05T23:58:17.9249366Z backends/arm/test/models/test_llama.py::test_llama_tosa_MI SKIPPED (...) [ 12%] 2025-06-05T23:58:17.9250190Z backends/arm/test/models/test_llama.py::test_llama_tosa_BI SKIPPED (...) [ 13%] 2025-06-05T23:58:17.9250994Z backends/arm/test/models/test_lstm_arm.py::test_lstm_tosa_MI PASSED [ 14%] 2025-06-05T23:58:17.9251815Z backends/arm/test/models/test_lstm_arm.py::test_lstm_tosa_BI PASSED [ 15%] 2025-06-05T23:58:17.9252629Z backends/arm/test/models/test_lstm_arm.py::test_lstm_u55_BI XFAIL (D...) [ 16%] 2025-06-05T23:58:17.9253427Z backends/arm/test/models/test_lstm_arm.py::test_lstm_u85_BI XFAIL (D...) [ 17%] 2025-06-05T23:58:17.9254260Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_tosa_MI PASSED [ 18%] 2025-06-05T23:58:17.9255096Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI PASSED [ 20%] 2025-06-05T23:58:17.9255932Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_u55_BI XFAIL [ 21%] 2025-06-05T23:58:17.9256751Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_u85_BI XFAIL [ 22%] 2025-06-05T23:58:17.9257572Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_tosa_MI PASSED [ 23%] 2025-06-05T23:58:17.9260137Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI PASSED [ 24%] 2025-06-05T23:58:17.9261033Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_u55_BI XFAIL [ 25%] 2025-06-05T23:58:17.9261865Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_u85_BI XFAIL [ 26%] 2025-06-05T23:58:17.9262776Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[normalize] PASSED [ 27%] 2025-06-05T23:58:17.9263753Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[grid_sample] PASSED [ 28%] 2025-06-05T23:58:17.9264733Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[one_hot] PASSED [ 30%] 2025-06-05T23:58:17.9265724Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[softplus] PASSED [ 31%] 2025-06-05T23:58:17.9266721Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[cosine_similarity] PASSED [ 32%] 2025-06-05T23:58:17.9267711Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[unfold] PASSED [ 33%] 2025-06-05T23:58:17.9268634Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[elu] PASSED [ 34%] 2025-06-05T23:58:17.9269564Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[fold] PASSED [ 35%] 2025-06-05T23:58:17.9270517Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[affine_grid] XFAIL [ 36%] 2025-06-05T23:58:17.9271472Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[max_pool1d] XFAIL [ 37%] 2025-06-05T23:58:17.9272441Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[threshold] PASSED [ 38%] 2025-06-05T23:58:17.9273391Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[normalize] XFAIL [ 40%] 2025-06-05T23:58:17.9274365Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[grid_sample] PASSED [ 41%] 2025-06-05T23:58:17.9275330Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[one_hot] PASSED [ 42%] 2025-06-05T23:58:17.9276275Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[softplus] PASSED [ 43%] 2025-06-05T23:58:17.9277274Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] PASSED [ 44%] 2025-06-05T23:58:17.9278288Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[unfold] XPASS [ 45%] 2025-06-05T23:58:17.9279212Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[elu] PASSED [ 46%] 2025-06-05T23:58:17.9280130Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[fold] XPASS [ 47%] 2025-06-05T23:58:17.9281076Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[affine_grid] PASSED [ 48%] 2025-06-05T23:58:17.9282062Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[max_pool1d] PASSED [ 50%] 2025-06-05T23:58:17.9283644Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[threshold] PASSED [ 51%] 2025-06-05T23:58:17.9285294Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Embedding] PASSED [ 52%] 2025-06-05T23:58:17.9286965Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[LeakyReLU] PASSED [ 53%] 2025-06-05T23:58:17.9288565Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[BatchNorm1d] PASSED [ 54%] 2025-06-05T23:58:17.9290261Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[AdaptiveAvgPool2d] PASSED [ 55%] 2025-06-05T23:58:17.9292062Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[ConvTranspose2d] PASSED [ 56%] 2025-06-05T23:58:17.9293712Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GRU] PASSED [ 57%] 2025-06-05T23:58:17.9295259Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GroupNorm] PASSED [ 58%] 2025-06-05T23:58:17.9296884Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] PASSED [ 60%] 2025-06-05T23:58:17.9298498Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[PReLU] PASSED [ 61%] 2025-06-05T23:58:17.9300177Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Transformer] PASSED [ 62%] 2025-06-05T23:58:17.9301792Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Embedding] PASSED [ 63%] 2025-06-05T23:58:17.9303388Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[LeakyReLU] PASSED [ 64%] 2025-06-05T23:58:17.9304991Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[BatchNorm1d] PASSED [ 65%] 2025-06-05T23:58:17.9306690Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[AdaptiveAvgPool2d] PASSED [ 66%] 2025-06-05T23:58:17.9308398Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[ConvTranspose2d] PASSED [ 67%] 2025-06-05T23:58:17.9309988Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GRU] XFAIL [ 68%] 2025-06-05T23:58:17.9311526Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] PASSED [ 70%] 2025-06-05T23:58:17.9313161Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] PASSED [ 71%] 2025-06-06T00:07:35.9716208Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[PReLU] XFAIL [ 72%] 2025-06-06T00:07:35.9718190Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Transformer] XFAIL [ 73%] 2025-06-06T00:07:35.9719827Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[t] PASSED [ 74%] 2025-06-06T00:07:35.9721403Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[zeros] PASSED [ 75%] 2025-06-06T00:07:35.9723251Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[ones] PASSED [ 76%] 2025-06-06T00:07:35.9725111Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[stack] PASSED [ 77%] 2025-06-06T00:07:35.9726883Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[arange] PASSED [ 78%] 2025-06-06T00:07:35.9728488Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[norm] XFAIL [ 80%] 2025-06-06T00:07:35.9730064Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[nonzero] XFAIL [ 81%] 2025-06-06T00:07:35.9731664Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[eye] PASSED [ 82%] 2025-06-06T00:07:35.9733572Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[topk] XFAIL [ 83%] 2025-06-06T00:07:35.9735150Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[sort] XFAIL [ 84%] 2025-06-06T00:07:35.9736695Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[t] XPASS [ 85%] 2025-06-06T00:07:35.9738248Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[zeros] PASSED [ 86%] 2025-06-06T00:07:35.9739840Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[ones] PASSED [ 87%] 2025-06-06T00:07:35.9741427Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[stack] PASSED [ 88%] 2025-06-06T00:07:35.9743491Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[arange] PASSED [ 90%] 2025-06-06T00:07:35.9745131Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[norm] XFAIL [ 91%] 2025-06-06T00:07:35.9746811Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[nonzero] XFAIL [ 92%] 2025-06-06T00:07:35.9748412Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[eye] PASSED [ 93%] 2025-06-06T00:07:35.9749983Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[topk] XFAIL [ 94%] 2025-06-06T00:07:35.9751561Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[sort] XFAIL [ 95%] 2025-06-06T00:07:35.9753058Z backends/arm/test/models/test_w2l_arm.py::test_w2l_tosa_MI PASSED [ 96%] 2025-06-06T00:07:35.9754453Z backends/arm/test/models/test_w2l_arm.py::test_w2l_tosa_BI PASSED [ 97%] 2025-06-06T00:07:35.9755858Z backends/arm/test/models/test_w2l_arm.py::test_w2l_u55_BI XFAIL (MLE...) [ 98%] 2025-06-06T00:07:35.9757234Z backends/arm/test/models/test_w2l_arm.py::test_w2l_u85_BI SKIPPED (I...) [100%] 2025-06-06T00:07:35.9757968Z 2025-06-06T00:07:35.9758383Z =============================== warnings summary =============================== 2025-06-06T00:07:35.9759400Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-06T00:07:35.9761612Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-06-06T00:07:35.9763412Z import pkg_resources 2025-06-06T00:07:35.9763672Z 2025-06-06T00:07:35.9764126Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-06T00:07:35.9766012Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. 2025-06-06T00:07:35.9768748Z Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages 2025-06-06T00:07:35.9770481Z declare_namespace(pkg) 2025-06-06T00:07:35.9770768Z 2025-06-06T00:07:35.9771408Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-06T00:07:35.9773656Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20: ExperimentalWarning: This API is experimental and subject to change without notice. 2025-06-06T00:07:35.9775294Z _warnings.warn( 2025-06-06T00:07:35.9775519Z 2025-06-06T00:07:35.9776009Z ../../var/lib/ci-user/.local/lib/python3.10/site-packages/torchvision/models/_utils.py:223 2025-06-06T00:07:35.9779378Z /var/lib/ci-user/.local/lib/python3.10/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V3_Small_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V3_Small_Weights.DEFAULT` to get the most up-to-date weights. 2025-06-06T00:07:35.9782415Z warnings.warn(msg) 2025-06-06T00:07:35.9782670Z 2025-06-06T00:07:35.9783164Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:386 2025-06-06T00:07:35.9785692Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:386: UserWarning: enable_nested_tensor is True, but self.use_nested_tensor is False because encoder_layer.self_attn.batch_first was not True(use batch_first for better inference performance) 2025-06-06T00:07:35.9787836Z warnings.warn( 2025-06-06T00:07:35.9788054Z 2025-06-06T00:07:35.9788341Z models/test_conformer.py: 3 warnings 2025-06-06T00:07:35.9788831Z models/test_dl3_arm.py: 1 warning 2025-06-06T00:07:35.9789375Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-06-06T00:07:35.9789921Z models/test_mobilenet_v3_arm.py: 3 warnings 2025-06-06T00:07:35.9791155Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm) on an already erased node 2025-06-06T00:07:35.9792550Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9793078Z 2025-06-06T00:07:35.9793247Z models/test_conformer.py: 3 warnings 2025-06-06T00:07:35.9793740Z models/test_dl3_arm.py: 1 warning 2025-06-06T00:07:35.9794225Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-06-06T00:07:35.9794781Z models/test_mobilenet_v3_arm.py: 3 warnings 2025-06-06T00:07:35.9796006Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_1) on an already erased node 2025-06-06T00:07:35.9797410Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9797939Z 2025-06-06T00:07:35.9798177Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9798796Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9800386Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_48) on an already erased node 2025-06-06T00:07:35.9802092Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9802628Z 2025-06-06T00:07:35.9802857Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9803486Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9805067Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_83) on an already erased node 2025-06-06T00:07:35.9806860Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9807384Z 2025-06-06T00:07:35.9807607Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9808243Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9809851Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_162) on an already erased node 2025-06-06T00:07:35.9811552Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9812142Z 2025-06-06T00:07:35.9812362Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9812980Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9814570Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_78) on an already erased node 2025-06-06T00:07:35.9816301Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9816823Z 2025-06-06T00:07:35.9817048Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9817683Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9819279Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_112) on an already erased node 2025-06-06T00:07:35.9820999Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9821522Z 2025-06-06T00:07:35.9821756Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9822371Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9823965Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_132) on an already erased node 2025-06-06T00:07:35.9825660Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9826316Z 2025-06-06T00:07:35.9826539Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9827220Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9828805Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_167) on an already erased node 2025-06-06T00:07:35.9830523Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9831040Z 2025-06-06T00:07:35.9831261Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9832075Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9833667Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_246) on an already erased node 2025-06-06T00:07:35.9835371Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9835902Z 2025-06-06T00:07:35.9836121Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9836732Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9837352Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9838921Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_42) on an already erased node 2025-06-06T00:07:35.9840635Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9841158Z 2025-06-06T00:07:35.9841386Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:07:35.9841998Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9842624Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:07:35.9844341Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_76) on an already erased node 2025-06-06T00:07:35.9846131Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9846655Z 2025-06-06T00:07:35.9846887Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9848464Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_38) on an already erased node 2025-06-06T00:07:35.9850174Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9850819Z 2025-06-06T00:07:35.9851049Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9852624Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_72) on an already erased node 2025-06-06T00:07:35.9854330Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9854848Z 2025-06-06T00:07:35.9855023Z models/test_conformer.py: 36 warnings 2025-06-06T00:07:35.9855540Z models/test_lstm_arm.py: 100 warnings 2025-06-06T00:07:35.9856062Z models/test_mobilenet_v3_arm.py: 56 warnings 2025-06-06T00:07:35.9856614Z models/test_w2l_arm.py: 3 warnings 2025-06-06T00:07:35.9859756Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/operators/op_table.py:57: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword 2025-06-06T00:07:35.9862945Z table_attr.TableAttribute(np.array(table)) 2025-06-06T00:07:35.9863351Z 2025-06-06T00:07:35.9863571Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9864203Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9865945Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_45) on an already erased node 2025-06-06T00:07:35.9867715Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9868236Z 2025-06-06T00:07:35.9868456Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9870055Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_68) on an already erased node 2025-06-06T00:07:35.9871764Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9872289Z 2025-06-06T00:07:35.9872505Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9874109Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_102) on an already erased node 2025-06-06T00:07:35.9875813Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9876358Z 2025-06-06T00:07:35.9876570Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9878169Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_122) on an already erased node 2025-06-06T00:07:35.9879867Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9880404Z 2025-06-06T00:07:35.9880623Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:07:35.9882206Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_156) on an already erased node 2025-06-06T00:07:35.9883925Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9884449Z 2025-06-06T00:07:35.9884711Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9886386Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_294) on an already erased node 2025-06-06T00:07:35.9888105Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9888624Z 2025-06-06T00:07:35.9888880Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9890501Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_357) on an already erased node 2025-06-06T00:07:35.9892287Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9892804Z 2025-06-06T00:07:35.9893040Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9894656Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_389) on an already erased node 2025-06-06T00:07:35.9896367Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9896886Z 2025-06-06T00:07:35.9897121Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9898750Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_452) on an already erased node 2025-06-06T00:07:35.9900454Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9900987Z 2025-06-06T00:07:35.9901224Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9902839Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_484) on an already erased node 2025-06-06T00:07:35.9904539Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9905073Z 2025-06-06T00:07:35.9905402Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9907006Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_547) on an already erased node 2025-06-06T00:07:35.9908770Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9909291Z 2025-06-06T00:07:35.9909546Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9911151Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_579) on an already erased node 2025-06-06T00:07:35.9912866Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9913386Z 2025-06-06T00:07:35.9913642Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9915254Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_642) on an already erased node 2025-06-06T00:07:35.9916969Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9917486Z 2025-06-06T00:07:35.9917728Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9919348Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_674) on an already erased node 2025-06-06T00:07:35.9921067Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9921587Z 2025-06-06T00:07:35.9921828Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9923452Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_737) on an already erased node 2025-06-06T00:07:35.9929127Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9929718Z 2025-06-06T00:07:35.9929992Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9931617Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_769) on an already erased node 2025-06-06T00:07:35.9933321Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9933841Z 2025-06-06T00:07:35.9934091Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9935782Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_832) on an already erased node 2025-06-06T00:07:35.9937498Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9938018Z 2025-06-06T00:07:35.9938264Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9939930Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_864) on an already erased node 2025-06-06T00:07:35.9941654Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9942176Z 2025-06-06T00:07:35.9942416Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9944179Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_927) on an already erased node 2025-06-06T00:07:35.9945894Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9946427Z 2025-06-06T00:07:35.9946668Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9948290Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_959) on an already erased node 2025-06-06T00:07:35.9950072Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9950649Z 2025-06-06T00:07:35.9950913Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9952529Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1022) on an already erased node 2025-06-06T00:07:35.9954250Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9954773Z 2025-06-06T00:07:35.9955028Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9956641Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1054) on an already erased node 2025-06-06T00:07:35.9958357Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9958873Z 2025-06-06T00:07:35.9959115Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9960748Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1117) on an already erased node 2025-06-06T00:07:35.9962466Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9962987Z 2025-06-06T00:07:35.9963222Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9964854Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1149) on an already erased node 2025-06-06T00:07:35.9966637Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9967157Z 2025-06-06T00:07:35.9967395Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9969257Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1212) on an already erased node 2025-06-06T00:07:35.9970971Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9971505Z 2025-06-06T00:07:35.9971742Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9973577Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1244) on an already erased node 2025-06-06T00:07:35.9975346Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9975875Z 2025-06-06T00:07:35.9976120Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9977726Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1307) on an already erased node 2025-06-06T00:07:35.9979447Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9979970Z 2025-06-06T00:07:35.9980223Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9981836Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1339) on an already erased node 2025-06-06T00:07:35.9983549Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9984067Z 2025-06-06T00:07:35.9984306Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9985937Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1402) on an already erased node 2025-06-06T00:07:35.9987649Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9988167Z 2025-06-06T00:07:35.9988405Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:07:35.9990079Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1433) on an already erased node 2025-06-06T00:07:35.9991833Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9992351Z 2025-06-06T00:07:35.9992529Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:35.9993110Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:35.9993724Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:35.9994350Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:35.9994957Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:35.9995575Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:35.9996175Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:35.9997460Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_2) on an already erased node 2025-06-06T00:07:35.9998864Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:35.9999387Z 2025-06-06T00:07:35.9999568Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0000149Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0000759Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0001377Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0001983Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0002610Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0003236Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0004494Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_3) on an already erased node 2025-06-06T00:07:36.0005967Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0006488Z 2025-06-06T00:07:36.0006662Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0007357Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0007987Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0008585Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0009215Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0009830Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0010453Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0011748Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_4) on an already erased node 2025-06-06T00:07:36.0013145Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0013665Z 2025-06-06T00:07:36.0013849Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0014403Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0015023Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0015624Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0016236Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0016844Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0017452Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0018712Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_5) on an already erased node 2025-06-06T00:07:36.0020115Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0020637Z 2025-06-06T00:07:36.0020820Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0021373Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0021994Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0022589Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0023212Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0023825Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0024485Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0025794Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_6) on an already erased node 2025-06-06T00:07:36.0027174Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0027705Z 2025-06-06T00:07:36.0027878Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0028441Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0029063Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0029675Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0030283Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0030907Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0031510Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0032790Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_7) on an already erased node 2025-06-06T00:07:36.0034176Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0034714Z 2025-06-06T00:07:36.0034889Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0035462Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0036076Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0036692Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0037299Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0037924Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0038526Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0039796Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_8) on an already erased node 2025-06-06T00:07:36.0041634Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0042166Z 2025-06-06T00:07:36.0042345Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0042929Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0043762Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0044391Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0044999Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0045622Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0046400Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0047676Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_9) on an already erased node 2025-06-06T00:07:36.0049077Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0049602Z 2025-06-06T00:07:36.0049780Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0050363Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0050977Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0051595Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0052198Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0052824Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0053437Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0054701Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_10) on an already erased node 2025-06-06T00:07:36.0056111Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0056634Z 2025-06-06T00:07:36.0056814Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0057383Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0057997Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0058607Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0059298Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0059947Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0060558Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0061823Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_11) on an already erased node 2025-06-06T00:07:36.0063221Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0063748Z 2025-06-06T00:07:36.0063939Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0064511Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0065172Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0065812Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0066454Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0067099Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0067709Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0069050Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_12) on an already erased node 2025-06-06T00:07:36.0070453Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0071004Z 2025-06-06T00:07:36.0071184Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0071746Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0072369Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0072988Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0073597Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0074229Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0074830Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0076203Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_13) on an already erased node 2025-06-06T00:07:36.0077601Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0078141Z 2025-06-06T00:07:36.0078322Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0078898Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0079520Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0080139Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0080791Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0081428Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0082030Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0083325Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_14) on an already erased node 2025-06-06T00:07:36.0084732Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0085207Z 2025-06-06T00:07:36.0085386Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0086048Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0086668Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0087280Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0087896Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0088541Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0089167Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0090461Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_15) on an already erased node 2025-06-06T00:07:36.0091902Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0092427Z 2025-06-06T00:07:36.0092602Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0093184Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0093808Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0094522Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0095191Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0095807Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0096474Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0097774Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_16) on an already erased node 2025-06-06T00:07:36.0099233Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0099758Z 2025-06-06T00:07:36.0099936Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0100518Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0101145Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0101764Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0102387Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0103011Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0103634Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0104936Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_17) on an already erased node 2025-06-06T00:07:36.0106344Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0106876Z 2025-06-06T00:07:36.0107061Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0107652Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0108283Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0108884Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0109510Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0110126Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0110745Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0112109Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_18) on an already erased node 2025-06-06T00:07:36.0113509Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0114034Z 2025-06-06T00:07:36.0114226Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0114789Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0115417Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0116071Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0116701Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0117326Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0117932Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0119217Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_19) on an already erased node 2025-06-06T00:07:36.0120618Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0121156Z 2025-06-06T00:07:36.0121336Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0121895Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0122518Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0123134Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0123741Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0124376Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0124976Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0126328Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_20) on an already erased node 2025-06-06T00:07:36.0127727Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0128266Z 2025-06-06T00:07:36.0128442Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0129083Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0129755Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0130370Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0130973Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0131606Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0132203Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0133488Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_21) on an already erased node 2025-06-06T00:07:36.0134895Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0135421Z 2025-06-06T00:07:36.0135596Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0136165Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0136779Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0137403Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0138011Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0138632Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0139248Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0140520Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_22) on an already erased node 2025-06-06T00:07:36.0141930Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0142458Z 2025-06-06T00:07:36.0142644Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0143378Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0156949Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0157728Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0158357Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0159212Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0159851Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0161154Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_23) on an already erased node 2025-06-06T00:07:36.0162570Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0163097Z 2025-06-06T00:07:36.0163277Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0163914Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0164519Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0165147Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0165874Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0166484Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0167104Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0168389Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_24) on an already erased node 2025-06-06T00:07:36.0169804Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0170331Z 2025-06-06T00:07:36.0170510Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0171097Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0171711Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0172313Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0172932Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0173538Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0174148Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0175435Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_25) on an already erased node 2025-06-06T00:07:36.0176833Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0177428Z 2025-06-06T00:07:36.0177626Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0178244Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0178873Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0179479Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0180103Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0180725Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0181331Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0182620Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_26) on an already erased node 2025-06-06T00:07:36.0184019Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0184559Z 2025-06-06T00:07:36.0184732Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0185291Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0185923Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0186547Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0187197Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0187820Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0188417Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0189692Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_27) on an already erased node 2025-06-06T00:07:36.0191085Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0191628Z 2025-06-06T00:07:36.0191803Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0192370Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0192982Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0193603Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0194253Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0194864Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0195461Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0196749Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_28) on an already erased node 2025-06-06T00:07:36.0198152Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0198716Z 2025-06-06T00:07:36.0198889Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0199456Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0200056Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0200671Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0201270Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0201881Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0202492Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0203755Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_29) on an already erased node 2025-06-06T00:07:36.0205158Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0205742Z 2025-06-06T00:07:36.0205919Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0206492Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0207094Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0207714Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0208337Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0208941Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0209570Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0210843Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_30) on an already erased node 2025-06-06T00:07:36.0212287Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0212845Z 2025-06-06T00:07:36.0213020Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0213592Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0214213Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0214818Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0215442Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0216054Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0216675Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0217942Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_31) on an already erased node 2025-06-06T00:07:36.0219350Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0219867Z 2025-06-06T00:07:36.0220060Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0220619Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0221243Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0221848Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0222465Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0223078Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0223696Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0224984Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_32) on an already erased node 2025-06-06T00:07:36.0226374Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0226904Z 2025-06-06T00:07:36.0227094Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0227655Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0228326Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0228933Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0229557Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:07:36.0230179Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:07:36.0230781Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:07:36.0232069Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_33) on an already erased node 2025-06-06T00:07:36.0233501Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0234036Z 2025-06-06T00:07:36.0234213Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0234771Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0235393Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0236005Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0237272Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_34) on an already erased node 2025-06-06T00:07:36.0238680Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0239201Z 2025-06-06T00:07:36.0239377Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0239945Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0240549Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0241169Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0242448Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_35) on an already erased node 2025-06-06T00:07:36.0244056Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0244595Z 2025-06-06T00:07:36.0244774Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0245331Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0246128Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0246750Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0248075Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_36) on an already erased node 2025-06-06T00:07:36.0249484Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0250008Z 2025-06-06T00:07:36.0250180Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0250766Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0251379Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0251997Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0253282Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_37) on an already erased node 2025-06-06T00:07:36.0254669Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0255208Z 2025-06-06T00:07:36.0255385Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0255950Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0256573Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0257174Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0258460Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_38) on an already erased node 2025-06-06T00:07:36.0259877Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0260399Z 2025-06-06T00:07:36.0260576Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0261149Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0261767Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0262377Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0263742Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_39) on an already erased node 2025-06-06T00:07:36.0265134Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0265655Z 2025-06-06T00:07:36.0265848Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0266416Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0267055Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0267656Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0268990Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_40) on an already erased node 2025-06-06T00:07:36.0270403Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0270923Z 2025-06-06T00:07:36.0271102Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0271676Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0272282Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0272908Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0274184Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_41) on an already erased node 2025-06-06T00:07:36.0275584Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0276106Z 2025-06-06T00:07:36.0276297Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0276855Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0277480Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0278078Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0279359Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_42) on an already erased node 2025-06-06T00:07:36.0280757Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0281278Z 2025-06-06T00:07:36.0281523Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0282105Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0282761Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0283378Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0284656Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_43) on an already erased node 2025-06-06T00:07:36.0286147Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0286671Z 2025-06-06T00:07:36.0286863Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0287431Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0288063Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0288670Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0289955Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_44) on an already erased node 2025-06-06T00:07:36.0291348Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0291892Z 2025-06-06T00:07:36.0292075Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0292668Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0293284Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0293913Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0295173Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_45) on an already erased node 2025-06-06T00:07:36.0296589Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0297113Z 2025-06-06T00:07:36.0297305Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0297883Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0298492Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0299180Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0300458Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_46) on an already erased node 2025-06-06T00:07:36.0301867Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0302392Z 2025-06-06T00:07:36.0302587Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0303156Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0303840Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0304447Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0305737Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_47) on an already erased node 2025-06-06T00:07:36.0307152Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0307676Z 2025-06-06T00:07:36.0307850Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0308420Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0309027Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0309633Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0310899Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_48) on an already erased node 2025-06-06T00:07:36.0312304Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0312830Z 2025-06-06T00:07:36.0313018Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0313572Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0314195Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0314798Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0316084Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_49) on an already erased node 2025-06-06T00:07:36.0317524Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0318100Z 2025-06-06T00:07:36.0318280Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0318858Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0319468Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0320085Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0321361Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_50) on an already erased node 2025-06-06T00:07:36.0322766Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0323289Z 2025-06-06T00:07:36.0323483Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0324039Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:07:36.0324662Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:07:36.0325270Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:07:36.0326620Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_51) on an already erased node 2025-06-06T00:07:36.0328011Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0328548Z 2025-06-06T00:07:36.0328724Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0329970Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_52) on an already erased node 2025-06-06T00:07:36.0331366Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0331897Z 2025-06-06T00:07:36.0332067Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0333290Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_53) on an already erased node 2025-06-06T00:07:36.0334760Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0335284Z 2025-06-06T00:07:36.0335475Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0336697Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_54) on an already erased node 2025-06-06T00:07:36.0338102Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0338618Z 2025-06-06T00:07:36.0338794Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0340061Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_55) on an already erased node 2025-06-06T00:07:36.0341463Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0341981Z 2025-06-06T00:07:36.0342155Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0343525Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_56) on an already erased node 2025-06-06T00:07:36.0344926Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0345461Z 2025-06-06T00:07:36.0345639Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0346866Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_57) on an already erased node 2025-06-06T00:07:36.0348250Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0348793Z 2025-06-06T00:07:36.0348969Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0350192Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_58) on an already erased node 2025-06-06T00:07:36.0351592Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0352106Z 2025-06-06T00:07:36.0352299Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0353628Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_59) on an already erased node 2025-06-06T00:07:36.0355078Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0355596Z 2025-06-06T00:07:36.0355770Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:07:36.0357006Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_60) on an already erased node 2025-06-06T00:07:36.0358404Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0358925Z 2025-06-06T00:07:36.0359253Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-06-06T00:07:36.0360095Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-06-06T00:07:36.0360926Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-06-06T00:07:36.0361762Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-06-06T00:07:36.0362603Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-06-06T00:07:36.0365094Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5110: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2025-06-06T00:07:36.0367540Z warnings.warn( 2025-06-06T00:07:36.0367763Z 2025-06-06T00:07:36.0368086Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-06-06T00:07:36.0368938Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-06-06T00:07:36.0369780Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-06-06T00:07:36.0370611Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-06-06T00:07:36.0373182Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5177: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2025-06-06T00:07:36.0375474Z warnings.warn( 2025-06-06T00:07:36.0375710Z 2025-06-06T00:07:36.0376022Z models/test_nn_functional.py::test_nn_functional_BI[normalize] 2025-06-06T00:07:36.0376891Z models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-06-06T00:07:36.0378633Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1) on an already erased node 2025-06-06T00:07:36.0380410Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:36.0380930Z 2025-06-06T00:07:36.0381111Z models/test_nn_functional.py: 9 warnings 2025-06-06T00:07:36.0381649Z models/test_nn_modules.py: 6 warnings 2025-06-06T00:07:36.0382184Z models/test_torch_functions.py: 3 warnings 2025-06-06T00:07:50.3157313Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchao/quantization/pt2e/quantize_pt2e.py:310: DeprecationWarning: torch.ao.quantization is deprecated and will be removed in 2.10. 2025-06-06T00:07:50.3159298Z For migrations of users: 2025-06-06T00:07:50.3160863Z 1. Eager mode quantization (torch.ao.quantization.quantize, torch.ao.quantization.quantize_dynamic), please migrate to use torchao eager mode quantize_ API instead 2025-06-06T00:07:50.3163711Z 2. FX graph mode quantization (torch.ao.quantization.quantize_fx.prepare_fx,torch.ao.quantization.quantize_fx.convert_fx, please migrate to use torchao pt2e quantization API instead (prepare_pt2e, convert_pt2e) 2025-06-06T00:07:50.3165925Z 3. pt2e quantization has been migrated to torchao (https://github.com/pytorch/ao/tree/main/torchao/quantization/pt2e) 2025-06-06T00:07:50.3166979Z see https://github.com/pytorch/ao/issues/2259 for more details 2025-06-06T00:07:50.3167800Z return torch_convert_pt2e(model, use_reference_representation, fold_quantize) 2025-06-06T00:07:50.3168348Z 2025-06-06T00:07:50.3168911Z models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-06-06T00:07:50.3169975Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default) on an already erased node 2025-06-06T00:07:50.3170948Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3171254Z 2025-06-06T00:07:50.3171471Z models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-06-06T00:07:50.3172465Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_2) on an already erased node 2025-06-06T00:07:50.3173432Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3173732Z 2025-06-06T00:07:50.3173917Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-06-06T00:07:50.3174396Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-06-06T00:07:50.3174854Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-06-06T00:07:50.3175324Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-06-06T00:07:50.3175791Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-06-06T00:07:50.3176998Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/instancenorm.py:115: UserWarning: input's size at dim=1 does not match num_features. You can silence this warning by not passing in num_features, which is not used because affine=False 2025-06-06T00:07:50.3178650Z warnings.warn( 2025-06-06T00:07:50.3178852Z 2025-06-06T00:07:50.3179071Z models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] 2025-06-06T00:07:50.3180025Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_13) on an already erased node 2025-06-06T00:07:50.3181112Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3181422Z 2025-06-06T00:07:50.3181592Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3182549Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_214) on an already erased node 2025-06-06T00:07:50.3183518Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3183891Z 2025-06-06T00:07:50.3184059Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3185006Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_216) on an already erased node 2025-06-06T00:07:50.3185971Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3186285Z 2025-06-06T00:07:50.3186456Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3187584Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_266) on an already erased node 2025-06-06T00:07:50.3188553Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3188853Z 2025-06-06T00:07:50.3189036Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3189970Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_285) on an already erased node 2025-06-06T00:07:50.3190947Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3191250Z 2025-06-06T00:07:50.3191427Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3192405Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_354) on an already erased node 2025-06-06T00:07:50.3193417Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3193843Z 2025-06-06T00:07:50.3194093Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3195662Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_385) on an already erased node 2025-06-06T00:07:50.3197297Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3197763Z 2025-06-06T00:07:50.3198036Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:07:50.3199549Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_404) on an already erased node 2025-06-06T00:07:50.3201344Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:07:50.3201946Z 2025-06-06T00:07:50.3202352Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-06-06T00:07:50.3204272Z = 59 passed, 5 skipped, 23 xfailed, 3 xpassed, 624 warnings in 2236.67s (0:37:16) = 2025-06-06T00:07:50.3205538Z test_arm_baremetal.sh test_pytest_models: PASS 2025-06-06T00:07:50.3288613Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-06T00:07:50.3289126Z with: 2025-06-06T00:07:50.3289413Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:50.3289794Z fail-on-empty: false 2025-06-06T00:07:50.3290012Z env: 2025-06-06T00:07:50.3290255Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:50.3290602Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:50.3290862Z PR_NUMBER: 2025-06-06T00:07:50.3292402Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:50.3294161Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:50.3294720Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:50.3295335Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:50.3295710Z ##[endgroup] 2025-06-06T00:07:50.3880656Z Prepare all required actions 2025-06-06T00:07:50.3918247Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:07:50.3918612Z with: 2025-06-06T00:07:50.3918937Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:07:50.3919487Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:07:50.3919894Z env: 2025-06-06T00:07:50.3920142Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:50.3920475Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:50.3920749Z PR_NUMBER: 2025-06-06T00:07:50.3922331Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:50.3924058Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:50.3924635Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:50.3925161Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:50.3925535Z ##[endgroup] 2025-06-06T00:07:50.3949604Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:07:50.3950377Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:07:50.3959419Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:07:50.3959791Z env: 2025-06-06T00:07:50.3960047Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:50.3960392Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:50.3960665Z PR_NUMBER: 2025-06-06T00:07:50.3962194Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:50.3963922Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:50.3964497Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:50.3965015Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:50.3965525Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:07:50.3966174Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:07:50.3966575Z ##[endgroup] 2025-06-06T00:07:50.4242574Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-06T00:07:50.6793732Z latest: Pulling from tool/alpine 2025-06-06T00:07:50.6794356Z 540db60ca938: Pulling fs layer 2025-06-06T00:07:50.7915415Z 540db60ca938: Download complete 2025-06-06T00:07:50.8764436Z 540db60ca938: Pull complete 2025-06-06T00:07:50.8878123Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:07:50.8924308Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:07:52.7545695Z Prepare all required actions 2025-06-06T00:07:52.7572073Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:07:52.7572427Z with: 2025-06-06T00:07:52.7572701Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:07:52.7573182Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:07:52.7573666Z env: 2025-06-06T00:07:52.7573913Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:52.7574256Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:52.7574535Z PR_NUMBER: 2025-06-06T00:07:52.7576110Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:52.7577853Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:52.7578419Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:52.7578953Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:52.7579350Z ##[endgroup] 2025-06-06T00:07:52.7602514Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:07:52.7603196Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:07:52.7611282Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:07:52.7611653Z env: 2025-06-06T00:07:52.7611904Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:52.7612243Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:52.7612524Z PR_NUMBER: 2025-06-06T00:07:52.7614152Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:52.7615888Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:52.7616462Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:52.7616984Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:52.7617492Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:07:52.7617971Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:07:52.7618297Z ##[endgroup] 2025-06-06T00:07:53.8088330Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-06T00:07:53.8088940Z # Only do these steps if we actually want to upload an artifact 2025-06-06T00:07:53.8089376Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-06T00:07:53.8089905Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-06T00:07:53.8090508Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-06T00:07:53.8090976Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-06T00:07:53.8091390Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:07:53.8091703Z  fi 2025-06-06T00:07:53.8091973Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-06T00:07:53.8092412Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:07:53.8092786Z  fi 2025-06-06T00:07:53.8093019Z fi 2025-06-06T00:07:53.8093223Z  2025-06-06T00:07:53.8093419Z upload_docs=0 2025-06-06T00:07:53.8093804Z # Check if there are files in the documentation folder to upload, note that 2025-06-06T00:07:53.8094252Z # empty folders do not count 2025-06-06T00:07:53.8094677Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-06T00:07:53.8095351Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-06T00:07:53.8095815Z  # upload will probably not work correctly 2025-06-06T00:07:53.8096151Z  upload_docs=1 2025-06-06T00:07:53.8096395Z fi 2025-06-06T00:07:53.8096682Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-06T00:07:53.8102855Z shell: /usr/bin/bash -e {0} 2025-06-06T00:07:53.8103126Z env: 2025-06-06T00:07:53.8103367Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:53.8103727Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:53.8103994Z PR_NUMBER: 2025-06-06T00:07:53.8105528Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:53.8107260Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:53.8107818Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:53.8108353Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:53.8108741Z UPLOAD_ARTIFACT_NAME: 2025-06-06T00:07:53.8108980Z ##[endgroup] 2025-06-06T00:07:53.8207163Z Prepare all required actions 2025-06-06T00:07:53.8240517Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-06T00:07:53.8240960Z with: 2025-06-06T00:07:53.8241162Z env: 2025-06-06T00:07:53.8241397Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:53.8241753Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:53.8242017Z PR_NUMBER: 2025-06-06T00:07:53.8243817Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:53.8245569Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:53.8246247Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:53.8246777Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:53.8247158Z ##[endgroup] 2025-06-06T00:07:53.8269740Z ##[group]Run set -eou pipefail 2025-06-06T00:07:53.8270062Z set -eou pipefail 2025-06-06T00:07:53.8270319Z  2025-06-06T00:07:53.8270665Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-06T00:07:53.8271119Z for _ in $(seq 1440); do 2025-06-06T00:07:53.8271424Z  # Break if no ssh session exists anymore 2025-06-06T00:07:53.8271768Z  if [ "$(who)" = "" ]; then 2025-06-06T00:07:53.8272039Z  break 2025-06-06T00:07:53.8272259Z  fi 2025-06-06T00:07:53.8272459Z  echo "." 2025-06-06T00:07:53.8272688Z  sleep 5 2025-06-06T00:07:53.8272911Z done 2025-06-06T00:07:53.8278543Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:07:53.8278910Z env: 2025-06-06T00:07:53.8279168Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:53.8279517Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:53.8279787Z PR_NUMBER: 2025-06-06T00:07:53.8281322Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:53.8283137Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:53.8283699Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:53.8284239Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:53.8284609Z ##[endgroup] 2025-06-06T00:07:53.8307296Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-06T00:07:53.8384684Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:07:53.8385257Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:07:53.8385675Z # shellcheck disable=SC2046 2025-06-06T00:07:53.8385993Z docker stop $(docker ps -q) || true 2025-06-06T00:07:53.8386332Z # Prune all of the docker images 2025-06-06T00:07:53.8386637Z docker system prune -af 2025-06-06T00:07:53.8392141Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:07:53.8392512Z env: 2025-06-06T00:07:53.8392757Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:07:53.8393113Z REPOSITORY: pytorch/executorch 2025-06-06T00:07:53.8393377Z PR_NUMBER: 2025-06-06T00:07:53.8395103Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:07:53.8396910Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:07:53.8397484Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:07:53.8398017Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:07:53.8398397Z ##[endgroup] 2025-06-06T00:08:04.6328281Z a8fe79b56d11 2025-06-06T00:08:05.0491809Z Deleted Containers: 2025-06-06T00:08:05.0492332Z a8fe79b56d116874cebbee6c1470f9cc87147fb876e1425a1c776a1de7a9af5c 2025-06-06T00:08:05.0492675Z 2025-06-06T00:08:07.7362172Z Deleted Images: 2025-06-06T00:08:07.7362719Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:08:07.7363618Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:08:07.7364512Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-06T00:08:07.7365171Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-06T00:08:07.7366150Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-06T00:08:07.7367420Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-06T00:08:07.7368443Z deleted: sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad 2025-06-06T00:08:07.7369078Z deleted: sha256:5ec601ff95a05daba3cfa975165fec54009d3f235b3bffe3840ed920708e19e6 2025-06-06T00:08:07.7369746Z deleted: sha256:d4ff3fbb3ee1e372db334df0deb64ad5811a8fb59eb2f3b55166bb51e0a6a00a 2025-06-06T00:08:07.7370387Z deleted: sha256:13b9dc560352117be7cdbf8c9eb2d388c305715dec91fd8f2dd24e6330985d57 2025-06-06T00:08:07.7371025Z deleted: sha256:28199aade928a08022ff3bcc905892a68604917e4304bfc5045bac458173316f 2025-06-06T00:08:07.7371654Z deleted: sha256:d22c0c0c983837fa91aa33719705b4f83c04a336de23e3deb417758a159a9331 2025-06-06T00:08:07.7372273Z deleted: sha256:995f58b357536e57fd2a23d75b4035fc28c7f691ee117ecba82b81252776a914 2025-06-06T00:08:07.7372908Z deleted: sha256:5823e3d6e6649efc863a8b5312c2141ec7cc6067bfcd7f97ca43d7e309f74388 2025-06-06T00:08:07.7373708Z deleted: sha256:5402b2d94db9e51a4fe381173b9b4c0c7942e79d2c958970454ac282f69d12ef 2025-06-06T00:08:07.7374345Z deleted: sha256:e33f45752794bc0ded008164409bdf30abaa2c2d8099dabed02ec98006eca5c0 2025-06-06T00:08:07.7374957Z deleted: sha256:99b891705016c4b6a61b86360344948bf1ff94dd44e6f6c549073050549e85db 2025-06-06T00:08:07.7375586Z deleted: sha256:11eb87bc8c2f60ba3f5d31a02d355d21074d72f036dac5212ac9acb717769f13 2025-06-06T00:08:07.7376222Z deleted: sha256:a44ed3578f03e2160fa67337d098e4813cca068486c93617c1b151e0e45551ed 2025-06-06T00:08:07.7376832Z deleted: sha256:75f6c567b2876963fd837392b9a7ac2f0b134403afa83a29f19f4aa8d070818e 2025-06-06T00:08:07.7377466Z deleted: sha256:c194a5c3b0249f7c4b6d945ce2b2160b4f22cbc3e820351f7f6d3e206e2edbc3 2025-06-06T00:08:07.7378098Z deleted: sha256:db7ef66a1b940af1ebcd108d5465c32d41afe7e70615db0c545525fea7464d1e 2025-06-06T00:08:07.7378732Z deleted: sha256:c6f0c6c0007356db7e4308d352c535c71641cd1bf2e09690007881b4404b7c8b 2025-06-06T00:08:07.7379366Z deleted: sha256:b7a4234cbb69c9b1b6ef28a2291fb8d3f6be32f6c3374554dbd73d6c27ed7a8e 2025-06-06T00:08:07.7379982Z deleted: sha256:7179506bce74a48fac649b2439485eb565fe406667d78bb064426185245c9203 2025-06-06T00:08:07.7380597Z deleted: sha256:4128da566c1e767391cd1076cdace155fb183515f4e245c0e4963214e6637db5 2025-06-06T00:08:07.7381205Z deleted: sha256:7c75042edf3132b2949d54c6b6eaecb95426b5c939024d58903c60871b01eca4 2025-06-06T00:08:07.7381996Z deleted: sha256:d24f5c3fdfc6dac6e1d30d9cd675296fa1e0ae425708668d3c4476dde53f487c 2025-06-06T00:08:07.7382626Z deleted: sha256:632585fa2e3a4f1f3052f12cf256c77e9704e70498b3aa3ed801d161ebf4db2f 2025-06-06T00:08:07.7383394Z deleted: sha256:80b4fecf8cbf57d22bc034bd9e96ade01236ea5792e3ad0fbca7c8a1bef14d07 2025-06-06T00:08:07.7384032Z deleted: sha256:42f2808ef3fa764d4dd359409f8b0d904c86892f21543fa566639e95d16e7f34 2025-06-06T00:08:07.7384645Z deleted: sha256:f56165fb92e8468f382269b4f4b5a68ccee7b9ad9a47e975519dfcc1e9d227ea 2025-06-06T00:08:07.7385290Z deleted: sha256:6baef9a92114b1fe0cc5db5c6c84771005b1acf37eac03ce633afac431709b8e 2025-06-06T00:08:07.7385926Z deleted: sha256:b6e526fd3e38f0a22b44a36e6f0150bd7c59e9cf21eae74d4fec050c7c73de19 2025-06-06T00:08:07.7386560Z deleted: sha256:525c340bf46ccb79454e4e0f765a3c0b39a374f2301e347f88744d1589d7185e 2025-06-06T00:08:07.7387196Z deleted: sha256:0293f81f5c939bdd5e81947acbcacf4ec1b4b58bb9d029712fc7ffc4192edace 2025-06-06T00:08:07.7387845Z deleted: sha256:9f85e5da08a04976d2cfad6ab7dbcf7531fce0c7f3aa1352c4f3a89f276ec6e7 2025-06-06T00:08:07.7388508Z deleted: sha256:dffaca05acc53ad0f09dd2ee3a8dbdf2c99ae48a24e7b60e9025e55d3d0bc741 2025-06-06T00:08:07.7389160Z deleted: sha256:f60a46c766fa98bfc19ad2143c8230b4591cfe3ed0c6ce95fdc23268adfd4494 2025-06-06T00:08:07.7389794Z deleted: sha256:39c60a951c2b18262a626041ff1137e647cfcb65977b7352b0356ed098a60b26 2025-06-06T00:08:07.7390406Z deleted: sha256:ff02322f624aa4da0c0229f90e430b3960ce174fa4c88ea83447640dda32ce80 2025-06-06T00:08:07.7391035Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-06T00:08:07.7391675Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-06T00:08:07.7392070Z 2025-06-06T00:08:07.7394641Z Total reclaimed space: 14.55GB 2025-06-06T00:08:07.7441269Z ##[group]Run set +e 2025-06-06T00:08:07.7441598Z set +e 2025-06-06T00:08:07.7441836Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-06T00:08:07.7442245Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:08:07.7442592Z else 2025-06-06T00:08:07.7442866Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:08:07.7443443Z fi 2025-06-06T00:08:07.7443660Z set -e 2025-06-06T00:08:07.7451141Z shell: /usr/bin/bash -e {0} 2025-06-06T00:08:07.7451427Z env: 2025-06-06T00:08:07.7451679Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:08:07.7452039Z REPOSITORY: pytorch/executorch 2025-06-06T00:08:07.7452307Z PR_NUMBER: 2025-06-06T00:08:07.7454040Z 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 ARM_TEST=test_pytest_models # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:08:07.7455791Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:08:07.7456357Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:08:07.7456912Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:08:07.7457283Z NO_SUDO: false 2025-06-06T00:08:07.7457507Z ##[endgroup] 2025-06-06T00:08:09.4168758Z Post job cleanup. 2025-06-06T00:08:09.5227679Z Post job cleanup. 2025-06-06T00:08:09.6193339Z [command]/usr/bin/git version 2025-06-06T00:08:09.6250940Z git version 2.47.1 2025-06-06T00:08:09.6292389Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/328baff1-3c89-43ba-a3fd-89d6105155b0' before making global git config changes 2025-06-06T00:08:09.6293323Z Adding repository directory to the temporary git global config as a safe directory 2025-06-06T00:08:09.6297305Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-06T00:08:09.6328235Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-06T00:08:09.6363007Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-06T00:08:09.6643571Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-06T00:08:09.6662906Z http.https://github.com/.extraheader 2025-06-06T00:08:09.6674095Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-06T00:08:09.6703948Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-06T00:08:09.7020637Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-06T00:08:09.7044972Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-06T00:08:09.7050388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:08:09.7050767Z ##[endgroup] 2025-06-06T00:08:16.7290095Z Cleaning up orphan processes