2025-06-05T23:15:47.1473255Z Current runner version: '2.325.0' 2025-06-05T23:15:47.1483215Z Runner name: 'i-0db41deb7a2e6cc05' 2025-06-05T23:15:47.1485022Z Machine name: 'ip-10-0-42-73' 2025-06-05T23:15:47.1489616Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:15:47.1493041Z Contents: read 2025-06-05T23:15:47.1493774Z Metadata: read 2025-06-05T23:15:47.1494279Z ##[endgroup] 2025-06-05T23:15:47.1496589Z Secret source: Actions 2025-06-05T23:15:47.1497369Z Prepare workflow directory 2025-06-05T23:15:47.2066198Z Prepare all required actions 2025-06-05T23:15:47.2108315Z Getting action download info 2025-06-05T23:15:47.4589354Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:15:47.6741395Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:16:00.2524580Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:16:00.5790629Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:16:00.6759924Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:16:01.1331897Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:16:01.3889493Z Getting action download info 2025-06-05T23:16:01.5149389Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:16:06.2572084Z Complete job name: unittest-arm-backend-with-no-fvp (test_pytest_ops) / linux-job 2025-06-05T23:16:06.3137063Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:16:06.3246846Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:16:06.3256394Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:06.3257082Z ##[endgroup] 2025-06-05T23:16:07.7849045Z Runner Type: linux.2xlarge 2025-06-05T23:16:07.7849590Z Instance Type: c5.2xlarge 2025-06-05T23:16:07.7849851Z AMI Name: unknown 2025-06-05T23:16:07.7877355Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:16:13.6355013Z ##[group]Run set -euxo pipefail 2025-06-05T23:16:13.6355419Z set -euxo pipefail 2025-06-05T23:16:13.6355729Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:16:13.6356122Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:16:13.6356498Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:16:13.6356811Z else 2025-06-05T23:16:13.6357071Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:16:13.6357433Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:16:13.6357715Z fi 2025-06-05T23:16:13.6357932Z  2025-06-05T23:16:13.6358170Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:16:13.6358487Z echo "::endgroup::" 2025-06-05T23:16:13.6368239Z shell: /usr/bin/bash -e {0} 2025-06-05T23:16:13.6368534Z env: 2025-06-05T23:16:13.6368809Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:13.6369226Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:13.6369560Z PR_NUMBER: 2025-06-05T23:16:13.6371136Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:13.6372776Z NO_SUDO: false 2025-06-05T23:16:13.6373000Z ##[endgroup] 2025-06-05T23:16:13.6399544Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:16:13.6410316Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:16:13.6410829Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:16:13.6416983Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:16:13.7342154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:16:13.7358612Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:16:13.7370529Z + echo ::endgroup:: 2025-06-05T23:16:13.7371723Z ##[endgroup] 2025-06-05T23:16:13.7477935Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:16:13.7478403Z with: 2025-06-05T23:16:13.7478632Z repository: pytorch/test-infra 2025-06-05T23:16:13.7478966Z path: test-infra 2025-06-05T23:16:13.7479192Z submodules: recursive 2025-06-05T23:16:13.7479636Z token: *** 2025-06-05T23:16:13.7479854Z ssh-strict: true 2025-06-05T23:16:13.7480068Z ssh-user: git 2025-06-05T23:16:13.7480309Z persist-credentials: true 2025-06-05T23:16:13.7480585Z clean: true 2025-06-05T23:16:13.7480838Z sparse-checkout-cone-mode: true 2025-06-05T23:16:13.7481133Z fetch-depth: 1 2025-06-05T23:16:13.7481347Z fetch-tags: false 2025-06-05T23:16:13.7481586Z show-progress: true 2025-06-05T23:16:13.7481813Z lfs: false 2025-06-05T23:16:13.7482045Z set-safe-directory: true 2025-06-05T23:16:13.7482289Z env: 2025-06-05T23:16:13.7482545Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:13.7482894Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:13.7483234Z PR_NUMBER: 2025-06-05T23:16:13.7484809Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:13.7486471Z ##[endgroup] 2025-06-05T23:16:13.8660033Z Syncing repository: pytorch/test-infra 2025-06-05T23:16:13.8661313Z ##[group]Getting Git version info 2025-06-05T23:16:13.8662250Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:16:13.8663580Z [command]/usr/bin/git version 2025-06-05T23:16:13.8664062Z git version 2.47.1 2025-06-05T23:16:13.8675889Z ##[endgroup] 2025-06-05T23:16:13.8691238Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/68861ff7-fa11-478a-80c2-9938ed4673cb' before making global git config changes 2025-06-05T23:16:13.8693399Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:13.8698956Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:13.8730288Z ##[group]Initializing the repository 2025-06-05T23:16:13.8735541Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:13.8765677Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:16:13.8766689Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:16:13.8767666Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:16:13.8768378Z hint: 2025-06-05T23:16:13.8768866Z hint: git config --global init.defaultBranch 2025-06-05T23:16:13.8769462Z hint: 2025-06-05T23:16:13.8770098Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:16:13.8771040Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:16:13.8771781Z hint: 2025-06-05T23:16:13.8772141Z hint: git branch -m 2025-06-05T23:16:13.8773070Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:16:13.8778280Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:16:13.8803250Z ##[endgroup] 2025-06-05T23:16:13.8808411Z ##[group]Disabling automatic garbage collection 2025-06-05T23:16:13.8809146Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:16:13.8832938Z ##[endgroup] 2025-06-05T23:16:13.8833603Z ##[group]Setting up auth 2025-06-05T23:16:13.8839687Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:13.8865411Z [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:13.9138057Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:13.9163389Z [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:13.9416980Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:13.9453263Z ##[endgroup] 2025-06-05T23:16:13.9454058Z ##[group]Determining the default branch 2025-06-05T23:16:13.9457209Z Retrieving the default branch name 2025-06-05T23:16:14.1277338Z Default branch 'main' 2025-06-05T23:16:14.1278332Z ##[endgroup] 2025-06-05T23:16:14.1279023Z ##[group]Fetching the repository 2025-06-05T23:16:14.1285148Z [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:14.4465479Z From https://github.com/pytorch/test-infra 2025-06-05T23:16:14.4465948Z * [new branch] main -> origin/main 2025-06-05T23:16:14.4486603Z ##[endgroup] 2025-06-05T23:16:14.4487256Z ##[group]Determining the checkout info 2025-06-05T23:16:14.4488367Z ##[endgroup] 2025-06-05T23:16:14.4493818Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:16:14.4525875Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:16:14.4549492Z ##[group]Checking out the ref 2025-06-05T23:16:14.4553759Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:16:14.5401875Z Switched to a new branch 'main' 2025-06-05T23:16:14.5402298Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:16:14.5409009Z ##[endgroup] 2025-06-05T23:16:14.5409422Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:16:14.5414825Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:14.5450897Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:16:14.5478559Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:16:14.5504743Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:16:14.5527739Z ##[endgroup] 2025-06-05T23:16:14.5528141Z ##[group]Fetching submodules 2025-06-05T23:16:14.5531919Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:16:14.5789585Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:16:14.6046419Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:16:14.6296761Z ##[endgroup] 2025-06-05T23:16:14.6297245Z ##[group]Persisting credentials for submodules 2025-06-05T23:16:14.6302438Z [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:14.6554988Z [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:14.6810350Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:16:14.7065223Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:16:14.7318348Z ##[endgroup] 2025-06-05T23:16:14.7350317Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:16:14.7371562Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:16:14.7547864Z Prepare all required actions 2025-06-05T23:16:14.7548396Z Getting action download info 2025-06-05T23:16:14.8479193Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:16:16.2136989Z Getting action download info 2025-06-05T23:16:16.3053922Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:16:16.4660973Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:16:16.4661355Z env: 2025-06-05T23:16:16.4661601Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:16.4661953Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:16.4662220Z PR_NUMBER: 2025-06-05T23:16:16.4663823Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:16.4665417Z ##[endgroup] 2025-06-05T23:16:16.4751992Z ##[group]Run set -euo pipefail 2025-06-05T23:16:16.4752341Z set -euo pipefail 2025-06-05T23:16:16.4752631Z function get_ec2_metadata() { 2025-06-05T23:16:16.4752988Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:16:16.4753637Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:16:16.4754179Z  category=$1 2025-06-05T23:16:16.4755057Z  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:16.4755960Z } 2025-06-05T23:16:16.4756216Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:16:16.4756627Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:16:16.4757077Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:16:16.4757483Z echo "system info $(uname -a)" 2025-06-05T23:16:16.4763345Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:16.4763713Z env: 2025-06-05T23:16:16.4763954Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:16.4764314Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:16.4764578Z PR_NUMBER: 2025-06-05T23:16:16.4766118Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:16.4767713Z ##[endgroup] 2025-06-05T23:16:16.4896942Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:16:16.4993643Z instance-id: i-0db41deb7a2e6cc05 2025-06-05T23:16:16.5087887Z instance-type: c5.2xlarge 2025-06-05T23:16:16.5098400Z system info Linux ip-10-0-42-73.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:16.5135369Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:16.5136458Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:16.5142488Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:16.5142865Z env: 2025-06-05T23:16:16.5143121Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:16.5143640Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:16.5143910Z PR_NUMBER: 2025-06-05T23:16:16.5145442Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:16.5147052Z ##[endgroup] 2025-06-05T23:16:16.5221076Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:16:16.5221527Z if systemctl is-active --quiet docker; then 2025-06-05T23:16:16.5221889Z  echo "Docker daemon is running..."; 2025-06-05T23:16:16.5222207Z else 2025-06-05T23:16:16.5222534Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:16:16.5222943Z fi 2025-06-05T23:16:16.5228468Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:16.5228833Z env: 2025-06-05T23:16:16.5229089Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:16.5229426Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:16.5229705Z PR_NUMBER: 2025-06-05T23:16:16.5231232Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:16.5232937Z ##[endgroup] 2025-06-05T23:16:16.5305495Z Docker daemon is running... 2025-06-05T23:16:16.5482369Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:16:16.5483040Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:16:16.5483549Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:16:16.5484142Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:16:16.5484858Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:16:16.5490773Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:16.5491147Z env: 2025-06-05T23:16:16.5491403Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:16.5491757Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:16.5492021Z PR_NUMBER: 2025-06-05T23:16:16.5494277Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:16.5495906Z AWS_RETRY_MODE: standard 2025-06-05T23:16:16.5496203Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:16:16.5496532Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:16:16.5496803Z ##[endgroup] 2025-06-05T23:16:17.6555753Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:17.6556513Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:17.6557724Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:17.6558120Z 2025-06-05T23:16:17.6558229Z Login Succeeded 2025-06-05T23:16:17.6599552Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:17.6600150Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:17.6600635Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:16:17.6606847Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:17.6607207Z env: 2025-06-05T23:16:17.6607464Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:17.6607806Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:17.6608091Z PR_NUMBER: 2025-06-05T23:16:17.6609628Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:17.6611226Z ##[endgroup] 2025-06-05T23:16:17.6703313Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:16:17.6703798Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:16:17.6704214Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:16:17.6704549Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:16:17.6704984Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:17.6705391Z  2025-06-05T23:16:17.6705682Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:16:17.6706085Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:16:17.6706451Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:16:17.6706938Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:17.6707373Z  2025-06-05T23:16:17.6707609Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:16:17.6707934Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:16:17.6708249Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:16:17.6708630Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:16:17.6714481Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:17.6714835Z env: 2025-06-05T23:16:17.6715089Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:17.6715443Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:17.6715708Z PR_NUMBER: 2025-06-05T23:16:17.6717243Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:17.6718854Z ##[endgroup] 2025-06-05T23:16:18.1703069Z ##[group]Run needs=0 2025-06-05T23:16:18.1703349Z needs=0 2025-06-05T23:16:18.1703707Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:16:18.1704143Z  needs=1 2025-06-05T23:16:18.1704374Z fi 2025-06-05T23:16:18.1704621Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:16:18.1710974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:18.1711348Z env: 2025-06-05T23:16:18.1711595Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:18.1712060Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.1712340Z PR_NUMBER: 2025-06-05T23:16:18.1713868Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:18.1715784Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:18.1716463Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:18.1716990Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:18.1717368Z ##[endgroup] 2025-06-05T23:16:18.1996426Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:16:18.1997122Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:16:18.1997639Z # shellcheck disable=SC2046 2025-06-05T23:16:18.1998040Z docker stop $(docker ps -q) || true 2025-06-05T23:16:18.1998516Z # Prune all of the docker images 2025-06-05T23:16:18.1998934Z docker system prune -af 2025-06-05T23:16:18.2005288Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:18.2005757Z env: 2025-06-05T23:16:18.2006081Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:18.2034346Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.2034685Z PR_NUMBER: 2025-06-05T23:16:18.2036310Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:18.2038053Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:18.2038624Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:18.2039160Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:18.2039539Z ##[endgroup] 2025-06-05T23:16:18.2283072Z "docker stop" requires at least 1 argument. 2025-06-05T23:16:18.2283474Z See 'docker stop --help'. 2025-06-05T23:16:18.2283643Z 2025-06-05T23:16:18.2283799Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:16:18.2284080Z 2025-06-05T23:16:18.2284213Z Stop one or more running containers 2025-06-05T23:16:18.2448847Z Total reclaimed space: 0B 2025-06-05T23:16:18.2524748Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:16:18.2525127Z with: 2025-06-05T23:16:18.2525802Z github-secret: *** 2025-06-05T23:16:18.2526494Z 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:18.2527239Z activate-with-label: false 2025-06-05T23:16:18.2527521Z label: with-ssh 2025-06-05T23:16:18.2527760Z remove-existing-keys: true 2025-06-05T23:16:18.2528018Z fail-silently: true 2025-06-05T23:16:18.2528247Z env: 2025-06-05T23:16:18.2528477Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:18.2528834Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.2529094Z PR_NUMBER: 2025-06-05T23:16:18.2530672Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:18.2532414Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:18.2532974Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:18.2533664Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:18.2534030Z ##[endgroup] 2025-06-05T23:16:18.3609293Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:16:18.3610468Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:16:18.3732678Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:16:18.3733090Z with: 2025-06-05T23:16:18.3733321Z repository: pytorch/executorch 2025-06-05T23:16:18.3733624Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:18.3733961Z path: pytorch/executorch 2025-06-05T23:16:18.3734219Z fetch-depth: 1 2025-06-05T23:16:18.3734436Z submodules: recursive 2025-06-05T23:16:18.3734830Z token: *** 2025-06-05T23:16:18.3735028Z ssh-strict: true 2025-06-05T23:16:18.3735251Z ssh-user: git 2025-06-05T23:16:18.3735469Z persist-credentials: true 2025-06-05T23:16:18.3735745Z clean: true 2025-06-05T23:16:18.3735979Z sparse-checkout-cone-mode: true 2025-06-05T23:16:18.3736258Z fetch-tags: false 2025-06-05T23:16:18.3736490Z show-progress: true 2025-06-05T23:16:18.3736710Z lfs: false 2025-06-05T23:16:18.3736930Z set-safe-directory: true 2025-06-05T23:16:18.3737166Z env: 2025-06-05T23:16:18.3737458Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:18.3737794Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:18.3738069Z PR_NUMBER: 2025-06-05T23:16:18.3739599Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:18.3741332Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:18.3741920Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:18.3742447Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:18.3742828Z ##[endgroup] 2025-06-05T23:16:18.4712300Z Syncing repository: pytorch/executorch 2025-06-05T23:16:18.4720403Z ##[group]Getting Git version info 2025-06-05T23:16:18.4721022Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:16:18.4747275Z [command]/usr/bin/git version 2025-06-05T23:16:18.4781113Z git version 2.47.1 2025-06-05T23:16:18.4805336Z ##[endgroup] 2025-06-05T23:16:18.4816791Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8d1124a6-fb87-4bfd-b829-dacda1a33d1c' before making global git config changes 2025-06-05T23:16:18.4817738Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:18.4821824Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:16:18.4857885Z ##[group]Initializing the repository 2025-06-05T23:16:18.4862354Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:16:18.4889799Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:16:18.4890393Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:16:18.4890957Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:16:18.4891348Z hint: 2025-06-05T23:16:18.4891625Z hint: git config --global init.defaultBranch 2025-06-05T23:16:18.4891952Z hint: 2025-06-05T23:16:18.4892271Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:16:18.4893051Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:16:18.4893711Z hint: 2025-06-05T23:16:18.4893931Z hint: git branch -m 2025-06-05T23:16:18.4894527Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:16:18.4899800Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:16:18.4923286Z ##[endgroup] 2025-06-05T23:16:18.4923849Z ##[group]Disabling automatic garbage collection 2025-06-05T23:16:18.4927661Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:16:18.4951514Z ##[endgroup] 2025-06-05T23:16:18.4951950Z ##[group]Setting up auth 2025-06-05T23:16:18.4957564Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:18.4980881Z [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.5231230Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:18.5256034Z [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.5511582Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:18.5553695Z ##[endgroup] 2025-06-05T23:16:18.5554383Z ##[group]Fetching the repository 2025-06-05T23:16:18.5562771Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:19.9883308Z From https://github.com/pytorch/executorch 2025-06-05T23:16:19.9883821Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:16:19.9903160Z ##[endgroup] 2025-06-05T23:16:19.9903654Z ##[group]Determining the checkout info 2025-06-05T23:16:19.9905523Z ##[endgroup] 2025-06-05T23:16:19.9909926Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:16:19.9951135Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:16:19.9975413Z ##[group]Checking out the ref 2025-06-05T23:16:19.9978943Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:20.4926105Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:16:20.4926443Z 2025-06-05T23:16:20.4926675Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:16:20.4927206Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:16:20.4927748Z state without impacting any branches by switching back to a branch. 2025-06-05T23:16:20.4928060Z 2025-06-05T23:16:20.4928263Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:16:20.4928763Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:16:20.4929059Z 2025-06-05T23:16:20.4929185Z git switch -c 2025-06-05T23:16:20.4929380Z 2025-06-05T23:16:20.4929484Z Or undo this operation with: 2025-06-05T23:16:20.4929658Z 2025-06-05T23:16:20.4929762Z git switch - 2025-06-05T23:16:20.4929889Z 2025-06-05T23:16:20.4930116Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:16:20.4930474Z 2025-06-05T23:16:20.4930730Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:16:20.4954222Z ##[endgroup] 2025-06-05T23:16:20.4954635Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:16:20.4960022Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:16:20.4998342Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:16:20.5022489Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:16:20.5047523Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:16:20.5068037Z ##[endgroup] 2025-06-05T23:16:20.5068494Z ##[group]Fetching submodules 2025-06-05T23:16:20.5072000Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:16:20.5334962Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:16:20.5592309Z 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:20.5595995Z 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:20.5598704Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:16:20.5601376Z 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:20.5604763Z 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:20.5607959Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:16:20.5610221Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:20.5614660Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:20.5618720Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:20.5622963Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:20.5627596Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:20.5631788Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:16:20.5636499Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:20.5640635Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:16:20.5645052Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:16:20.5650667Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:16:20.5656910Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:16:20.5661751Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:16:20.5666741Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:16:20.5671717Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:16:20.5676933Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:16:20.5682195Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:16:20.5687620Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:16:20.5693158Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:16:20.5722240Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:16:21.3627686Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:16:22.0460371Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:16:22.3188619Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:16:22.6934827Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:16:22.9860221Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:16:23.2116997Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:16:23.4197926Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:16:23.5957524Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:16:24.2244373Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:16:24.5850293Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:16:24.8047063Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:16:25.1307906Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:16:25.8911651Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:16:26.1880546Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:16:26.5901007Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:16:26.9065694Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:16:27.1346780Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:16:27.3994525Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:16:27.7284234Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:16:27.9111914Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:16:28.2956217Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:16:28.5265541Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:16:28.8583850Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:16:30.4184849Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:16:30.4185791Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:16:30.4295623Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:16:31.8054060Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:16:31.8054861Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:16:31.8161357Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:16:31.8176031Z 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:31.8201715Z 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:32.9033009Z From https://github.com/google/flatbuffers 2025-06-05T23:16:32.9033522Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:16:33.0064819Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:16:33.5537335Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:16:33.5537848Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:16:33.5613629Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:16:34.2791507Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:16:34.2792037Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:16:34.3295890Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:16:35.1223396Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:16:35.1224036Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:16:35.1536838Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:16:35.6571973Z From https://github.com/zeux/volk 2025-06-05T23:16:35.6572473Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:16:35.6642089Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:16:36.0812414Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:16:36.0812910Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:16:36.0896974Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:16:36.5149141Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:16:36.5149763Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:16:36.5202096Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:16:38.0651311Z From https://github.com/google/XNNPACK 2025-06-05T23:16:38.0652064Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:16:38.6534412Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:16:39.2345444Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:16:39.2346223Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:16:39.3351936Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:16:39.7631403Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:16:39.7631921Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:16:39.7711687Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:16:40.3042290Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:16:40.3042791Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:16:40.3287051Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:16:40.3302954Z 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:40.3304974Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:40.3307777Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:40.3310557Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:40.3313755Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:40.3340240Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:16:40.6506708Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:16:41.0789424Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:16:41.3950123Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:16:41.6680168Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:16:43.0431079Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:16:43.0431577Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:16:43.1382725Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:16:43.7093052Z From https://github.com/nlohmann/json 2025-06-05T23:16:43.7093566Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:16:43.8017017Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:16:44.4027039Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:16:44.4027564Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:16:44.4750058Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:16:44.4765901Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:44.4792586Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:16:45.3031243Z From https://github.com/zherczeg/sljit 2025-06-05T23:16:45.3031760Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:16:45.3220634Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:16:45.8957638Z From https://github.com/google/re2 2025-06-05T23:16:45.8958150Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:16:45.9120941Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:16:46.4536367Z From https://github.com/google/sentencepiece 2025-06-05T23:16:46.4536945Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:16:46.5827142Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:16:48.2631398Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:16:48.2632127Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:16:48.3874918Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:16:48.9891194Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:16:48.9891724Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:16:49.0161104Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:16:49.6390866Z From https://github.com/pytorch/ao 2025-06-05T23:16:49.6391384Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:16:49.7352307Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:16:49.7369114Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:49.7395441Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:16:51.4297115Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:16:51.4297599Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:16:51.9965058Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:16:52.8312667Z From https://github.com/google/flatbuffers 2025-06-05T23:16:52.8313171Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:16:52.9338278Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:16:53.5362108Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:16:53.5362605Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:16:53.5605348Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:16:54.0562494Z From https://github.com/gflags/gflags 2025-06-05T23:16:54.0563000Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:16:54.0700712Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:16:54.7408171Z From https://github.com/google/googletest 2025-06-05T23:16:54.7408653Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:16:54.7754822Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:16:55.3399761Z From https://github.com/leetal/ios-cmake 2025-06-05T23:16:55.3400311Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:16:55.3470242Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:16:55.9382660Z From https://github.com/nlohmann/json 2025-06-05T23:16:55.9383268Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:16:56.0300029Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:16:56.0389243Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:16:56.7384334Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:16:56.7384845Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:16:56.8761893Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:16:57.5418001Z From https://github.com/pybind/pybind11 2025-06-05T23:16:57.5419260Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:16:57.5696821Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:16:57.5727789Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:16:57.5982701Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:57.6021332Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:57.6059497Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:57.6102028Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:57.6141109Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:57.6178760Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:57.6218327Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:57.6255122Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:57.6292104Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:57.6330923Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:57.6383442Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:57.6422895Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:57.6459944Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:57.6496590Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:57.6535282Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:57.6573695Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:57.6612180Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:57.6652094Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:57.6690267Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:57.6729206Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:57.6771415Z Entering 'shim' 2025-06-05T23:16:57.6809481Z Entering 'third-party/ao' 2025-06-05T23:16:57.6847731Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:57.6896612Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:57.6936578Z Entering 'third-party/flatcc' 2025-06-05T23:16:57.6973894Z Entering 'third-party/gflags' 2025-06-05T23:16:57.7011975Z Entering 'third-party/googletest' 2025-06-05T23:16:57.7049531Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:57.7086644Z Entering 'third-party/json' 2025-06-05T23:16:57.7126144Z Entering 'third-party/pocketfft' 2025-06-05T23:16:57.7164195Z Entering 'third-party/prelude' 2025-06-05T23:16:57.7205223Z Entering 'third-party/pybind11' 2025-06-05T23:16:57.7251810Z ##[endgroup] 2025-06-05T23:16:57.7252237Z ##[group]Persisting credentials for submodules 2025-06-05T23:16:57.7259007Z [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:57.7511844Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:57.7562196Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:57.7611336Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:57.7666293Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:57.7717342Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:57.7766390Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:57.7815937Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:57.7864794Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:57.7914323Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:57.7964941Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:57.8030960Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:57.8081162Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:57.8130987Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:57.8180556Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:57.8232198Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:57.8283174Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:57.8332853Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:57.8384510Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:57.8433561Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:57.8484216Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:57.8537629Z Entering 'shim' 2025-06-05T23:16:57.8587009Z Entering 'third-party/ao' 2025-06-05T23:16:57.8637368Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:57.8698521Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:57.8750907Z Entering 'third-party/flatcc' 2025-06-05T23:16:57.8801196Z Entering 'third-party/gflags' 2025-06-05T23:16:57.8850132Z Entering 'third-party/googletest' 2025-06-05T23:16:57.8899767Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:57.8948165Z Entering 'third-party/json' 2025-06-05T23:16:57.9000230Z Entering 'third-party/pocketfft' 2025-06-05T23:16:57.9049105Z Entering 'third-party/prelude' 2025-06-05T23:16:57.9101713Z Entering 'third-party/pybind11' 2025-06-05T23:16:57.9163014Z [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:57.9416414Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:57.9463614Z 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:16:57.9477741Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:57.9526407Z 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:16:57.9540203Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:57.9587839Z 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:16:57.9606570Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:57.9653541Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:16:57.9667839Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:57.9714980Z 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:16:57.9729709Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:57.9776106Z 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:16:57.9790674Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:57.9837717Z 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:16:57.9851550Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:57.9897493Z 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:16:57.9911603Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:57.9957568Z 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:16:57.9971541Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:58.0017899Z 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:16:58.0048037Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:58.0094902Z 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:16:58.0110035Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:58.0156750Z 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:16:58.0170399Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:58.0218213Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:16:58.0231345Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:58.0279969Z 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:16:58.0297880Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:58.0345378Z 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:16:58.0360188Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:58.0406850Z 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:16:58.0420028Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:58.0468009Z 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:16:58.0483735Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:58.0531741Z 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:16:58.0545720Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:58.0592968Z 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:16:58.0608655Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:58.0655153Z 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:16:58.0671600Z Entering 'shim' 2025-06-05T23:16:58.0717833Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:16:58.0732370Z Entering 'third-party/ao' 2025-06-05T23:16:58.0778343Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:16:58.0793232Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:58.0841060Z 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:16:58.0866206Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:58.0913364Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:16:58.0929700Z Entering 'third-party/flatcc' 2025-06-05T23:16:58.0974926Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:16:58.0988573Z Entering 'third-party/gflags' 2025-06-05T23:16:58.1034201Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:16:58.1048165Z Entering 'third-party/googletest' 2025-06-05T23:16:58.1094106Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:16:58.1109169Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:58.1156145Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:16:58.1170291Z Entering 'third-party/json' 2025-06-05T23:16:58.1216062Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:16:58.1232017Z Entering 'third-party/pocketfft' 2025-06-05T23:16:58.1278489Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:16:58.1292500Z Entering 'third-party/prelude' 2025-06-05T23:16:58.1339297Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:16:58.1357001Z Entering 'third-party/pybind11' 2025-06-05T23:16:58.1403500Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:16:58.1822394Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:16:58.2080771Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:58.2119549Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:58.2157674Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:58.2199901Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:58.2237457Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:58.2274631Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:58.2313863Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:58.2351340Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:58.2388637Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:58.2427531Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:58.2481507Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:58.2520033Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:58.2556829Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:58.2593720Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:58.2633659Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:58.2673375Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:58.2711771Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:58.2751268Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:58.2788801Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:58.2829261Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:58.2870265Z Entering 'shim' 2025-06-05T23:16:58.2908348Z Entering 'third-party/ao' 2025-06-05T23:16:58.2945962Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:58.2993565Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:58.3034553Z Entering 'third-party/flatcc' 2025-06-05T23:16:58.3071978Z Entering 'third-party/gflags' 2025-06-05T23:16:58.3109969Z Entering 'third-party/googletest' 2025-06-05T23:16:58.3148641Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:58.3185801Z Entering 'third-party/json' 2025-06-05T23:16:58.3224913Z Entering 'third-party/pocketfft' 2025-06-05T23:16:58.3261498Z Entering 'third-party/prelude' 2025-06-05T23:16:58.3302965Z Entering 'third-party/pybind11' 2025-06-05T23:16:58.3352587Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:16:58.3604815Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:58.3642947Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:58.3681600Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:58.3724660Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:58.3762367Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:58.3800772Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:58.3840174Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:58.3877268Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:58.3914929Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:58.3952456Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:58.4006355Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:58.4044668Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:58.4082032Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:58.4119725Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:58.4159571Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:58.4199033Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:58.4236265Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:58.4276958Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:58.4320486Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:58.4359580Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:58.4401294Z Entering 'shim' 2025-06-05T23:16:58.4438609Z Entering 'third-party/ao' 2025-06-05T23:16:58.4477154Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:58.4526208Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:58.4566053Z Entering 'third-party/flatcc' 2025-06-05T23:16:58.4604632Z Entering 'third-party/gflags' 2025-06-05T23:16:58.4642206Z Entering 'third-party/googletest' 2025-06-05T23:16:58.4679642Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:58.4716654Z Entering 'third-party/json' 2025-06-05T23:16:58.4755999Z Entering 'third-party/pocketfft' 2025-06-05T23:16:58.4793087Z Entering 'third-party/prelude' 2025-06-05T23:16:58.4834296Z Entering 'third-party/pybind11' 2025-06-05T23:16:58.4892661Z ##[endgroup] 2025-06-05T23:16:58.4914123Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:16:58.4933927Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:58.5136865Z Prepare all required actions 2025-06-05T23:16:58.5137467Z Getting action download info 2025-06-05T23:16:58.6003384Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:16:58.7696196Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:16:58.7696583Z with: 2025-06-05T23:16:58.7696866Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:58.7697241Z docker-build-dir: .ci/docker 2025-06-05T23:16:58.7697524Z working-directory: pytorch/executorch 2025-06-05T23:16:58.7697849Z docker-build-script: ./build.sh 2025-06-05T23:16:58.7698217Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:58.7698606Z force-push: false 2025-06-05T23:16:58.7698815Z env: 2025-06-05T23:16:58.7699058Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:58.7699395Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:58.7699668Z PR_NUMBER: 2025-06-05T23:16:58.7701239Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:58.7703192Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:58.7703773Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:58.7704304Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:58.7704686Z ##[endgroup] 2025-06-05T23:16:58.7732089Z ##[group]Run set -ex 2025-06-05T23:16:58.7732411Z set -ex 2025-06-05T23:16:58.7732618Z  2025-06-05T23:16:58.7733016Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:16:58.7733667Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:16:58.7734210Z # job could then download the pre-built image as usual 2025-06-05T23:16:58.7734759Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:16:58.7735245Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7735682Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7736066Z  2025-06-05T23:16:58.7736404Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:16:58.7736829Z  exit 0 2025-06-05T23:16:58.7737033Z else 2025-06-05T23:16:58.7737281Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7737582Z fi 2025-06-05T23:16:58.7737779Z  2025-06-05T23:16:58.7738093Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:16:58.7738675Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:16:58.7739193Z  # use it as it is, but first let's extract the tag 2025-06-05T23:16:58.7739650Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:16:58.7740142Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7740602Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7740995Z else 2025-06-05T23:16:58.7741245Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:16:58.7741605Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:16:58.7741988Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:16:58.7742305Z  fi 2025-06-05T23:16:58.7742922Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:16:58.7743507Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7744277Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7744977Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7745382Z fi 2025-06-05T23:16:58.7751180Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:58.7751532Z env: 2025-06-05T23:16:58.7751785Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:58.7752124Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:58.7752472Z PR_NUMBER: 2025-06-05T23:16:58.7754025Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:58.7755745Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:58.7756416Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:58.7756945Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:58.7757340Z REPO_NAME: executorch 2025-06-05T23:16:58.7757649Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:58.7757998Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:16:58.7758277Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:16:58.7758633Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:58.7759018Z CUSTOM_TAG_PREFIX: 2025-06-05T23:16:58.7759242Z ##[endgroup] 2025-06-05T23:16:58.7786844Z + [[ ! -d .ci/docker ]] 2025-06-05T23:16:58.7787374Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:16:58.7787840Z + echo skip=false 2025-06-05T23:16:58.7788610Z + [[ 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:16:58.7789544Z + [[ executorch-ubuntu-22.04-arm-sdk == *:* ]] 2025-06-05T23:16:58.7791640Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:16:58.7807244Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:58.7808023Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:58.7809465Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:58.7810588Z + echo custom-tag-prefix= 2025-06-05T23:16:58.7845753Z ##[group]Run set +e 2025-06-05T23:16:58.7846086Z set +e 2025-06-05T23:16:58.7846309Z set -x 2025-06-05T23:16:58.7846514Z  2025-06-05T23:16:58.7846744Z login() { 2025-06-05T23:16:58.7847209Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:16:58.7847721Z } 2025-06-05T23:16:58.7847925Z  2025-06-05T23:16:58.7848125Z retry () { 2025-06-05T23:16:58.7848389Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:16:58.7848681Z } 2025-06-05T23:16:58.7848881Z  2025-06-05T23:16:58.7849094Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:16:58.7849390Z  2025-06-05T23:16:58.7849592Z START_TIME=$(date +%s) 2025-06-05T23:16:58.7849880Z # Wait up to 120 minutes 2025-06-05T23:16:58.7850234Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:16:58.7850703Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:16:58.7851181Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:16:58.7851661Z  exit 0 2025-06-05T23:16:58.7851894Z  fi 2025-06-05T23:16:58.7852088Z  2025-06-05T23:16:58.7852462Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:16:58.7853118Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:16:58.7853751Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:16:58.7854262Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:16:58.7854640Z  # It's a Docker build job, let's build the image 2025-06-05T23:16:58.7854979Z  break 2025-06-05T23:16:58.7855191Z  else 2025-06-05T23:16:58.7855522Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:16:58.7855931Z  sleep 300 2025-06-05T23:16:58.7856154Z  fi 2025-06-05T23:16:58.7856363Z done 2025-06-05T23:16:58.7856561Z  2025-06-05T23:16:58.7856926Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:16:58.7857492Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:16:58.7858072Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:16:58.7858517Z  # if we're on the base branch then use the parent commit 2025-06-05T23:16:58.7858906Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:16:58.7859200Z else 2025-06-05T23:16:58.7859519Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:16:58.7859969Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:16:58.7860325Z fi 2025-06-05T23:16:58.7860523Z  2025-06-05T23:16:58.7860753Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:16:58.7861101Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7861426Z  2025-06-05T23:16:58.7861875Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:16:58.7862404Z  exit 0 2025-06-05T23:16:58.7862620Z fi 2025-06-05T23:16:58.7862814Z  2025-06-05T23:16:58.7863112Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:16:58.7863784Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:16:58.7864346Z  exit 1 2025-06-05T23:16:58.7864563Z fi 2025-06-05T23:16:58.7864754Z  2025-06-05T23:16:58.7865107Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:16:58.7865738Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:16:58.7866317Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:16:58.7866993Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:16:58.7867737Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:16:58.7868198Z fi 2025-06-05T23:16:58.7868390Z  2025-06-05T23:16:58.7868646Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:58.7874525Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:58.7874899Z env: 2025-06-05T23:16:58.7875524Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:58.7876268Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:58.7876553Z PR_NUMBER: 2025-06-05T23:16:58.7878169Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:58.7879918Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:58.7880502Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:58.7881029Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:58.7881435Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:16:58.7881760Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:58.7882180Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:58.7882629Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:58.7883003Z DOCKER_PUSH: 2025-06-05T23:16:58.7883225Z ##[endgroup] 2025-06-05T23:16:58.7906750Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:58.7907422Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:58.7909881Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:16:58.7911315Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:59.3550065Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:59.3550671Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:59.3551321Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:59.3551860Z 2025-06-05T23:16:59.3551958Z Login Succeeded 2025-06-05T23:16:59.3569007Z ++ date +%s 2025-06-05T23:16:59.3577315Z + START_TIME=1749165419 2025-06-05T23:16:59.3581088Z ++ date +%s 2025-06-05T23:16:59.3589271Z + [[ 1749158219 -lt 1749165419 ]] 2025-06-05T23:16:59.3590655Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:59.5797788Z { 2025-06-05T23:16:59.5798195Z "schemaVersion": 2, 2025-06-05T23:16:59.5798796Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:16:59.5799388Z "config": { 2025-06-05T23:16:59.5799780Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:16:59.5800447Z "size": 15116, 2025-06-05T23:16:59.5800938Z "digest": "sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad" 2025-06-05T23:16:59.5801411Z }, 2025-06-05T23:16:59.5801591Z "layers": [ 2025-06-05T23:16:59.5801796Z { 2025-06-05T23:16:59.5802113Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5802528Z "size": 30438509, 2025-06-05T23:16:59.5802939Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:16:59.5803412Z }, 2025-06-05T23:16:59.5803587Z { 2025-06-05T23:16:59.5803923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5804319Z "size": 631, 2025-06-05T23:16:59.5804724Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:16:59.5805205Z }, 2025-06-05T23:16:59.5805380Z { 2025-06-05T23:16:59.5805697Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5806094Z "size": 150104825, 2025-06-05T23:16:59.5806504Z "digest": "sha256:1c2419c026f994d51da561821c2d5405ab211b796da9af7d7a5e063a19f54604" 2025-06-05T23:16:59.5806946Z }, 2025-06-05T23:16:59.5807130Z { 2025-06-05T23:16:59.5807428Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5807833Z "size": 622, 2025-06-05T23:16:59.5808215Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:16:59.5808672Z }, 2025-06-05T23:16:59.5808853Z { 2025-06-05T23:16:59.5810192Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5810622Z "size": 19308737, 2025-06-05T23:16:59.5811020Z "digest": "sha256:61b1f5baa53e67c1f9846169f854204a22c707b79cfabb83bdba63228a9b0144" 2025-06-05T23:16:59.5811484Z }, 2025-06-05T23:16:59.5811662Z { 2025-06-05T23:16:59.5811977Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5812369Z "size": 736, 2025-06-05T23:16:59.5812756Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:16:59.5813415Z }, 2025-06-05T23:16:59.5813678Z { 2025-06-05T23:16:59.5814263Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5814885Z "size": 131418050, 2025-06-05T23:16:59.5815299Z "digest": "sha256:9ea6f8733a037f03d99a397418e7897b20030ef55771767ca107f3c53ea4c5c8" 2025-06-05T23:16:59.5815744Z }, 2025-06-05T23:16:59.5815925Z { 2025-06-05T23:16:59.5816243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5816656Z "size": 445, 2025-06-05T23:16:59.5817030Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:16:59.5817479Z }, 2025-06-05T23:16:59.5817662Z { 2025-06-05T23:16:59.5818096Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5818502Z "size": 102, 2025-06-05T23:16:59.5818888Z "digest": "sha256:08f9a627d97be81309ccf16cf39ed5beb24962447ad72a1615b0748e4173b204" 2025-06-05T23:16:59.5819352Z }, 2025-06-05T23:16:59.5819527Z { 2025-06-05T23:16:59.5819852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5820245Z "size": 636, 2025-06-05T23:16:59.5820502Z + exit 0 2025-06-05T23:16:59.5820887Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:16:59.5821357Z }, 2025-06-05T23:16:59.5821531Z { 2025-06-05T23:16:59.5821862Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5822263Z "size": 35165365, 2025-06-05T23:16:59.5822674Z "digest": "sha256:133eacd75ef58376aed6d2b550e0014a25704b03df5a04163e80b5401e528729" 2025-06-05T23:16:59.5823121Z }, 2025-06-05T23:16:59.5823304Z { 2025-06-05T23:16:59.5823611Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5824017Z "size": 318, 2025-06-05T23:16:59.5824417Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:16:59.5824866Z }, 2025-06-05T23:16:59.5825047Z { 2025-06-05T23:16:59.5825349Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5825755Z "size": 252129750, 2025-06-05T23:16:59.5826148Z "digest": "sha256:2011df2b1f9883df3798e22c2153a2695bd6c277473f3897f8df94438197af03" 2025-06-05T23:16:59.5826602Z }, 2025-06-05T23:16:59.5826778Z { 2025-06-05T23:16:59.5827096Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5827498Z "size": 475, 2025-06-05T23:16:59.5827896Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:16:59.5828359Z }, 2025-06-05T23:16:59.5828526Z { 2025-06-05T23:16:59.5828843Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5829240Z "size": 1042, 2025-06-05T23:16:59.5829635Z "digest": "sha256:4e6543e5b9d468a212c2149870e7fe630b7571d2c6e914bd5017a3433bf60bba" 2025-06-05T23:16:59.5830075Z }, 2025-06-05T23:16:59.5830258Z { 2025-06-05T23:16:59.5830558Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5830960Z "size": 613, 2025-06-05T23:16:59.5831355Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:16:59.5831826Z }, 2025-06-05T23:16:59.5832012Z { 2025-06-05T23:16:59.5832324Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5832837Z "size": 77567408, 2025-06-05T23:16:59.5833354Z "digest": "sha256:cee7e6ffb076665cc7f2ee4887d6bce36de2c6d11a1c295294982c8a1d54f548" 2025-06-05T23:16:59.5833830Z }, 2025-06-05T23:16:59.5834006Z { 2025-06-05T23:16:59.5834318Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5834716Z "size": 572, 2025-06-05T23:16:59.5835106Z "digest": "sha256:ca4242386be9499ce676f36a87df7885bade394639154148b03e58bf32f30b32" 2025-06-05T23:16:59.5835571Z }, 2025-06-05T23:16:59.5835742Z { 2025-06-05T23:16:59.5836057Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5836450Z "size": 208, 2025-06-05T23:16:59.5836848Z "digest": "sha256:bf607c5c40f127d26ebf09ca05963503e3ee1030088eb5515d1b4bf89386381f" 2025-06-05T23:16:59.5837300Z }, 2025-06-05T23:16:59.5837482Z { 2025-06-05T23:16:59.5837786Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5838197Z "size": 1190, 2025-06-05T23:16:59.5838588Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:16:59.5839049Z }, 2025-06-05T23:16:59.5839237Z { 2025-06-05T23:16:59.5839541Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5839954Z "size": 679, 2025-06-05T23:16:59.5840419Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:59.5840892Z }, 2025-06-05T23:16:59.5841067Z { 2025-06-05T23:16:59.5841387Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5841786Z "size": 6857035734, 2025-06-05T23:16:59.5842218Z "digest": "sha256:638a44f2a35ef7ba7c528fd4cdcbbab8b894ee1ca0e56f7ad01b1a4e87b875b0" 2025-06-05T23:16:59.5842697Z }, 2025-06-05T23:16:59.5842870Z { 2025-06-05T23:16:59.5843185Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5843580Z "size": 1383, 2025-06-05T23:16:59.5843993Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:16:59.5844450Z }, 2025-06-05T23:16:59.5844635Z { 2025-06-05T23:16:59.5844945Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5845349Z "size": 679, 2025-06-05T23:16:59.5845740Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:59.5846216Z }, 2025-06-05T23:16:59.5846400Z { 2025-06-05T23:16:59.5846702Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5847107Z "size": 232890849, 2025-06-05T23:16:59.5847495Z "digest": "sha256:a863980141538027df18ea91d40f0f443f9327f0066980bb1e5e45919226f7ed" 2025-06-05T23:16:59.5847951Z }, 2025-06-05T23:16:59.5848124Z { 2025-06-05T23:16:59.5848436Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5848832Z "size": 827, 2025-06-05T23:16:59.5849243Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:16:59.5849713Z }, 2025-06-05T23:16:59.5849903Z { 2025-06-05T23:16:59.5850222Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5850619Z "size": 679, 2025-06-05T23:16:59.5851030Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:59.5851490Z }, 2025-06-05T23:16:59.5851678Z { 2025-06-05T23:16:59.5851982Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5852388Z "size": 185012180, 2025-06-05T23:16:59.5852796Z "digest": "sha256:7b93bf5911ad60a288a2fdad5c327a3aba6ab59696d572174b92cc0eaddf4924" 2025-06-05T23:16:59.5853265Z }, 2025-06-05T23:16:59.5853436Z { 2025-06-05T23:16:59.5853752Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5854155Z "size": 530, 2025-06-05T23:16:59.5854549Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:16:59.5855018Z }, 2025-06-05T23:16:59.5855191Z { 2025-06-05T23:16:59.5855635Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5856042Z "size": 679, 2025-06-05T23:16:59.5856447Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:59.5856911Z }, 2025-06-05T23:16:59.5857110Z { 2025-06-05T23:16:59.5857428Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5857825Z "size": 354, 2025-06-05T23:16:59.5858224Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:16:59.5858672Z }, 2025-06-05T23:16:59.5858856Z { 2025-06-05T23:16:59.5859154Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5859560Z "size": 32, 2025-06-05T23:16:59.5859949Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:16:59.5860417Z }, 2025-06-05T23:16:59.5860588Z { 2025-06-05T23:16:59.5860907Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5861314Z "size": 166, 2025-06-05T23:16:59.5861693Z "digest": "sha256:92e60f7b3962f803f07d1039c079dc07e38030ab45275eb4cea08d6825a51054" 2025-06-05T23:16:59.5862150Z }, 2025-06-05T23:16:59.5862392Z { 2025-06-05T23:16:59.5862708Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5863102Z "size": 1109, 2025-06-05T23:16:59.5863512Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:16:59.5863968Z }, 2025-06-05T23:16:59.5864146Z { 2025-06-05T23:16:59.5864448Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5864852Z "size": 32, 2025-06-05T23:16:59.5865252Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:16:59.5865705Z }, 2025-06-05T23:16:59.5865886Z { 2025-06-05T23:16:59.5866191Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:59.5866597Z "size": 108, 2025-06-05T23:16:59.5866987Z "digest": "sha256:1d5d95926a594c47acbd85e8c69aaa9a451df3ac8b228a859981dc1a7a9b3e06" 2025-06-05T23:16:59.5867449Z } 2025-06-05T23:16:59.5867624Z ] 2025-06-05T23:16:59.5867812Z } 2025-06-05T23:16:59.5902515Z ##[group]Run set -eux 2025-06-05T23:16:59.5902802Z set -eux 2025-06-05T23:16:59.5903667Z 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:16:59.5910074Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:59.5910450Z env: 2025-06-05T23:16:59.5910700Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:16:59.5911055Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:59.5911319Z PR_NUMBER: 2025-06-05T23:16:59.5912977Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:16:59.5914733Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:59.5915297Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:59.5915835Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:59.5916204Z ##[endgroup] 2025-06-05T23:16:59.5944991Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:16:59.5945779Z + jq --raw-output .SecretString 2025-06-05T23:16:59.5946574Z + jq -r .docker_hub_readonly_token 2025-06-05T23:16:59.5947606Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:17:00.2027244Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:00.2028178Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:00.2028744Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:00.2029149Z 2025-06-05T23:17:00.2029250Z Login Succeeded 2025-06-05T23:17:00.2136129Z Prepare all required actions 2025-06-05T23:17:00.2177205Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:17:00.2177591Z with: 2025-06-05T23:17:00.2178246Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:00.2179065Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:00.2179446Z env: 2025-06-05T23:17:00.2179680Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:00.2180032Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:00.2180296Z PR_NUMBER: 2025-06-05T23:17:00.2181870Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:00.2183764Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:00.2184332Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:00.2184875Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:00.2185245Z ##[endgroup] 2025-06-05T23:17:00.2207558Z ##[group]Run set -x 2025-06-05T23:17:00.2207824Z set -x 2025-06-05T23:17:00.2208043Z set +e 2025-06-05T23:17:00.2208241Z  2025-06-05T23:17:00.2208449Z login() { 2025-06-05T23:17:00.2208903Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:17:00.2209418Z } 2025-06-05T23:17:00.2209619Z  2025-06-05T23:17:00.2209808Z retry () { 2025-06-05T23:17:00.2210084Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:17:00.2210393Z } 2025-06-05T23:17:00.2210592Z  2025-06-05T23:17:00.2210805Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:17:00.2211104Z  2025-06-05T23:17:00.2211564Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:17:00.2212213Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:17:00.2212575Z  2025-06-05T23:17:00.2212761Z set -e 2025-06-05T23:17:00.2213086Z # ignore output since only exit code is used for conditional 2025-06-05T23:17:00.2213548Z # only pull docker image if it's not available locally 2025-06-05T23:17:00.2214077Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:17:00.2214566Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:17:00.2214870Z fi 2025-06-05T23:17:00.2220689Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:17:00.2221056Z env: 2025-06-05T23:17:00.2221702Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:00.2222431Z REPOSITORY: pytorch/executorch 2025-06-05T23:17:00.2222722Z PR_NUMBER: 2025-06-05T23:17:00.2224247Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:17:00.2225959Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:17:00.2226542Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:17:00.2227257Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:17:00.2227727Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:00.2228113Z ##[endgroup] 2025-06-05T23:17:00.2251314Z + set +e 2025-06-05T23:17:00.2251807Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:00.2252455Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:00.2254730Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:17:00.2255731Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:17:00.7607929Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:17:00.7608607Z Configure a credential helper to remove this warning. See 2025-06-05T23:17:00.7609463Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:17:00.7610150Z 2025-06-05T23:17:00.7610255Z Login Succeeded 2025-06-05T23:17:00.7628021Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:00.7628905Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:17:00.9867820Z + IMAGE_SIZE=7601.834650039673 2025-06-05T23:17:00.9868209Z Compressed size of image in MB: 7601.834650039673 2025-06-05T23:17:00.9868614Z + echo 'Compressed size of image in MB: 7601.834650039673' 2025-06-05T23:17:00.9868988Z + set -e 2025-06-05T23:17:00.9869698Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:00.9988247Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:00.9989500Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:17:01.2416334Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:17:01.2416990Z f557aa5ee224: Pulling fs layer 2025-06-05T23:17:01.2417276Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:17:01.2417539Z 1c2419c026f9: Pulling fs layer 2025-06-05T23:17:01.2417810Z 8f296761951c: Pulling fs layer 2025-06-05T23:17:01.2418072Z 61b1f5baa53e: Pulling fs layer 2025-06-05T23:17:01.2418329Z 8f296761951c: Waiting 2025-06-05T23:17:01.2418570Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:17:01.2418830Z 9ea6f8733a03: Pulling fs layer 2025-06-05T23:17:01.2419098Z 172401b941b1: Pulling fs layer 2025-06-05T23:17:01.2419348Z 61b1f5baa53e: Waiting 2025-06-05T23:17:01.2419593Z 08f9a627d97b: Pulling fs layer 2025-06-05T23:17:01.2419838Z 4420b1e1a07f: Waiting 2025-06-05T23:17:01.2420062Z 9ea6f8733a03: Waiting 2025-06-05T23:17:01.2420276Z 172401b941b1: Waiting 2025-06-05T23:17:01.2420546Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:17:01.2420820Z 133eacd75ef5: Pulling fs layer 2025-06-05T23:17:01.2421089Z 380307a36ed2: Pulling fs layer 2025-06-05T23:17:01.2421342Z 2011df2b1f98: Pulling fs layer 2025-06-05T23:17:01.2421611Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:17:01.2421906Z 4e6543e5b9d4: Pulling fs layer 2025-06-05T23:17:01.2422162Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:17:01.2422420Z 08f9a627d97b: Waiting 2025-06-05T23:17:01.2422649Z cee7e6ffb076: Pulling fs layer 2025-06-05T23:17:01.2422910Z 133eacd75ef5: Waiting 2025-06-05T23:17:01.2423138Z ca4242386be9: Pulling fs layer 2025-06-05T23:17:01.2423398Z 2d7e5abdd88d: Waiting 2025-06-05T23:17:01.2423713Z bf607c5c40f1: Pulling fs layer 2025-06-05T23:17:01.2424060Z 5630a9397492: Pulling fs layer 2025-06-05T23:17:01.2424388Z 2011df2b1f98: Waiting 2025-06-05T23:17:01.2424974Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:17:01.2425441Z 638a44f2a35e: Pulling fs layer 2025-06-05T23:17:01.2425899Z 380307a36ed2: Waiting 2025-06-05T23:17:01.2426327Z 3ec19c2849b3: Waiting 2025-06-05T23:17:01.2426926Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:17:01.2427205Z 4e6543e5b9d4: Waiting 2025-06-05T23:17:01.2427425Z 5e70c61fded4: Waiting 2025-06-05T23:17:01.2427657Z cee7e6ffb076: Waiting 2025-06-05T23:17:01.2427890Z bf607c5c40f1: Waiting 2025-06-05T23:17:01.2428114Z a86398014153: Pulling fs layer 2025-06-05T23:17:01.2428386Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:17:01.2428634Z 1fc2d9899ffb: Waiting 2025-06-05T23:17:01.2428865Z 09dac94eaf91: Waiting 2025-06-05T23:17:01.2429077Z 638a44f2a35e: Waiting 2025-06-05T23:17:01.2429297Z a86398014153: Waiting 2025-06-05T23:17:01.2429520Z 7b93bf5911ad: Pulling fs layer 2025-06-05T23:17:01.2429788Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:17:01.2430035Z 7b93bf5911ad: Waiting 2025-06-05T23:17:01.2430274Z ca22a013d303: Pulling fs layer 2025-06-05T23:17:01.2430533Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:17:01.2430815Z 92e60f7b3962: Pulling fs layer 2025-06-05T23:17:01.2431268Z 4f4fb700ef54: Waiting 2025-06-05T23:17:01.2431504Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:17:01.2431801Z 92e60f7b3962: Waiting 2025-06-05T23:17:01.2432194Z 1d5d95926a59: Pulling fs layer 2025-06-05T23:17:01.2432528Z c2b62aa0dc26: Waiting 2025-06-05T23:17:01.2432856Z 1d5d95926a59: Waiting 2025-06-05T23:17:01.3658837Z e9a71f6cf6a0: Download complete 2025-06-05T23:17:01.4460970Z 8f296761951c: Download complete 2025-06-05T23:17:01.6038273Z f557aa5ee224: Verifying Checksum 2025-06-05T23:17:01.6038783Z f557aa5ee224: Download complete 2025-06-05T23:17:01.6961033Z 4420b1e1a07f: Verifying Checksum 2025-06-05T23:17:01.6961549Z 4420b1e1a07f: Download complete 2025-06-05T23:17:01.7060863Z 61b1f5baa53e: Verifying Checksum 2025-06-05T23:17:01.7061462Z 61b1f5baa53e: Download complete 2025-06-05T23:17:01.7976275Z 172401b941b1: Download complete 2025-06-05T23:17:01.8826000Z 08f9a627d97b: Verifying Checksum 2025-06-05T23:17:01.8826575Z 08f9a627d97b: Download complete 2025-06-05T23:17:02.0396731Z 2d7e5abdd88d: Download complete 2025-06-05T23:17:02.4577083Z 133eacd75ef5: Verifying Checksum 2025-06-05T23:17:02.4577484Z 133eacd75ef5: Download complete 2025-06-05T23:17:02.5534864Z f557aa5ee224: Pull complete 2025-06-05T23:17:02.5643648Z 380307a36ed2: Verifying Checksum 2025-06-05T23:17:02.5644015Z 380307a36ed2: Download complete 2025-06-05T23:17:02.5753357Z e9a71f6cf6a0: Pull complete 2025-06-05T23:17:03.0609254Z 1c2419c026f9: Verifying Checksum 2025-06-05T23:17:03.0609835Z 1c2419c026f9: Download complete 2025-06-05T23:17:03.0892319Z 9ea6f8733a03: Verifying Checksum 2025-06-05T23:17:03.0892997Z 9ea6f8733a03: Download complete 2025-06-05T23:17:03.1565518Z 3ec19c2849b3: Verifying Checksum 2025-06-05T23:17:03.1565970Z 3ec19c2849b3: Download complete 2025-06-05T23:17:03.1751000Z 4e6543e5b9d4: Verifying Checksum 2025-06-05T23:17:03.1751349Z 4e6543e5b9d4: Download complete 2025-06-05T23:17:03.2320346Z 5e70c61fded4: Verifying Checksum 2025-06-05T23:17:03.2320872Z 5e70c61fded4: Download complete 2025-06-05T23:17:03.3300738Z ca4242386be9: Verifying Checksum 2025-06-05T23:17:03.3301121Z ca4242386be9: Download complete 2025-06-05T23:17:03.4046230Z bf607c5c40f1: Verifying Checksum 2025-06-05T23:17:03.4046827Z bf607c5c40f1: Download complete 2025-06-05T23:17:03.4967735Z 5630a9397492: Verifying Checksum 2025-06-05T23:17:03.4968247Z 5630a9397492: Download complete 2025-06-05T23:17:03.6027937Z 1fc2d9899ffb: Download complete 2025-06-05T23:17:04.0744898Z cee7e6ffb076: Verifying Checksum 2025-06-05T23:17:04.0745381Z cee7e6ffb076: Download complete 2025-06-05T23:17:04.2448124Z 09dac94eaf91: Verifying Checksum 2025-06-05T23:17:04.2448729Z 09dac94eaf91: Download complete 2025-06-05T23:17:05.2196292Z 2011df2b1f98: Verifying Checksum 2025-06-05T23:17:05.2196879Z 2011df2b1f98: Download complete 2025-06-05T23:17:05.3152802Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:17:05.3153247Z dec0deaa1ed5: Download complete 2025-06-05T23:17:06.7443017Z a86398014153: Verifying Checksum 2025-06-05T23:17:06.7443601Z a86398014153: Download complete 2025-06-05T23:17:06.8375391Z e8c9ad02b518: Verifying Checksum 2025-06-05T23:17:06.8376636Z e8c9ad02b518: Download complete 2025-06-05T23:17:06.9187242Z ca22a013d303: Verifying Checksum 2025-06-05T23:17:06.9187616Z ca22a013d303: Download complete 2025-06-05T23:17:06.9262514Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:17:06.9263057Z 4f4fb700ef54: Download complete 2025-06-05T23:17:06.9392839Z 1c2419c026f9: Pull complete 2025-06-05T23:17:07.0132664Z 92e60f7b3962: Verifying Checksum 2025-06-05T23:17:07.0133028Z 92e60f7b3962: Download complete 2025-06-05T23:17:07.0872058Z 8f296761951c: Pull complete 2025-06-05T23:17:07.1003665Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:17:07.1004181Z c2b62aa0dc26: Download complete 2025-06-05T23:17:07.2145121Z 1d5d95926a59: Verifying Checksum 2025-06-05T23:17:07.2145713Z 1d5d95926a59: Download complete 2025-06-05T23:17:07.2217584Z 7b93bf5911ad: Verifying Checksum 2025-06-05T23:17:07.2218187Z 7b93bf5911ad: Download complete 2025-06-05T23:17:07.4559604Z 61b1f5baa53e: Pull complete 2025-06-05T23:17:07.5964233Z 4420b1e1a07f: Pull complete 2025-06-05T23:17:10.2494624Z 9ea6f8733a03: Pull complete 2025-06-05T23:17:10.5246786Z 172401b941b1: Pull complete 2025-06-05T23:17:10.7342235Z 08f9a627d97b: Pull complete 2025-06-05T23:17:10.9503284Z 2d7e5abdd88d: Pull complete 2025-06-05T23:17:11.7773366Z 133eacd75ef5: Pull complete 2025-06-05T23:17:11.9552620Z 380307a36ed2: Pull complete 2025-06-05T23:17:20.8321220Z 2011df2b1f98: Pull complete 2025-06-05T23:17:20.9942498Z 3ec19c2849b3: Pull complete 2025-06-05T23:17:21.1558484Z 4e6543e5b9d4: Pull complete 2025-06-05T23:17:21.2989436Z 5e70c61fded4: Pull complete 2025-06-05T23:17:25.2930016Z cee7e6ffb076: Pull complete 2025-06-05T23:17:25.5085460Z ca4242386be9: Pull complete 2025-06-05T23:17:25.7379298Z bf607c5c40f1: Pull complete 2025-06-05T23:17:25.9594426Z 5630a9397492: Pull complete 2025-06-05T23:17:26.1731678Z 1fc2d9899ffb: Pull complete 2025-06-05T23:18:12.2341342Z 638a44f2a35e: Verifying Checksum 2025-06-05T23:18:12.2341701Z 638a44f2a35e: Download complete 2025-06-05T23:19:24.5419413Z 638a44f2a35e: Pull complete 2025-06-05T23:19:24.6674394Z 09dac94eaf91: Pull complete 2025-06-05T23:19:31.9400289Z a86398014153: Pull complete 2025-06-05T23:19:31.9732029Z dec0deaa1ed5: Pull complete 2025-06-05T23:19:40.3712968Z 7b93bf5911ad: Pull complete 2025-06-05T23:19:40.5495657Z e8c9ad02b518: Pull complete 2025-06-05T23:19:40.7160039Z ca22a013d303: Pull complete 2025-06-05T23:19:40.8166921Z 4f4fb700ef54: Pull complete 2025-06-05T23:19:40.8787678Z 92e60f7b3962: Pull complete 2025-06-05T23:19:40.9114874Z c2b62aa0dc26: Pull complete 2025-06-05T23:19:40.9747546Z 1d5d95926a59: Pull complete 2025-06-05T23:19:40.9956188Z Digest: sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-05T23:19:41.0027079Z 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:41.0081896Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:41.0122123Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:41.0123116Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:19:41.0130407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:19:41.0130783Z env: 2025-06-05T23:19:41.0131033Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:19:41.0131390Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:41.0131655Z PR_NUMBER: 2025-06-05T23:19:41.0133251Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:19:41.0135055Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:41.0135617Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:41.0136153Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:41.0136525Z ##[endgroup] 2025-06-05T23:19:41.0288195Z ##[group]Run set -ex 2025-06-05T23:19:41.0288484Z set -ex 2025-06-05T23:19:41.0288689Z { 2025-06-05T23:19:41.0288914Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:19:41.0289224Z  echo "set -eou pipefail"; 2025-06-05T23:19:41.0289537Z  # shellcheck disable=SC2016 2025-06-05T23:19:41.0289879Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:19:41.0290198Z  echo "set -x"; 2025-06-05T23:19:41.0290463Z  echo "${SCRIPT}"; 2025-06-05T23:19:41.0290911Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:41.0291253Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:19:41.0291956Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:19:41.0298838Z shell: /usr/bin/bash -e {0} 2025-06-05T23:19:41.0299106Z env: 2025-06-05T23:19:41.0299812Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:19:41.0300548Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:41.0300832Z PR_NUMBER: 2025-06-05T23:19:41.0302372Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:19:41.0304106Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:41.0304684Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:41.0305228Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:41.0305985Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:19:41.0306297Z ##[endgroup] 2025-06-05T23:19:41.0330765Z + echo '#!/usr/bin/env bash' 2025-06-05T23:19:41.0331804Z + echo 'set -eou pipefail' 2025-06-05T23:19:41.0332115Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:19:41.0332409Z + echo 'set -x' 2025-06-05T23:19:41.0332794Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:19:41.0333508Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:19:41.0333867Z conda activate "${CONDA_ENV}" 2025-06-05T23:19:41.0334057Z 2025-06-05T23:19:41.0334171Z source .ci/scripts/utils.sh 2025-06-05T23:19:41.0334464Z install_executorch "--use-pt-pinned-commit" 2025-06-05T23:19:41.0334702Z 2025-06-05T23:19:41.0334825Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:19:41.0335048Z 2025-06-05T23:19:41.0335142Z ARM_TEST=test_pytest_ops 2025-06-05T23:19:41.0335315Z 2025-06-05T23:19:41.0335424Z # Test test_arm_baremetal.sh with test 2025-06-05T23:19:41.0335799Z backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:19:41.0336136Z ' 2025-06-05T23:19:41.0336425Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:19:41.0342268Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:20:02.0119705Z Running command: 2025-06-05T23:20:02.0130366Z 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_f7def14a-2e5d-4964-a2d4-2efa0798ea1a":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_f7def14a-2e5d-4964-a2d4-2efa0798ea1a" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:20:02.0141476Z 2025-06-05T23:20:02.0142102Z b9884bc620dea6303ae969f14b78dbfb49dbcb7c23170824fcdf743fabfaa323 2025-06-05T23:20:02.0143310Z Running command: docker exec -t b9884bc620dea6303ae969f14b78dbfb49dbcb7c23170824fcdf743fabfaa323 /exec 2025-06-05T23:20:02.0144340Z ++ conda env list --json 2025-06-05T23:20:02.0144775Z ++ local cmd=env 2025-06-05T23:20:02.0145150Z ++ case "$cmd" in 2025-06-05T23:20:02.0145568Z ++ __conda_exe env list --json 2025-06-05T23:20:02.0146063Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:20:02.0146535Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:20:02.0147123Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:20:02.0147674Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:20:02.0148226Z + local cmd=activate 2025-06-05T23:20:02.0148615Z + case "$cmd" in 2025-06-05T23:20:02.0149086Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:20:02.0149678Z + '[' -n '' ']' 2025-06-05T23:20:02.0150050Z + local ask_conda 2025-06-05T23:20:02.0150425Z ++ PS1='(base) ' 2025-06-05T23:20:02.0150966Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:20:02.0151739Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:20:02.0152596Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:20:02.0154151Z 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:02.0155855Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:20:02.0156522Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:20:02.0157016Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:20:02.0157655Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:20:02.0158288Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:20:02.0158881Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:20:02.0159464Z export _CE_M='\'''\'' 2025-06-05T23:20:02.0159870Z export _CE_CONDA='\'''\'' 2025-06-05T23:20:02.0160518Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:20:02.0161167Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:20:02.0162744Z 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:02.0164438Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:20:02.0165068Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:20:02.0165592Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:20:02.0166224Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:20:02.0166842Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:20:02.0167459Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:20:02.0168034Z export _CE_M='\'''\'' 2025-06-05T23:20:02.0168469Z export _CE_CONDA='\'''\'' 2025-06-05T23:20:02.0169030Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:20:02.0169666Z ++ PS1='(py_3.10) ' 2025-06-05T23:20:02.0171412Z ++ 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:02.0174057Z ++ 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:02.0175702Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:20:02.0176293Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:20:02.0176974Z ++ export CONDA_SHLVL=2 2025-06-05T23:20:02.0177382Z ++ CONDA_SHLVL=2 2025-06-05T23:20:02.0177792Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:20:02.0178350Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:20:02.0178875Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:20:02.0179473Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:20:02.0180024Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:20:02.0180537Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:20:02.0181053Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:20:02.0181607Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:20:02.0182105Z ++ export _CE_M= 2025-06-05T23:20:02.0182479Z ++ _CE_M= 2025-06-05T23:20:02.0182835Z ++ export _CE_CONDA= 2025-06-05T23:20:02.0183221Z ++ _CE_CONDA= 2025-06-05T23:20:02.0183672Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:20:02.0184325Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:20:02.0184851Z + __conda_hashr 2025-06-05T23:20:02.0185233Z + '[' -n '' ']' 2025-06-05T23:20:02.0185601Z + '[' -n '' ']' 2025-06-05T23:20:02.0185975Z + hash -r 2025-06-05T23:20:02.0186336Z + source .ci/scripts/utils.sh 2025-06-05T23:20:02.0186881Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:20:02.0187449Z + which pip 2025-06-05T23:20:02.0187835Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:20:02.0188410Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:20:02.0189260Z 2025-06-05 23:20:01,067 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:20:02.0190452Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:20:02.0191955Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:20:02.0193957Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:20:02.0195651Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:20:02.0197011Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:20:02.0197910Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:20:02.0199593Z 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:02.0201095Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:20:02.0202049Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:20:02.0203738Z 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:02.0205404Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:20:02.0206507Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:20:02.0208286Z 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:02.0210412Z 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:02.0212982Z 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:02.0215218Z 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:02.0217354Z 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:02.0219476Z 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:02.0222031Z 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:02.0224566Z 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:02.0227144Z 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:02.0229713Z 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:02.0232447Z 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:02.0235119Z 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:02.0237740Z 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:02.0240431Z 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:05.0560344Z 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:05.0561800Z 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:05.0563295Z 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:05.0564764Z 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:05.0565933Z 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:05.0566832Z 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:05.0567727Z 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:05.0568658Z 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:05.0569487Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0570101Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:20:05.0570676Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0571256Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:20:05.0572067Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0572671Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:20:05.0573279Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0574245Z 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:05.0575875Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:20:05.0576823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 86.7 MB/s eta 0:00:00 2025-06-05T23:20:05.0577530Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0578297Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:20:05.0579018Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0579743Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:20:05.0580443Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0581168Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:20:05.0581874Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0582718Z 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:05.0583971Z 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:05.0585087Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0585923Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:20:05.0587041Z 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:05.0588229Z 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:05.0589125Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0589809Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:20:05.0590495Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0591240Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:20:05.0592377Z 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:05.0593658Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0594579Z 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:05.0621173Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:05.0622093Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:20:05.0622988Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:20:05.0623903Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:20:05.0624787Z 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:05.0625693Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:20:05.0626696Z 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:05.0627710Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:20:05.0628573Z 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:05.0629402Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:20:05.0630259Z 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:05.0631092Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:20:05.0632326Z 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:05.0633846Z 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:05.0635090Z 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:05.0636187Z 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:05.0637151Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:20:05.0638097Z 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:05.0639059Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:20:05.0639993Z 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:05.0640889Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:20:05.0642168Z 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:05.0643912Z 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:05.0645688Z 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:05.0646954Z 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:07.2832310Z 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:07.2833340Z 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:07.2834565Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:07.2835434Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:20:07.2836310Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:07.2837506Z [?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:07.2839170Z 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:07.2840637Z 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:07.2842165Z 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:07.2843170Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:20:07.2843796Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:07.2844457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 116.9 MB/s eta 0:00:00 2025-06-05T23:20:07.2845221Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:20:07.2845965Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:20:07.2846803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.8/27.8 MB 180.0 MB/s eta 0:00:01 2025-06-05T23:20:07.2847529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 137.0 MB/s eta 0:00:00 2025-06-05T23:20:07.2848201Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:20:07.2848829Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:20:07.2849581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 111.0 MB/s eta 0:00:00 2025-06-05T23:20:07.2850256Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:20:07.2850955Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:20:07.2851794Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:07.2852514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 204.8 MB/s eta 0:00:00 2025-06-05T23:20:07.2853142Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:20:07.2853591Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:20:07.2854218Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:20:07.2855044Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:20:07.2855786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 186.2 MB/s eta 0:00:00 2025-06-05T23:20:07.2856577Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:20:07.2857254Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:20:07.2858036Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:20:07.2858674Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:20:07.2859311Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:20:07.2860117Z 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:07.2861065Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:20:07.2861773Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:20:07.2862536Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:20:07.2863311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 42.2/42.3 MB 309.8 MB/s eta 0:00:01 2025-06-05T23:20:07.2864161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 188.9 MB/s eta 0:00:00 2025-06-05T23:20:07.2865003Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:20:07.2865826Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:20:07.2866546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 134.6 MB/s eta 0:00:00 2025-06-05T23:20:07.2867172Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:20:07.2867898Z 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:07.2868847Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:20:07.2869598Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:20:07.2870267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 100.7 MB/s eta 0:00:00 2025-06-05T23:20:07.2870938Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:20:07.2873550Z  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:07.2875883Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:20:07.2877071Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=aec5938ac13776b53cd029c4a0a6fb4778e08ef4c0cd879db28f0f8075e171d0 2025-06-05T23:20:07.2878392Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:20:07.2879062Z Successfully built antlr4-python3-runtime 2025-06-05T23:20:07.2880540Z 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:07.2882095Z [?25l 2025-06-05T23:20:07.2882548Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:20:16.5511506Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:20:16.5513749Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5514487Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5515309Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5515911Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5516497Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5517089Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5517682Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:16.5518307Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:16.5518766Z  Attempting uninstall: fsspec 2025-06-05T23:20:16.5519255Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:16.5519784Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:20:16.5520316Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:16.5520777Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:20:16.5521282Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:16.5521753Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:20:16.5522288Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:20:16.5522925Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:20:16.5523618Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:16.5524203Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:16.5525427Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:16.5526022Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:16.5526598Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:16.5527186Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:16.5527800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:20:16.5528518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:16.5528968Z  Attempting uninstall: timm 2025-06-05T23:20:16.5529434Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:16.5529906Z  Found existing installation: timm 0.6.13 2025-06-05T23:20:16.5530436Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:16.5531008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:16.5531442Z  Uninstalling timm-0.6.13: 2025-06-05T23:20:16.5531899Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:16.5532350Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:20:16.5532836Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:16.5533409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:16.5533958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:16.5534511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:16.5535158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:20:16.5535738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:20:16.5536323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:20:16.5536862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:20:16.5537234Z [?25h 2025-06-05T23:20:16.5539441Z 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:16.5541430Z Processing ./third-party/ao 2025-06-05T23:20:16.5541823Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:16.5542246Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:20:16.5542698Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:16.5543608Z [?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:16.5544698Z 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:16.5545802Z 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:16.5546951Z 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:16.5548132Z 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:16.5549415Z 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:16.5550717Z 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:24.6356364Z 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:24.6358443Z 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:24.6360301Z 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:24.6362327Z 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:24.6364504Z 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:24.6366056Z 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:24.6367462Z 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:24.6369385Z 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:24.6371717Z 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:24.6373334Z 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:24.6374488Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:24.6377390Z  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:24.6379639Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:20:24.6380799Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=f7bec53bd92c9e023a5a69e77bd65414b254a340567f00663ead6ecde91c00e8 2025-06-05T23:20:24.6382022Z Stored in directory: /tmp/pip-ephem-wheel-cache-8rd0a06w/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:20:24.6382925Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:24.6384068Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=dba73e29ed7216717241366cf5d19a8a133de20aac0d400151e5cf69c51bf373 2025-06-05T23:20:24.6385290Z Stored in directory: /tmp/pip-ephem-wheel-cache-8rd0a06w/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:20:24.6386000Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:20:24.6386406Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:24.6386800Z [?25l 2025-06-05T23:20:24.6387173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:24.6387686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:24.6388177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:24.6388722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:20:24.6389191Z [?25h 2025-06-05T23:20:24.6389627Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:20:24.6390266Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:20:24.6390957Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:20:24.6391476Z Processing /pytorch/executorch 2025-06-05T23:20:24.6391889Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:20:24.6393092Z /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:24.6393984Z !! 2025-06-05T23:20:24.6394090Z 2025-06-05T23:20:24.6394208Z ******************************************************************************** 2025-06-05T23:20:24.6395052Z 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:24.6395743Z 2025-06-05T23:20:24.6395956Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:20:24.6396592Z or your builds will no longer be supported. 2025-06-05T23:20:24.6396827Z 2025-06-05T23:20:24.6397187Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:24.6397755Z ******************************************************************************** 2025-06-05T23:20:24.6398003Z 2025-06-05T23:20:24.6398079Z !! 2025-06-05T23:20:24.6398281Z corresp(dist, value, root_dir) 2025-06-05T23:20:24.6399123Z /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:24.6400059Z !! 2025-06-05T23:20:24.6400162Z 2025-06-05T23:20:24.6400279Z ******************************************************************************** 2025-06-05T23:20:24.6400811Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:24.6401220Z 2025-06-05T23:20:24.6401376Z License :: OSI Approved :: BSD License 2025-06-05T23:20:24.6401611Z 2025-06-05T23:20:24.6401955Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:24.6402532Z ******************************************************************************** 2025-06-05T23:20:24.6402765Z 2025-06-05T23:20:24.6402840Z !! 2025-06-05T23:20:24.6403060Z dist._finalize_license_expression() 2025-06-05T23:20:24.6403811Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:24.6404555Z !! 2025-06-05T23:20:24.6404658Z 2025-06-05T23:20:24.6404787Z ******************************************************************************** 2025-06-05T23:20:24.6405310Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:24.6405720Z 2025-06-05T23:20:24.6405853Z License :: OSI Approved :: BSD License 2025-06-05T23:20:24.6406072Z 2025-06-05T23:20:24.6406413Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:24.6406988Z ******************************************************************************** 2025-06-05T23:20:24.6407220Z 2025-06-05T23:20:24.6407309Z !! 2025-06-05T23:20:24.6407515Z self._finalize_license_expression() 2025-06-05T23:20:24.6407815Z running dist_info 2025-06-05T23:20:24.6408149Z creating /tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info 2025-06-05T23:20:24.6408706Z writing /tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/PKG-INFO 2025-06-05T23:20:24.6409495Z writing dependency_links to /tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/dependency_links.txt 2025-06-05T23:20:24.6410300Z writing entry points to /tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/entry_points.txt 2025-06-05T23:20:24.6411057Z writing requirements to /tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/requires.txt 2025-06-05T23:20:24.6411789Z writing top-level names to /tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/top_level.txt 2025-06-05T23:20:24.6412526Z writing manifest file '/tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:24.6413235Z reading manifest file '/tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:24.6413755Z adding license file 'LICENSE' 2025-06-05T23:20:24.6414227Z writing manifest file '/tmp/pip-modern-metadata-pe7w2si5/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:24.6414937Z creating '/tmp/pip-modern-metadata-pe7w2si5/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:20:24.6415643Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:20:24.6416402Z 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:24.6417267Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:24.6418479Z 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:24.6419781Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:20:24.6420642Z 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:24.6421775Z 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:25.6404667Z 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:25.6406097Z 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:25.6407409Z 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:25.6408756Z 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:25.6409872Z 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:25.6410646Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6411873Z 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:25.6413093Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:20:25.6413631Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6414910Z 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:25.6416242Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:20:25.6417077Z 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:25.6418143Z 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:25.6419215Z 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:25.6419947Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6421058Z 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:25.6422229Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:20:25.6423070Z 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:25.6423906Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6425167Z 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:25.6426514Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:20:25.6427130Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6429116Z 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:25.6430453Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:20:25.6431379Z 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:25.6432768Z 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:25.6433647Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6434804Z 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:25.6435924Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:20:25.6436437Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6437557Z 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:25.6438668Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:20:25.6439605Z 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:25.6440847Z 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:25.6442045Z 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:25.6443320Z 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:25.6444679Z 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:25.6445998Z 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:25.6447230Z 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:25.6448392Z 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:25.6449519Z 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:25.6450290Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6451390Z 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:25.6452535Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:20:25.6453371Z 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:25.6454219Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:25.6455480Z 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:25.6456652Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:20:25.6457525Z 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:25.6458450Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:20:25.6459380Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:25.6460058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 108.8 MB/s eta 0:00:00 2025-06-05T23:20:25.6460718Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:20:25.6461212Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:20:25.6461681Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:20:25.6462119Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:20:25.6462578Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:20:25.6463035Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:20:25.6463445Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:20:25.6463858Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:20:25.6464251Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:20:25.6464661Z Building wheels for collected packages: executorch 2025-06-05T23:20:25.6465094Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:20:25.6466109Z /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:25.6466992Z !! 2025-06-05T23:20:25.6467098Z 2025-06-05T23:20:25.6467223Z ******************************************************************************** 2025-06-05T23:20:25.6468046Z 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:25.6468733Z 2025-06-05T23:20:25.6468945Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:20:25.6469402Z or your builds will no longer be supported. 2025-06-05T23:20:25.6469636Z 2025-06-05T23:20:27.4428111Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:27.4429233Z ******************************************************************************** 2025-06-05T23:20:27.4429492Z 2025-06-05T23:20:27.4429569Z !! 2025-06-05T23:20:27.4429783Z corresp(dist, value, root_dir) 2025-06-05T23:20:27.4430698Z /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.4431630Z !! 2025-06-05T23:20:27.4431808Z 2025-06-05T23:20:27.4431941Z ******************************************************************************** 2025-06-05T23:20:27.4432468Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:27.4432893Z 2025-06-05T23:20:27.4433039Z License :: OSI Approved :: BSD License 2025-06-05T23:20:27.4433274Z 2025-06-05T23:20:27.4433623Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:27.4434205Z ******************************************************************************** 2025-06-05T23:20:27.4434440Z 2025-06-05T23:20:27.4434531Z !! 2025-06-05T23:20:27.4434738Z dist._finalize_license_expression() 2025-06-05T23:20:27.4435747Z /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.4436473Z !! 2025-06-05T23:20:27.4436588Z 2025-06-05T23:20:27.4436704Z ******************************************************************************** 2025-06-05T23:20:27.4437237Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:27.4437647Z 2025-06-05T23:20:27.4437769Z License :: OSI Approved :: BSD License 2025-06-05T23:20:27.4438095Z 2025-06-05T23:20:27.4438457Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:27.4439021Z ******************************************************************************** 2025-06-05T23:20:27.4439271Z 2025-06-05T23:20:27.4439351Z !! 2025-06-05T23:20:27.4439578Z self._finalize_license_expression() 2025-06-05T23:20:27.4439876Z running bdist_wheel 2025-06-05T23:20:27.4440123Z running build 2025-06-05T23:20:27.4440350Z command options for 'CustomBuild': 2025-06-05T23:20:27.4440654Z build_base = pip-out 2025-06-05T23:20:27.4440906Z build_purelib = pip-out/lib 2025-06-05T23:20:27.4441239Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:20:27.4441621Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:20:27.4441980Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:20:27.4442326Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:20:27.4442680Z plat_name = linux-x86_64 2025-06-05T23:20:27.4442944Z compiler = None 2025-06-05T23:20:27.4443158Z parallel = None 2025-06-05T23:20:27.4443384Z debug = None 2025-06-05T23:20:27.4443590Z force = None 2025-06-05T23:20:27.4443850Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:27.4444335Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:27.4444955Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:27.4445402Z Preset CMake variables: 2025-06-05T23:20:27.4445576Z 2025-06-05T23:20:27.4445682Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:20:27.4446167Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:20:27.4446545Z 2025-06-05T23:20:27.4446684Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:27.4447073Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:27.4447423Z -- Detecting C compiler ABI info 2025-06-05T23:20:27.4447735Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:27.4448111Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:27.4448492Z -- Detecting C compile features 2025-06-05T23:20:27.4448796Z -- Detecting C compile features - done 2025-06-05T23:20:27.4449103Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:27.4449419Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:27.4449809Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:27.4450206Z -- Detecting CXX compile features 2025-06-05T23:20:27.4450505Z -- Detecting CXX compile features - done 2025-06-05T23:20:27.4450956Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:20:27.4451394Z -- --- Configured Options --- 2025-06-05T23:20:27.4451637Z 2025-06-05T23:20:27.4451776Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:27.4452187Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:27.4452576Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:27.4453017Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:27.4453448Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:27.4453820Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:27.4454154Z -- BUCK2 : 2025-06-05T23:20:27.4454764Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:20:27.4455285Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:20:27.4455631Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:20:27.4455998Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:27.4456368Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:27.4456911Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:27.4457512Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:27.4457891Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:27.4458255Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:20:27.4458626Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:27.4458993Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:27.4459349Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:20:27.4459710Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:20:27.4460073Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:20:27.4460440Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:27.4460799Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:20:27.4461166Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:27.4461531Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:20:27.4461891Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:20:27.4462257Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:27.4462613Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:27.4462988Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:27.4463340Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:27.4463697Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:27.4464063Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:27.4464407Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:20:27.4464763Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:20:27.4465112Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:27.4465481Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:20:27.4465832Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:20:27.4466193Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:27.4466535Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:27.4466894Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:27.4467250Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:27.4467591Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:20:27.4467939Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:27.4468281Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:27.4468636Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:27.4468972Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:27.4469320Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:27.4469659Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:27.4470017Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:27.4470384Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:27.4470724Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:27.4471083Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:27.4471435Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:27.4471914Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:27.4472272Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:27.4472608Z -- -------------------------- 2025-06-05T23:20:27.4473024Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:27.4473817Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:27.4474475Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:27.4474881Z CMake. 2025-06-05T23:20:27.4475007Z 2025-06-05T23:20:27.4475231Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:27.4475767Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:27.4476315Z to work with policies introduced by or earlier. 2025-06-05T23:20:27.4476565Z 2025-06-05T23:20:27.4476570Z 2025-06-05T23:20:27.4476671Z -- pybind11 v2.13.6 2025-06-05T23:20:27.4477216Z -- 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:27.4477927Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:27.4478326Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:27.4478644Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:27.4479160Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:27.4479798Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:27.4480213Z CMake. 2025-06-05T23:20:27.4480325Z 2025-06-05T23:20:27.4480542Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:27.4481091Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:27.4481564Z to work with policies introduced by or earlier. 2025-06-05T23:20:27.4481827Z 2025-06-05T23:20:27.4481831Z 2025-06-05T23:20:27.4481998Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:27.4482452Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:27.4482831Z -- Setting Clang compiler options 2025-06-05T23:20:27.4483537Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:27.4484508Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:27.4485222Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:27.4485624Z CMake. 2025-06-05T23:20:27.4485746Z 2025-06-05T23:20:27.4485963Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:27.4486516Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:27.4486980Z to work with policies introduced by or earlier. 2025-06-05T23:20:27.4487242Z 2025-06-05T23:20:27.4487246Z 2025-06-05T23:20:27.4487628Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:27.4488338Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:27.4488748Z CMake. 2025-06-05T23:20:27.4488859Z 2025-06-05T23:20:27.4489087Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:40.8889212Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:40.8889898Z to work with policies introduced by or earlier. 2025-06-05T23:20:40.8890216Z 2025-06-05T23:20:40.8890223Z 2025-06-05T23:20:40.8890424Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:40.8891084Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:40.8891480Z -- Found Threads: TRUE 2025-06-05T23:20:40.8892121Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:40.8893286Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:40.8893711Z CMake. 2025-06-05T23:20:40.8893826Z 2025-06-05T23:20:40.8894323Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:40.8895023Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:40.8895511Z to work with policies introduced by or earlier. 2025-06-05T23:20:40.8895790Z 2025-06-05T23:20:40.8895797Z 2025-06-05T23:20:40.8895906Z -- Resolved buck2 as buck2. 2025-06-05T23:20:40.8896275Z -- Killing buck2 daemon 2025-06-05T23:20:40.8896516Z 'buck2 killall' 2025-06-05T23:20:40.8896764Z -- executorch: Generating source lists 2025-06-05T23:20:40.8897732Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:40.8898871Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:40.8900151Z '/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:40.8900958Z -- Generating operator lib: 2025-06-05T23:20:40.8901256Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:40.8901779Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:40.8902257Z -- ROOT_OPS: 2025-06-05T23:20:40.8902486Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:40.8903867Z 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:40.8905352Z -- Generating kernel bindings: 2025-06-05T23:20:40.8905653Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:40.8906047Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:40.8906475Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:40.8906731Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:40.8908660Z 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:40.8910587Z -- Generating operator lib: 2025-06-05T23:20:40.8910855Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:40.8911153Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:40.8911438Z -- DEPS: executorch_core 2025-06-05T23:20:40.8911782Z -- Generating operator lib: 2025-06-05T23:20:40.8912055Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:40.8912470Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:20:40.8912883Z -- ROOT_OPS: 2025-06-05T23:20:40.8913108Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:40.8914440Z 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:40.8915889Z -- Generating kernel bindings: 2025-06-05T23:20:40.8916183Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:40.8916585Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:20:40.8917021Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:40.8917269Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:20:40.8919357Z 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:40.8921314Z -- Generating operator lib: 2025-06-05T23:20:40.8921587Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:40.8921896Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:20:40.8922190Z -- DEPS: executorch_core 2025-06-05T23:20:40.8922475Z -- Merging kernel yaml files: 2025-06-05T23:20:40.8922967Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:20:40.8923676Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:20:40.8924475Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:20:40.8925009Z -- Generating operator lib: 2025-06-05T23:20:40.8925381Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:40.8926129Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:20:40.8926712Z -- ROOT_OPS: 2025-06-05T23:20:40.8926945Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:40.8928446Z 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:40.8930010Z -- Generating kernel bindings: 2025-06-05T23:20:40.8930325Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:40.8930934Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:20:40.8931536Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:40.8931786Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:20:40.8933832Z 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:40.8935858Z -- Generating operator lib: 2025-06-05T23:20:40.8936148Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:40.8936552Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:20:40.8936932Z -- DEPS: executorch_core 2025-06-05T23:20:40.8937417Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:40.8938061Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:40.8938463Z CMake. 2025-06-05T23:20:40.8938580Z 2025-06-05T23:20:40.8938815Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:40.8939359Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:40.8939844Z to work with policies introduced by or earlier. 2025-06-05T23:20:40.8940095Z 2025-06-05T23:20:40.8940100Z 2025-06-05T23:20:40.8940218Z -- Looking for C++ include unistd.h 2025-06-05T23:20:40.8940529Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:40.8940855Z -- Looking for C++ include stdint.h 2025-06-05T23:20:40.8941161Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:40.8941495Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:40.8941815Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:40.8942149Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:40.8942474Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:40.8942815Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:40.8943144Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:40.8943546Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:40.8943878Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:40.8944196Z -- Looking for C++ include stddef.h 2025-06-05T23:20:40.8944512Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:40.8944819Z -- Check size of uint32_t 2025-06-05T23:20:40.8945092Z -- Check size of uint32_t - done 2025-06-05T23:20:40.8945368Z -- Looking for strtoll 2025-06-05T23:20:40.8945630Z -- Looking for strtoll - found 2025-06-05T23:20:40.8946015Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:20:40.8946510Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:20:40.8946856Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:20:40.8947452Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:20:40.8948034Z -- Generating microkernels.cmake 2025-06-05T23:20:40.8948402Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:20:40.8948833Z No microkernel found in src/reference/packing.cc 2025-06-05T23:20:40.8949242Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:20:40.8950000Z '/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:40.8950708Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:20:40.8951036Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:20:40.8951367Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:20:40.8951842Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:20:40.8952281Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:20:40.8952660Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:20:40.8953355Z 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:40.8954072Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:20:40.8954423Z Call Stack (most recent call first): 2025-06-05T23:20:40.8955105Z /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:40.8955798Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:20:40.8956151Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:20:40.8956362Z 2025-06-05T23:20:40.8956367Z 2025-06-05T23:20:40.8956662Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:20:40.8957650Z -- 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:40.8958461Z -- Generating operator lib: 2025-06-05T23:20:41.6702923Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:41.6703769Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:41.6704619Z -- ROOT_OPS: 2025-06-05T23:20:41.6705076Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:41.6706646Z 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:41.6708183Z -- Generating kernel bindings: 2025-06-05T23:20:41.6708648Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:41.6709148Z -- FUNCTIONS_YAML: 2025-06-05T23:20:41.6709748Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:41.6710488Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:41.6717822Z 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:41.6725126Z -- Generating operator lib: 2025-06-05T23:20:41.6725631Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:41.6726122Z -- OPS_SCHEMA_YAML: 2025-06-05T23:20:41.6730797Z -- 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:41.6735631Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:41.6742362Z 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:41.6749669Z -- Generating kernel bindings: 2025-06-05T23:20:41.6750191Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:41.6750653Z -- FUNCTIONS_YAML: 2025-06-05T23:20:41.6751169Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:41.6751856Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:41.6752154Z -- Generating custom ops aot lib: 2025-06-05T23:20:41.6752521Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:41.6753394Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:20:41.6754312Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:20:41.6755466Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:20:41.6756279Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:20:41.6757076Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:20:41.6757863Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:20:41.6758685Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:20:41.6759494Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:20:41.6760620Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:20:41.6761852Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:20:41.6762648Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:20:41.6763747Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:20:41.6764713Z -- Generating operator lib: 2025-06-05T23:20:41.6765161Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:41.6765879Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:41.6766782Z -- ROOT_OPS: 2025-06-05T23:20:41.6767197Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:41.6769470Z 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:41.6774733Z -- Generating kernel bindings: 2025-06-05T23:20:41.6775216Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:41.6775677Z -- FUNCTIONS_YAML: 2025-06-05T23:20:41.6776264Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:41.6776953Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:41.6777459Z -- Generating operator lib: 2025-06-05T23:20:41.6777910Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:41.6778467Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:20:41.6779003Z -- DEPS: portable_lib 2025-06-05T23:20:41.6779416Z -- Generating operator lib: 2025-06-05T23:20:41.6779876Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:41.6780352Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:20:41.6780879Z -- DEPS: executorch_core 2025-06-05T23:20:41.6781334Z -- Configuring done (15.0s) 2025-06-05T23:20:41.6781798Z -- Generating done (0.4s) 2025-06-05T23:20:41.6782677Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:41.6784859Z 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:41.6786692Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:20:41.6787408Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:41.6788586Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:20:41.6790050Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:20:41.6791401Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:20:41.6796200Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:20:41.6797622Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:20:41.6798678Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:20:41.6799122Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:41.6799589Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:20:41.6799973Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:41.6800409Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:20:41.6800796Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:41.6801274Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:20:41.6801809Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:41.6802456Z CMake Warning: 2025-06-05T23:20:41.6802913Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:41.6803187Z 2025-06-05T23:20:41.6803438Z 2025-06-05T23:20:41.6803688Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:41.6804295Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:41.6804711Z CMake. 2025-06-05T23:20:41.6804869Z 2025-06-05T23:20:41.6805099Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:41.6805711Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:41.6806307Z to work with policies introduced by or earlier. 2025-06-05T23:20:41.6806629Z 2025-06-05T23:20:41.6806634Z 2025-06-05T23:20:41.6806719Z CMake Warning: 2025-06-05T23:20:41.6807029Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:41.6807365Z 2025-06-05T23:20:41.6807369Z 2025-06-05T23:20:41.6807504Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:41.6807939Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:41.6808310Z git describe failed with exit code: 128 2025-06-05T23:20:41.6808542Z 2025-06-05T23:20:41.6808768Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:41.6809152Z Call Stack (most recent call first): 2025-06-05T23:20:41.6809503Z CMakeLists.txt:5 (include) 2025-06-05T23:20:41.6809678Z 2025-06-05T23:20:41.6809682Z 2025-06-05T23:20:41.6809803Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:41.6810388Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:20:41.6811287Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:20:43.0024057Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:20:43.0025508Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:20:43.0026679Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:43.0027339Z -- Detecting C compiler ABI info 2025-06-05T23:20:43.0028128Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:20:43.0028865Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:20:43.0029405Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:20:43.0029971Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:20:43.0030556Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:43.0030917Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:43.0031239Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:43.0031567Z [ 2%] Built target pthreadpool 2025-06-05T23:20:43.0032204Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:20:43.0032818Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:43.0033211Z -- Detecting C compile features 2025-06-05T23:20:43.0033508Z -- Detecting C compile features - done 2025-06-05T23:20:43.0034126Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:20:43.0034985Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:43.0035429Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:43.0035830Z -- Setting Clang compiler options 2025-06-05T23:20:43.0036512Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:43.0037221Z -- Configuring done (0.3s) 2025-06-05T23:20:43.0037483Z -- Generating done (0.0s) 2025-06-05T23:20:43.0038707Z [ 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:43.0039998Z [ 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:43.0041305Z -- 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:43.0042206Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:20:43.0042681Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:43.0043429Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:20:43.0044001Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:43.0044545Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:20:43.0045178Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:43.0045577Z -- Detecting CXX compile features 2025-06-05T23:20:43.0045880Z -- Detecting CXX compile features - done 2025-06-05T23:20:43.0046302Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:43.0046700Z -- Looking for strtof_l 2025-06-05T23:20:43.0047214Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:20:43.0047865Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:43.0048502Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:20:43.0049153Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:43.0049822Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:20:43.0050400Z -- Looking for strtof_l - found 2025-06-05T23:20:43.0050680Z -- Looking for strtoull_l 2025-06-05T23:20:43.0051072Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:43.0051618Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:43.0052344Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:20:43.0053234Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:43.0054107Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:20:43.0054874Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:43.0055646Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:43.0056521Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:20:43.0057095Z [ 21%] Built target flatccrt 2025-06-05T23:20:43.0057547Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:20:43.0058053Z -- Looking for strtoull_l - found 2025-06-05T23:20:43.0058340Z -- Looking for realpath 2025-06-05T23:20:43.0058790Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:20:43.0059762Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:20:43.0060836Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:43.0061672Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:20:43.0062739Z [ 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:43.0063677Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:20:43.0064426Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:20:43.0065161Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:20:43.0065892Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:20:43.0066747Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:20:43.0067574Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:20:43.0068162Z -- Looking for realpath - found 2025-06-05T23:20:43.0068497Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:43.0069317Z [ 3%] 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:43.0070075Z -- Configuring done (1.1s) 2025-06-05T23:20:43.0070601Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:20:43.0071402Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:20:43.0072233Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:20:43.0072715Z -- Generating done (0.0s) 2025-06-05T23:20:43.0073572Z -- 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:43.0074559Z [ 3%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:43.0075109Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:20:43.0075857Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:20:43.0076517Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:43.0076996Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:43.0077491Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:43.0078130Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:20:43.0078960Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:20:43.0079705Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:20:43.0080627Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:20:43.0081638Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:20:43.0082207Z [ 3%] Linking C static library libcpuinfo.a 2025-06-05T23:20:43.0082627Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:20:43.0083021Z [ 3%] Built target cpuinfo 2025-06-05T23:20:43.0083543Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:20:43.0084560Z [ 3%] 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:43.0085750Z [ 3%] 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:43.0087005Z [ 3%] 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:43.0087828Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:20:43.0088307Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:43.0088795Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:20:43.9750183Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:20:43.9752656Z [ 3%] 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:43.9754488Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:20:43.9755712Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:20:43.9757269Z [ 4%] 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:43.9758841Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:43.9759778Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:43.9760695Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:20:43.9761890Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:20:43.9763711Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:20:43.9765703Z [ 4%] 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:43.9767680Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:20:43.9769288Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:20:43.9770497Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:20:43.9771438Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:20:43.9772745Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:20:43.9774587Z [ 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:43.9776345Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:20:43.9777708Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:20:43.9779111Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:20:43.9780248Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:43.9781402Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:20:43.9782596Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:20:43.9784296Z [ 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:43.9786742Z [ 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:43.9789476Z [ 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:43.9791458Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:20:43.9793462Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:20:43.9794654Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:20:43.9795849Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:20:43.9797384Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:20:43.9798499Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:20:43.9799511Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:20:43.9800524Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:20:43.9802374Z [ 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:43.9803974Z [ 7%] Built target logging 2025-06-05T23:20:43.9805428Z [ 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:43.9807404Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:20:43.9808934Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:20:43.9810182Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:43.9811216Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:20:43.9812378Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:20:43.9813480Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:20:43.9814346Z [ 7%] Linking CXX static library libeigen_blas.a 2025-06-05T23:20:43.9815148Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:43.9815914Z [ 7%] Built target eigen_blas 2025-06-05T23:20:43.9816642Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:43.9818361Z [ 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:43.9820083Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:20:43.9821421Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:20:43.9823099Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:20:43.9825053Z [ 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:43.9826747Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:20:43.9827565Z [ 7%] Built target microparams-init 2025-06-05T23:20:43.9828081Z [ 7%] Built target indirection 2025-06-05T23:20:43.9829071Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:20:43.9830292Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:43.9831931Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:20:43.9833307Z [ 93%] Built target flatcc 2025-06-05T23:20:43.9834141Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:20:43.9835616Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:20:43.9836933Z [ 7%] Built target normalization 2025-06-05T23:20:43.9837950Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:20:43.9839224Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:20:43.9840535Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:20:43.9841647Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:43.9842634Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:20:43.9843453Z [100%] Built target flatcc_cli 2025-06-05T23:20:43.9844035Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:20:43.9845051Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:20:43.9845998Z [ 7%] Built target allocator 2025-06-05T23:20:43.9846477Z [ 21%] Built target flatccrt 2025-06-05T23:20:43.9847753Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:20:43.9849503Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:20:43.9850421Z [ 7%] Built target cache 2025-06-05T23:20:43.9850871Z [ 93%] Built target flatcc 2025-06-05T23:20:43.9851337Z [ 7%] Built target packing 2025-06-05T23:20:43.9852420Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:20:43.9853984Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:20:43.9854871Z [100%] Built target flatcc_cli 2025-06-05T23:20:43.9855354Z Install the project... 2025-06-05T23:20:43.9855806Z -- Install configuration: "" 2025-06-05T23:20:43.9857020Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:20:43.9859033Z -- 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:43.9861159Z -- 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:43.9913021Z -- 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:43.9915274Z -- 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:43.9929536Z -- 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:43.9931781Z -- 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:43.9933954Z -- 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:43.9936173Z -- 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:43.9938465Z -- 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:43.9941016Z -- 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:43.9943331Z -- 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:43.9945517Z -- 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:43.9948025Z -- 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:43.9950350Z -- 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:43.9952756Z -- 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:43.9955708Z -- 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:43.9957898Z -- 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:43.9960180Z -- 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:43.9962462Z -- 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:43.9964837Z -- 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:43.9967206Z -- 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:43.9969530Z -- 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:43.9971742Z -- 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:43.9974101Z -- 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:43.9976530Z -- 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:43.9979048Z -- 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:43.9981506Z -- 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:43.9983932Z -- 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:43.9986292Z -- 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:43.9988615Z -- 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:43.9990930Z -- 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:43.9993692Z -- 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:43.9995695Z -- 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:43.9998067Z -- 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:44.0000653Z -- 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:44.0002281Z -- 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:44.0003631Z -- 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:44.0004915Z -- 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:44.0006176Z -- 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:44.0008215Z -- 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:44.0010565Z -- 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:44.0013068Z -- 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:44.0015508Z -- 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:44.0017943Z -- 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:44.0020266Z -- 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:44.0022527Z -- 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:44.0024832Z -- 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:44.0027161Z -- 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:44.0029464Z -- 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:44.0031901Z -- 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:44.0034227Z -- 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:44.0036451Z -- 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:44.0038768Z -- 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:44.0041322Z -- 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:44.6399674Z -- 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:44.6401361Z -- 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:44.6403012Z -- 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:44.6404335Z -- 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:44.6405593Z -- 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:44.6406880Z -- 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:44.6408397Z -- 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:44.6410647Z -- 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:44.6412995Z -- 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:44.6415173Z -- 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:44.6417456Z -- 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:44.6419951Z -- 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:44.6422742Z -- 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:44.6425386Z -- 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:44.6427881Z -- 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:44.6430296Z -- 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:44.6432565Z -- 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:44.6434730Z -- 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:44.6437063Z -- 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:44.6439419Z -- 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:44.6442083Z -- 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:44.6444464Z -- 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:44.6446630Z -- 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:44.6448445Z -- 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:44.6450051Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:20:44.6450745Z [ 7%] Built target datatype 2025-06-05T23:20:44.6451038Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:20:44.6451770Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:20:44.6452512Z [ 7%] Built target flatcc_external_project 2025-06-05T23:20:44.6453122Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:20:44.6453767Z [ 7%] Built target microkernel-utils 2025-06-05T23:20:44.6454477Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:20:44.6455300Z [ 7%] Built target memory 2025-06-05T23:20:44.6456494Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:20:44.6457277Z [ 7%] Built target mutex 2025-06-05T23:20:44.6457825Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:20:44.6459101Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:44.6460637Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:20:44.6462066Z [ 7%] Built target operator-utils 2025-06-05T23:20:44.6462757Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:44.6463685Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:44.6464430Z [ 7%] Built target reference-ukernels 2025-06-05T23:20:44.6464810Z [ 7%] Built target operator-run 2025-06-05T23:20:44.6465306Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:44.6466212Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:20:44.6467051Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:44.6468037Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:20:44.6469424Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:20:44.6470333Z [ 8%] Built target hardware-config 2025-06-05T23:20:44.6471031Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:20:44.6472001Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:44.6472687Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:44.6473636Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:44.6474429Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:44.6475182Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:44.6475715Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:44.6476603Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:44.6477519Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:44.6479130Z [ 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:44.6480658Z [ 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:44.6481560Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:44.6482045Z [ 9%] Built target flatccrt 2025-06-05T23:20:44.6482614Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:20:44.6483712Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:20:44.6484504Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:44.6485401Z [ 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:44.6486547Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:20:44.6487596Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:20:44.6488375Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:44.6488952Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:44.6489540Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:45.9909507Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:45.9911052Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:20:45.9915261Z [ 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:45.9917289Z [ 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:45.9918368Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:20:45.9919379Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:20:45.9920351Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:20:45.9921407Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:20:45.9922191Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:45.9922873Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:45.9923862Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:20:45.9925121Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:45.9926606Z [ 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:45.9928913Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:45.9930385Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:20:45.9931477Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:45.9932288Z [ 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:45.9933396Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:20:45.9934961Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:20:45.9935960Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:20:45.9936825Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:45.9937333Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:45.9938049Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:20:45.9939175Z [ 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:45.9940255Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:20:45.9941232Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:20:45.9942051Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:45.9942843Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:45.9943633Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:45.9944865Z [ 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:45.9946105Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:20:45.9947062Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:20:45.9947967Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:45.9948598Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:45.9949521Z [ 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:45.9950650Z [ 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:45.9952080Z [ 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:45.9953303Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:20:45.9954230Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:45.9955143Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:20:45.9956079Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:20:45.9957056Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:20:45.9958236Z [ 12%] 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:45.9959418Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:20:45.9960454Z [ 12%] 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:45.9961585Z [ 13%] 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:45.9962782Z [ 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:45.9963920Z [ 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:45.9964657Z [100%] Linking CXX executable flatc 2025-06-05T23:20:45.9964953Z [ 13%] Built target operators 2025-06-05T23:20:45.9965510Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:20:45.9966505Z [ 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:45.9968272Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:20:45.9969717Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:20:45.9971223Z [ 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:45.9973281Z [ 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:45.9975909Z [ 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:45.9977426Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:20:45.9978579Z [ 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:45.9979691Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:20:45.9980703Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:20:45.9982824Z [ 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:45.9983987Z [ 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:45.9984982Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:20:45.9985985Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:20:45.9987136Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:20:45.9988171Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:20:45.9989230Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:20:45.9990752Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:20:45.9992634Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:20:46.8347699Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:20:46.8349778Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:20:46.8351984Z [ 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:46.8354528Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:20:46.8356539Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:20:46.8358702Z [ 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:46.8360905Z [ 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:46.8362884Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:20:46.8364754Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:20:46.8366774Z [ 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:46.8368907Z [ 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:46.8370905Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:20:46.8372780Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:20:46.8374905Z [ 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:46.8376931Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:20:46.8379069Z [ 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:46.8381549Z [ 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:46.8383676Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:20:46.8385679Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:20:46.8387624Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:20:46.8389460Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:20:46.8392299Z [ 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:46.8395126Z [ 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:46.8397245Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:20:46.8399369Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:20:46.8401356Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:20:46.8403633Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:20:46.8405670Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:20:46.8407656Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:20:46.8409460Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:20:46.8411475Z [ 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:46.8413442Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:20:46.8415384Z [ 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:46.8417380Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:20:46.8419465Z [ 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:46.8421453Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:20:46.8423422Z [ 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:46.8425849Z [ 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:46.8428307Z [ 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:46.8429715Z [ 17%] Built target subgraph 2025-06-05T23:20:46.8431101Z [ 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:46.8433698Z [ 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:46.8435196Z [100%] Built target flatc 2025-06-05T23:20:46.8436641Z [ 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:46.8438278Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:46.8439900Z [ 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:46.8442332Z [ 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:46.8444735Z [ 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:46.8447141Z [ 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:46.8449720Z [ 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:46.8452367Z [ 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:46.8453904Z [100%] Built target flatc 2025-06-05T23:20:46.8454379Z Install the project... 2025-06-05T23:20:46.8454847Z -- Install configuration: "" 2025-06-05T23:20:46.8456252Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:46.8458613Z -- 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:46.8461206Z -- 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:46.8463674Z -- 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:46.8466161Z -- 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:46.8469077Z -- 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:46.8472038Z -- 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:46.8474699Z -- 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:46.8477335Z -- 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:47.2619836Z -- 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:47.2622424Z -- 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:47.2625023Z -- 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:47.2627590Z -- 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:47.2630139Z -- 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:47.2632801Z -- 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:47.2635267Z -- 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:47.2637701Z -- 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:47.2640164Z -- 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:47.2642463Z -- 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:47.2644988Z -- 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:47.2647803Z -- 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:47.2650395Z -- 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:47.2652991Z -- 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:47.2655459Z -- 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:47.2658272Z -- 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:47.2660794Z -- 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:47.2663419Z -- 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:47.2665880Z -- 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:47.2668307Z -- 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:47.2670768Z -- 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:47.2673221Z -- 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:47.2675693Z -- 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:47.2678280Z -- 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:47.2680856Z -- 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:47.2683519Z -- 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:47.2686329Z -- 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:47.2689320Z -- 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:47.2691853Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:47.2695631Z [ 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:47.2697994Z [ 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:47.2700566Z -- 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:47.2703325Z -- 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:47.2705130Z [ 18%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:47.2706943Z [ 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:47.2709336Z [ 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:47.2712089Z [ 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:47.2713793Z [ 18%] Built target flatbuffers_external_project 2025-06-05T23:20:47.2715476Z [ 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:47.2718043Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:20:47.2720462Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:20:47.2721991Z [ 18%] Generating common_schema headers 2025-06-05T23:20:47.2723456Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:20:47.2724872Z [ 20%] Generating xnnpack_schema headers 2025-06-05T23:20:47.2725455Z [ 20%] Built target common_schema 2025-06-05T23:20:47.2726009Z [ 20%] Generating program_schema headers 2025-06-05T23:20:47.2726586Z [ 20%] Built target program_schema 2025-06-05T23:20:47.2727138Z [ 20%] Built target xnnpack_schema 2025-06-05T23:20:47.2728668Z [ 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:47.2731173Z [ 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:47.2733498Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:47.2735356Z [ 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:47.2737089Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:47.2738780Z [ 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:47.2740753Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:47.2742449Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:47.2744530Z [ 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:47.2746536Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:47.2747833Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:47.2749046Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:48.4439148Z [ 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:48.4441037Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:48.4442187Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:48.4443380Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:48.4445011Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:48.4446187Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:48.4448036Z [ 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:48.4449939Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:48.4451475Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:48.4452703Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:48.4454090Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:20:48.4456018Z [ 22%] 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:48.4457574Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:48.4459127Z [ 22%] 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:48.4460490Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:48.4461950Z [ 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:48.4463302Z [ 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:48.4464506Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:48.4465163Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:48.4465819Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:48.4466496Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:48.4467493Z [ 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:48.4469027Z [ 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:48.4470953Z [ 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:48.4473093Z [ 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:48.4474371Z [ 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:48.4475620Z [ 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:48.4476431Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:48.4477248Z [ 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:48.4478203Z [ 23%] Built target executorch_core 2025-06-05T23:20:48.4479227Z [ 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:48.4480802Z [ 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:48.4482233Z [ 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:48.4483670Z [ 23%] 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:48.4485204Z [ 23%] 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:48.4486685Z [ 23%] 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:48.4488151Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:20:48.4489196Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:48.4489843Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:48.4490489Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:48.4491190Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:20:48.4492000Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:20:48.4494158Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:20:48.4495713Z [ 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:48.4497171Z [ 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:48.4498602Z [ 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:48.4499660Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:20:48.4500234Z [ 24%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:48.4500843Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:20:48.4501413Z [ 24%] Built target executorch 2025-06-05T23:20:48.4501960Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:20:48.4502778Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:20:48.4503652Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:20:48.4504866Z [ 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:48.4506007Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:20:48.4506839Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:20:48.4507980Z [ 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:48.4509088Z [ 24%] Linking CXX static library libextension_tensor.a 2025-06-05T23:20:48.4509734Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:20:48.4510860Z [ 25%] 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:48.4511812Z [ 25%] Built target extension_tensor 2025-06-05T23:20:48.4512536Z [ 25%] 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:48.4513441Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:20:48.4513879Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:20:48.4514250Z [ 25%] Built target extension_data_loader 2025-06-05T23:20:48.4514574Z [ 25%] Generating etdump headers 2025-06-05T23:20:48.4514974Z [ 25%] Built target extension_threadpool 2025-06-05T23:20:48.4515454Z [ 25%] Generating bundled_program headers 2025-06-05T23:20:48.4516212Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:20:48.4517466Z [ 25%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:20:48.4518685Z [ 25%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:20:50.2207260Z [ 25%] 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:50.2209139Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:50.2210936Z [ 25%] 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:50.2212905Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:20:50.2214356Z [ 27%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:20:50.2216174Z [ 27%] 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:50.2218585Z [ 27%] 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:50.2220151Z [ 27%] Linking CXX static library libbundled_program.a 2025-06-05T23:20:50.2221353Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:20:50.2222398Z [ 27%] Built target bundled_program 2025-06-05T23:20:50.2223160Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:20:50.2224321Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:20:50.2225876Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:20:50.2227363Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:20:50.2229115Z [ 27%] 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:50.2231398Z [ 27%] 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:50.2233515Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:20:50.2235660Z [ 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:50.2238011Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:20:50.2239439Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:20:50.2240824Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:20:50.2241875Z [ 29%] Linking CXX static library libcpublas.a 2025-06-05T23:20:50.2243473Z [ 29%] 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:50.2245304Z [ 29%] Built target cpublas 2025-06-05T23:20:50.2246806Z [ 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:50.2248908Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:20:50.2250523Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:20:50.2252109Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:20:50.2253162Z [ 29%] Linking CXX static library libetdump.a 2025-06-05T23:20:50.2253728Z [ 29%] Built target etdump 2025-06-05T23:20:50.2254725Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:20:50.2255839Z [ 29%] Linking CXX static library libutil.a 2025-06-05T23:20:50.2256447Z [ 29%] Built target util 2025-06-05T23:20:50.2257395Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:50.2258983Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:20:50.2261820Z [ 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:50.2263967Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:20:50.2265692Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:20:50.2267356Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:20:50.2268917Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:20:50.2270523Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:20:50.2272159Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:20:50.2274132Z [ 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:50.2276249Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:20:50.2277935Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:20:50.2279420Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:20:50.2280980Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:20:50.2282889Z [ 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:50.2284719Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:20:50.2286290Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:20:50.2288252Z [ 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:50.2290064Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:20:50.2291635Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:20:50.2293431Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:20:50.2295353Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:20:50.2297360Z [ 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:50.2299672Z [ 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:50.2301705Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:20:50.2303727Z [ 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:50.2305839Z [ 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:50.2307774Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:20:50.2309306Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:20:50.2310836Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:20:50.2312502Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:20:50.2314484Z [ 32%] 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:50.2316864Z [ 32%] 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:50.2319074Z [ 32%] 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:50.2320929Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:20:50.2322124Z [ 32%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:20:50.2323294Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:20:50.2324371Z [ 32%] Built target kernels_util_all_deps 2025-06-05T23:20:50.2325447Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:20:50.2326965Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:20:50.2328383Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:52.5748279Z [ 32%] 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.5750416Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:20:52.5752197Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:20:52.5754604Z [ 32%] 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.5756924Z [ 32%] 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.5758966Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:20:52.5760641Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:20:52.5762192Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:52.5763716Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:52.5765546Z [ 32%] 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.5767455Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:52.5769431Z [ 32%] 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.5771851Z [ 32%] 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.5774403Z [ 32%] 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:52.5776958Z [ 32%] 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:52.5779002Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:20:52.5780628Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:20:52.5782835Z [ 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:52.5785341Z [ 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:52.5787303Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:20:52.5789251Z [ 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:52.5791577Z [ 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:52.5794277Z [ 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:52.5796337Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:20:52.5797930Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:20:52.5800083Z [ 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:52.5802673Z [ 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:52.5805229Z [ 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:52.5807454Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:20:52.5809753Z [ 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:52.5811755Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:20:52.5813525Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:20:52.5815278Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:20:52.5817366Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:20:52.5819638Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:20:52.5821433Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:52.5822945Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:20:52.5824963Z [ 34%] 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:52.5827355Z [ 34%] 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:52.5829710Z [ 34%] 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:52.5831788Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:20:52.5833386Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:20:52.5835037Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:20:52.5836958Z [ 34%] 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:52.5839415Z [ 34%] 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:52.5841576Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:20:52.5843156Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:52.5844565Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:20:52.5846490Z [ 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:52.5848843Z [ 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:52.5850723Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:52.5852653Z [ 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:52.5855043Z [ 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:52.5857082Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:20:52.5858535Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:20:52.5860533Z [ 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:52.5862357Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:20:52.5864123Z [ 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:52.5865983Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:52.5867982Z [ 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:52.5870016Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:20:52.5871542Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:20:52.5873700Z [ 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:52.5875781Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:56.2225744Z [ 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:56.2227316Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:20:56.2228202Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:20:56.2229373Z [ 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:56.2230494Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:20:56.2231713Z [ 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:56.2233057Z [ 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:56.2234259Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:20:56.2235648Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:56.2237000Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:20:56.2238852Z [ 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:56.2241221Z [ 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:56.2243490Z [ 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:56.2245829Z [ 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:56.2247710Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:20:56.2249279Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:20:56.2251364Z [ 37%] 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:56.2253388Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:20:56.2255777Z [ 38%] 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:56.2257780Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:20:56.2259741Z [ 38%] 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:56.2261688Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:20:56.2263384Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:20:56.2265197Z [ 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:56.2267629Z [ 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:56.2269657Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:20:56.2271765Z [ 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:56.2274319Z [ 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:56.2276378Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:20:56.2278404Z [ 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:56.2279868Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:20:56.2280699Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:20:56.2281754Z [ 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:56.2283047Z [ 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:56.2284118Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:20:56.2285000Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:20:56.2286124Z [ 39%] 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:56.2287195Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:20:56.2288269Z [ 39%] 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:56.2289375Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:20:56.2290459Z [ 39%] 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:56.2291524Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:20:56.2292306Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:20:56.2294641Z [ 39%] 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:56.2295728Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:20:56.2296812Z [ 39%] 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:56.2298208Z [ 39%] 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:56.2299661Z [ 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:56.2300719Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:20:56.2301541Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:20:56.2302601Z [ 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:56.2303889Z [ 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:56.2305158Z [ 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:56.2306499Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:20:56.2307668Z [ 41%] 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:56.2309311Z [ 41%] 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:56.2311349Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:20:56.2312588Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:20:56.2313694Z [ 41%] 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:56.2314795Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:20:59.5779671Z [ 41%] 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:59.5782351Z [ 41%] 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:59.5784149Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:20:59.5785540Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:20:59.5787395Z [ 41%] 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:59.5789733Z [ 41%] 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:59.5791920Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:20:59.5795857Z [ 41%] 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:59.5798618Z [ 41%] 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:59.5801085Z [ 41%] 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:59.5803146Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:20:59.5805146Z [ 41%] 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:20:59.5807575Z [ 41%] 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:20:59.5809625Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:20:59.5811781Z [ 41%] 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:20:59.5813976Z [ 43%] 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:20:59.5815890Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:20:59.5817826Z [ 43%] 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:20:59.5819795Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:20:59.5821849Z [ 43%] 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:20:59.5824279Z [ 43%] 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:20:59.5826707Z [ 43%] 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:20:59.5828663Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:20:59.5830523Z [ 43%] 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:20:59.5833189Z [ 43%] 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:20:59.5835470Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:20:59.5837803Z [ 43%] 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:20:59.5839871Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:20:59.5841075Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:20:59.5842788Z [ 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:20:59.5844900Z [ 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:20:59.5846569Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:20:59.5848204Z [ 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:20:59.5849653Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:20:59.5850858Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:20:59.5852347Z [ 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:20:59.5853916Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:20:59.5855386Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:20:59.5857227Z [ 44%] 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:20:59.5858811Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:20:59.5860138Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:20:59.5861765Z [ 44%] 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:20:59.5863669Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:20:59.5865674Z [ 44%] 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:20:59.5867911Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:20:59.5869974Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:20:59.5872044Z [ 45%] 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:20:59.5874616Z [ 45%] 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:20:59.5877032Z [ 45%] 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:20:59.5879109Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:20:59.5881167Z [ 45%] 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:20:59.5883556Z [ 45%] 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:20:59.5885857Z [ 45%] 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:20:59.5888104Z [ 45%] 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:20:59.5890147Z [ 45%] 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:20:59.5892076Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:20:59.5894151Z [ 45%] 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:20:59.5896694Z [ 45%] 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:20:59.5899047Z [ 45%] 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:20:59.5901408Z [ 45%] 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.5753512Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:21:01.5756055Z [ 45%] 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.5758342Z [ 45%] 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.5760457Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:21:01.5762645Z [ 45%] 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.5764590Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:21:01.5766444Z [ 46%] 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.5768651Z [ 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:01.5770970Z [ 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:01.5772848Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:21:01.5774789Z [ 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:01.5777040Z [ 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:01.5779265Z [ 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:01.5781144Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:21:01.5782855Z [ 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:01.5785009Z [ 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:01.5787103Z [ 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:01.5789198Z [ 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:01.5791042Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:21:01.5794542Z [ 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:01.5796695Z [ 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:01.5798538Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:21:01.5800689Z [ 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:01.5802527Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:21:01.5804130Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:21:01.5806002Z [ 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:01.5807948Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:21:01.5809911Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:21:01.5811792Z [ 48%] 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:01.5813707Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:21:01.5815684Z [ 48%] 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:01.5817728Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:21:01.5819381Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:21:01.5821195Z [ 49%] 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:01.5823039Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:21:01.5824613Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:21:01.5826522Z [ 49%] 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:01.5828383Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:21:01.5830020Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:21:01.5832081Z [ 49%] 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:01.5834076Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:21:01.5835797Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:21:01.5837786Z [ 49%] 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:01.5840006Z [ 49%] 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:01.5842004Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:21:01.5843592Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:21:01.5845440Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:21:01.5847581Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:21:01.5849667Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:21:01.5852647Z [ 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:01.5854819Z [ 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:01.5856681Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:21:01.5858211Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:21:01.5860096Z [ 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:01.5862475Z [ 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:01.5864337Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:21:01.5865967Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:21:01.5867931Z [ 50%] 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:01.5869923Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:21:01.5871818Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:21:01.5873768Z [ 50%] 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:01.5875968Z [ 50%] 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:01.5877880Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:21:01.5884585Z [ 50%] 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.3441461Z [ 51%] 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.3443709Z [ 51%] 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.3445897Z [ 51%] 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.3447808Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:21:03.3449419Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:21:03.3451403Z [ 51%] 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.3453688Z [ 51%] 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:03.3455908Z [ 51%] 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:03.3458015Z [ 51%] 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:03.3459814Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:21:03.3461508Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:21:03.3463885Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:21:03.3465916Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:21:03.3467943Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:21:03.3470230Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:21:03.3472515Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:21:03.3474216Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:21:03.3475890Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:21:03.3477818Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:21:03.3480143Z [ 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:03.3482838Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:21:03.3484357Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:21:03.3486321Z [ 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:03.3488599Z [ 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:03.3490821Z [ 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:03.3494064Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:21:03.3495745Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:21:03.3497788Z [ 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:03.3500109Z [ 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:03.3501940Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:21:03.3503613Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:21:03.3505242Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:21:03.3507231Z [ 54%] 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:03.3509255Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:21:03.3511180Z [ 54%] 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:03.3513649Z [ 54%] 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:03.3515932Z [ 54%] 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:03.3518511Z [ 54%] 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:03.3520779Z [ 54%] 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:03.3522725Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:21:03.3524327Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:21:03.3526120Z [ 54%] 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:03.3528131Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:21:03.3529999Z [ 54%] 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:03.3532116Z [ 54%] 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:03.3533911Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:21:03.3535450Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:21:03.3537304Z [ 54%] 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:03.3539590Z [ 54%] 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:03.3541598Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:21:03.3543175Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:21:03.3545079Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:21:03.3547070Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:21:03.3548853Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:21:03.3550887Z [ 54%] 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:03.3553156Z [ 54%] 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:03.3555467Z [ 55%] 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:03.3557816Z [ 55%] 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:03.3559790Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:21:03.3561345Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:21:03.3563314Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:21:03.3565564Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:21:03.3567789Z [ 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:04.8495748Z [ 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:04.8497569Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:21:04.8499051Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:21:04.8500797Z [ 56%] 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:04.8502578Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:21:04.8504414Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:21:04.8505877Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:21:04.8506996Z [ 56%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:21:04.8508394Z [ 56%] 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:04.8510184Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:21:04.8511767Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:21:04.8512836Z [ 56%] Built target optimized_kernels 2025-06-05T23:21:04.8514186Z [ 56%] 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:04.8516303Z [ 56%] 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:04.8518108Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:21:04.8519643Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:21:04.8521104Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:21:04.8522805Z [ 56%] 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:04.8524776Z [ 56%] 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:04.8526563Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:21:04.8528054Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:21:04.8529801Z [ 56%] 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:04.8531858Z [ 56%] 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:04.8533572Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:21:04.8535297Z [ 56%] 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:04.8537052Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:21:04.8538785Z [ 56%] 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:04.8540564Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:21:04.8542601Z [ 58%] 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:04.8544603Z [ 58%] 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:04.8546587Z [ 58%] 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:04.8548554Z [ 58%] 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:04.8550569Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:21:04.8552589Z [ 58%] 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:04.8554660Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:21:04.8567780Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:21:04.8569418Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:21:04.8570701Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:21:04.8572322Z [ 59%] 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:04.8574328Z [ 59%] 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:04.8576458Z [ 59%] 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:04.8578222Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:21:04.8580043Z [ 59%] 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:04.8581881Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:21:04.8583705Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:21:04.8585739Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:21:04.8587912Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:21:04.8589822Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:21:04.8591820Z [ 59%] 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:04.8593754Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:21:04.8595537Z [ 59%] 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:04.8597646Z [ 59%] 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:04.8599836Z [ 59%] 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:04.8601761Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:21:04.8603945Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:21:04.8606067Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:21:04.8608350Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:21:04.8610791Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:21:04.8613110Z [ 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:04.8615063Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:21:04.8617113Z [ 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:04.8619188Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:21:04.8620928Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:21:04.8622947Z [ 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:06.0484442Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:21:06.0486506Z [ 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:06.0488517Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:21:06.0490668Z [ 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:06.0493039Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:21:06.0495195Z [ 61%] 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:06.0497279Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:21:06.0499422Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:21:06.0501996Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:21:06.0504545Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:21:06.0506920Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:21:06.0509071Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:21:06.0511269Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:21:06.0513405Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:21:06.0515635Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:21:06.0517534Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:06.0519507Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:21:06.0521774Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:21:06.0524254Z [ 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:06.0526378Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:21:06.0528455Z [ 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:06.0530590Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:21:06.0532346Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:21:06.0534325Z [ 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:06.0536784Z [ 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:06.0538955Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:21:06.0541068Z [ 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:06.0543425Z [ 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:06.0545706Z [ 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:06.0547999Z [ 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:06.0550225Z [ 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:06.0552550Z [ 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:06.0554924Z [ 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:06.0557520Z [ 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:06.0559234Z [ 62%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:21:06.0560808Z [ 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:06.0562978Z [ 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:06.0565192Z [ 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:06.0567463Z [ 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:06.0569919Z [ 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:06.0572124Z [ 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:06.0574327Z [ 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:06.0576502Z [ 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:06.0578830Z [ 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:06.0581154Z [ 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:06.0583476Z [ 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:06.0584971Z [ 64%] Built target optimized_portable_kernels 2025-06-05T23:21:06.0586354Z [ 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:06.0588537Z [ 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:06.0589934Z [ 64%] Merging kernel yaml files 2025-06-05T23:21:06.0591249Z [ 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:06.0593492Z [ 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:06.0595608Z [ 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:06.0597875Z [ 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:06.0600150Z [ 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:06.0602324Z [ 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:06.0603972Z [ 64%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:21:06.0605579Z [ 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:06.0607788Z [ 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:06.0610089Z [ 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:06.0612346Z [ 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:07.2227915Z [ 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:07.2229848Z [ 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:07.2231979Z [ 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:07.2234056Z [ 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:07.2236446Z [ 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:07.2238541Z [ 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:07.2240591Z [ 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:07.2242638Z [ 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:07.2244939Z [ 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:07.2247133Z [ 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:07.2249463Z [ 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:07.2252084Z [ 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:07.2253820Z [ 65%] Generating code for kernel registration 2025-06-05T23:21:07.2255371Z [ 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:07.2257826Z [ 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:07.2260139Z [ 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:07.2262340Z [ 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:07.2264519Z [ 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:07.2266671Z [ 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:07.2268804Z [ 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:07.2271016Z [ 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:07.2273313Z [ 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:07.2275490Z [ 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:07.2277720Z [ 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:07.2279957Z [ 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:07.2282019Z [ 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:07.2283951Z [ 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:07.2286113Z [ 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:07.2288039Z [ 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:07.2289910Z [ 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:07.2291738Z [ 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:07.2295532Z [ 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:07.2297483Z [ 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:07.2299371Z [ 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:07.2301321Z [ 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:07.2303258Z [ 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:07.2305218Z [ 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:07.2307390Z [ 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:07.2309729Z [ 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:07.2312266Z [ 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:07.2314832Z [ 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:07.2317863Z [ 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:07.2320333Z [ 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:07.2322831Z [ 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:07.2325506Z [ 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:07.2329064Z [ 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:07.2331562Z [ 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:07.2334122Z [ 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:07.2336922Z [ 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:07.2339834Z [ 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:07.2342648Z [ 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:07.2344976Z [ 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:07.2347164Z [ 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:07.2349730Z [ 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:08.3453801Z [ 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:08.3456492Z [ 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:08.3458850Z [ 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:08.3461628Z [ 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:08.3464430Z [ 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:08.3466506Z [ 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:08.3468046Z [ 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:08.3469764Z [ 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:08.3472353Z [ 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:08.3474982Z [ 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:08.3477546Z [ 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:08.3480199Z [ 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:08.3482853Z [ 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:08.3485629Z [ 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:08.3488468Z [ 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:08.3491240Z [ 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:08.3494474Z [ 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:08.3497265Z [ 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:08.3499712Z [ 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:08.3502270Z [ 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:08.3505231Z [ 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:08.3507952Z [ 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:08.3510504Z [ 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:08.3512286Z [ 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:08.3513716Z [ 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:08.3515826Z [ 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:08.3518054Z [ 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:08.3520429Z [ 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:08.3522712Z [ 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:08.3525286Z [ 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:08.3527677Z [ 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:08.3530115Z [ 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:08.3532762Z [ 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:08.3535034Z [ 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:08.3537144Z [ 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:08.3539134Z [ 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:08.3540977Z [ 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:08.3543010Z [ 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:08.3544880Z [ 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:08.3546763Z [ 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:08.3548742Z [ 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:08.3550691Z [ 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:08.3552727Z [ 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:08.3554730Z [ 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:08.3556630Z [ 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:08.3558642Z [ 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:08.3560637Z [ 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:08.3562711Z [ 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:09.1748940Z [ 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:09.1751984Z [ 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:09.1754921Z [ 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:09.1757818Z [ 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:09.1760596Z [ 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:09.1763468Z [ 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:09.1766210Z [ 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:09.1768894Z [ 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:09.1771340Z [ 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:09.1774074Z [ 74%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:09.1777108Z [ 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:09.1779919Z [ 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:09.1782292Z [ 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:09.1784577Z [ 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:09.1787063Z [ 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:09.1789435Z [ 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:09.1791480Z [ 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:09.1793491Z [ 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:09.1795125Z [ 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:09.1796596Z [ 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:09.1798203Z [ 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:09.1800204Z [ 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:09.1801682Z [ 74%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:21:09.1802324Z [ 74%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:09.1803732Z [ 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:09.1806058Z [ 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:09.1808483Z [ 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:09.1811024Z [ 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:09.1813839Z [ 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:09.1816564Z [ 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:09.1819128Z [ 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:09.1821794Z [ 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:09.1824488Z [ 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:09.1827116Z [ 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:09.1830616Z [ 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:09.1832986Z [ 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:09.1835523Z [ 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:09.1838081Z [ 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:09.1840700Z [ 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:09.1843126Z [ 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:09.1844595Z [ 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:09.1846069Z [ 75%] 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:09.1847734Z [ 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:09.1849578Z [ 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:09.1851526Z [ 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:09.1854158Z [ 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:09.1856934Z [ 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:09.1858957Z [ 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:09.1861299Z [ 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:09.1863216Z [ 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:10.1424136Z [ 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:10.1427001Z [ 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:10.1429836Z [ 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:10.1432913Z [ 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:10.1435720Z [ 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:10.1438424Z [ 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:10.1441137Z [ 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:10.1444056Z [ 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:10.1446843Z [ 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:10.1449572Z [ 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:10.1452291Z [ 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:10.1454994Z [ 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:10.1457754Z [ 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:10.1460613Z [ 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:10.1463458Z [ 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:10.1466364Z [ 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:10.1469287Z [ 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:10.1472212Z [ 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:10.1475034Z [ 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:10.1477868Z [ 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:10.1480672Z [ 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:10.1483420Z [ 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:10.1486195Z [ 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:10.1488854Z [ 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:10.1491900Z [ 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:10.1494825Z [ 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:10.1497645Z [ 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:10.1500375Z [ 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:10.1503360Z [ 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:10.1506202Z [ 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:10.1509012Z [ 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:10.1511702Z [ 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:10.1514331Z [ 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:10.1517003Z [ 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:10.1519605Z [ 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:10.1522065Z [ 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:10.1524417Z [ 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:10.1526813Z [ 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:10.1529134Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:21:10.1531385Z [ 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:10.1533729Z [ 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:10.1536221Z [ 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:10.1538825Z [ 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:10.1541349Z [ 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:10.1543718Z [ 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:10.1546157Z [ 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:10.1548723Z [ 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:10.1551494Z [ 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:10.1554164Z [ 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:10.1556791Z [ 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:10.1559461Z [ 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:10.9720686Z [ 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:10.9722998Z [ 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:10.9724304Z [ 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:10.9725489Z [ 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:10.9727275Z [ 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:10.9729218Z [ 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:10.9731634Z [ 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:10.9733629Z [ 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:10.9735688Z [ 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:10.9737702Z [ 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:10.9739800Z [ 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:10.9741929Z [ 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:10.9744126Z [ 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:10.9746376Z [ 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:10.9748457Z [ 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:10.9750529Z [ 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:10.9752621Z [ 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:10.9754995Z [ 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:10.9757495Z [ 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:10.9760236Z [ 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:10.9762714Z [ 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:10.9765027Z [ 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:10.9766970Z [ 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:10.9769285Z [ 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:10.9771307Z [ 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:10.9773449Z [ 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:10.9775639Z [ 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:10.9777939Z [ 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:10.9780467Z [ 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:10.9782940Z [ 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:10.9785384Z [ 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:10.9787889Z [ 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:10.9789980Z [ 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:10.9792565Z [ 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:10.9795071Z [ 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:10.9797334Z [ 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:10.9799821Z [ 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:10.9802006Z [ 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:10.9804464Z [ 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:10.9805850Z [ 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:10.9807216Z [ 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:10.9808765Z [ 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:10.9810144Z [ 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:10.9811503Z [ 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:10.9813246Z [ 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:10.9814508Z [ 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:10.9816076Z [ 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:10.9817491Z [ 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:10.9819496Z [ 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:10.9821458Z [ 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:10.9823414Z [ 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:10.9825271Z [ 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:10.9826803Z [ 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:11.9010610Z [ 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:11.9013078Z [ 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:11.9014968Z [ 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:11.9017083Z [ 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:11.9019347Z [ 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:11.9021607Z [ 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:11.9022906Z [ 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:11.9024198Z [ 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:11.9026281Z [ 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:11.9028398Z [ 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:11.9030614Z [ 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:11.9032442Z [ 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:11.9034137Z [ 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:11.9035954Z [ 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:11.9037937Z [ 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:11.9039751Z [ 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:11.9041605Z [ 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:11.9043327Z [ 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:11.9045079Z [ 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:11.9046845Z [ 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:11.9048612Z [ 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:11.9050458Z [ 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:11.9052422Z [ 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:11.9054257Z [ 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:11.9056272Z [ 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:11.9058414Z [ 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:11.9060649Z [ 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:11.9062739Z [ 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:11.9064590Z [ 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:11.9066241Z [ 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:11.9068003Z [ 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:11.9069851Z [ 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:11.9071867Z [ 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:11.9074449Z [ 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:11.9076994Z [ 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:11.9079359Z [ 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:11.9081515Z [ 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:11.9083794Z [ 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:11.9085933Z [ 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:11.9088271Z [ 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:11.9090281Z [ 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:11.9092561Z [ 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:11.9094748Z [ 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:11.9096718Z [ 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:11.9098886Z [ 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:11.9100251Z [ 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:11.9101451Z [ 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:11.9102545Z [ 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:11.9103644Z [ 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:11.9104749Z [ 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:11.9105850Z [ 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:11.9106930Z [ 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:11.9108026Z [ 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:11.9109123Z [ 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:12.7074363Z [ 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:12.7076695Z [ 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:12.7078477Z [ 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:12.7079664Z [ 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:12.7080816Z [ 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:12.7081950Z [ 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:12.7083323Z [ 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:12.7084601Z [ 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:12.7085882Z [ 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:12.7087197Z [ 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:12.7088539Z [ 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:12.7089825Z [ 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:12.7091125Z [ 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:12.7092472Z [ 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:12.7095551Z [ 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:12.7096699Z [ 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:12.7097857Z [ 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:12.7099028Z [ 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:12.7100211Z [ 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:12.7101382Z [ 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:12.7102590Z [ 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:12.7103820Z [ 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:12.7105035Z [ 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:12.7106212Z [ 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:12.7107326Z [ 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:12.7108618Z [ 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:12.7109724Z [ 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:12.7111632Z [ 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:12.7112998Z [ 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:12.7114315Z [ 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:12.7115484Z [ 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:12.7116643Z [ 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:12.7117822Z [ 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:12.7119042Z [ 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:12.7120184Z [ 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:12.7121226Z [ 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:12.7122296Z [ 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:12.7123417Z [ 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:12.7124526Z [ 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:12.7125610Z [ 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:12.7126797Z [ 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:12.7128087Z [ 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:12.7129422Z [ 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:12.7130755Z [ 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:12.7132908Z [ 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:12.7134345Z [ 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:12.7135770Z [ 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:12.7137059Z [ 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:12.7138292Z [ 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:12.7139667Z [ 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:12.7140950Z [ 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:12.7142245Z [ 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:12.7143626Z [ 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:12.7144967Z [ 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:12.7146207Z [ 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:13.9657646Z [ 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:13.9658971Z [ 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:13.9660307Z [ 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:13.9661398Z [ 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:13.9662455Z [ 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:13.9663480Z [ 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:13.9664592Z [ 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:13.9665657Z [ 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:13.9666687Z [ 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:13.9667725Z [ 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:13.9668770Z [ 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:13.9669796Z [ 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:13.9670982Z [ 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:13.9672374Z [ 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:13.9673537Z [ 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:13.9674731Z [ 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:13.9675931Z [ 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:13.9677068Z [ 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:13.9678527Z [ 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:13.9679669Z [ 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:13.9680783Z [ 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:13.9681976Z [ 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:13.9683308Z [ 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:13.9684548Z [ 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:13.9685874Z [ 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:13.9687141Z [ 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:13.9688423Z [ 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:13.9689720Z [ 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:13.9690913Z [ 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:13.9691940Z [ 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:13.9693159Z [ 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:13.9694196Z [ 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:13.9695216Z [ 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:13.9696224Z [ 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:13.9697246Z [ 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:13.9698257Z [ 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:13.9699317Z [ 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:13.9700404Z [ 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:13.9701448Z [ 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:13.9702505Z [ 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:13.9703577Z [ 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:13.9704748Z [ 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:13.9706000Z [ 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:13.9707014Z [ 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:13.9708065Z [ 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:13.9709124Z [ 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:13.9710255Z [ 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:13.9711332Z [ 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:13.9712460Z [ 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:13.9713548Z [ 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:13.9714870Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:21:13.9715524Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:21:13.9715890Z [ 97%] Built target microkernels-prod 2025-06-05T23:21:13.9716197Z [ 97%] Generating build_identifier.c 2025-06-05T23:21:13.9716819Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:21:13.9717821Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:21:13.9718781Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:21:13.9719679Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:21:13.9720660Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:21:13.9721594Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:21:13.9722527Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:21:13.9723484Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:21:24.3420707Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:21:24.3422563Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:21:24.3424444Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:21:24.3425834Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:21:24.3426797Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:21:24.3427718Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:21:24.3428651Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:21:24.3429631Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:21:24.3430617Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:21:24.3431782Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:21:24.3432762Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:21:24.3433680Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:21:24.3434666Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:21:24.3435791Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:21:24.3436697Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:21:24.3437625Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:21:24.3438525Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:21:24.3439428Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:21:24.3440319Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:21:24.3441110Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:21:24.3442206Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:21:24.3443133Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:21:24.3443740Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:21:24.3444248Z [100%] Built target XNNPACK 2025-06-05T23:21:24.3444889Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:21:24.3445691Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:21:24.3446571Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:21:24.3447363Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:21:24.3448157Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:21:24.3449154Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:21:24.3450259Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:21:24.3450876Z [100%] Built target xnnpack_backend 2025-06-05T23:21:24.3451743Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:21:24.3452969Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:24.3453815Z [100%] Built target portable_lib 2025-06-05T23:21:24.3454850Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:21:24.3456496Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:21:24.3458401Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:21:24.3460431Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:21:24.3462250Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:21:24.3463427Z Linking CXX static library libcoreml_util.a 2025-06-05T23:21:24.3464291Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:21:24.3464933Z Built target coreml_util 2025-06-05T23:21:24.3465392Z Built target coreml_inmemoryfs 2025-06-05T23:21:24.3466621Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:21:24.3468614Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:21:24.3470240Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:24.3471243Z Built target executorchcoreml 2025-06-05T23:21:24.3471779Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:21:24.3472491Z [ 1%] Built target flatcc_external_project 2025-06-05T23:21:24.3473076Z [ 2%] Built target pthreadpool 2025-06-05T23:21:24.3473572Z [ 2%] Built target common_schema 2025-06-05T23:21:24.3474068Z [ 3%] Built target xnnpack_schema 2025-06-05T23:21:24.3474578Z [ 6%] Built target flatccrt 2025-06-05T23:21:24.3475035Z [ 6%] Built target cpuinfo 2025-06-05T23:21:24.3475473Z [ 7%] Built target logging 2025-06-05T23:21:24.3475930Z [ 7%] Built target indirection 2025-06-05T23:21:24.3476382Z [ 7%] Built target microparams-init 2025-06-05T23:21:24.3476687Z [ 8%] Built target eigen_blas 2025-06-05T23:21:24.3476960Z [ 8%] Built target normalization 2025-06-05T23:21:24.3477257Z [ 8%] Built target datatype 2025-06-05T23:21:24.3477527Z [ 8%] Built target reference-ukernels 2025-06-05T23:21:24.3478142Z [ 8%] Built target operator-utils 2025-06-05T23:21:24.3478692Z [ 8%] Built target program_schema 2025-06-05T23:21:24.3479174Z [ 8%] Built target operator-run 2025-06-05T23:21:24.3479675Z [ 8%] Built target hardware-config 2025-06-05T23:21:24.3480193Z [ 8%] Built target packing 2025-06-05T23:21:24.3480648Z [ 8%] Built target allocator 2025-06-05T23:21:24.3481148Z [ 8%] Built target microkernel-utils 2025-06-05T23:21:24.3481698Z [ 8%] Built target cache 2025-06-05T23:21:24.3482156Z [ 8%] Built target memory 2025-06-05T23:21:24.3482608Z [ 8%] Built target mutex 2025-06-05T23:21:24.3483049Z [ 11%] Built target operators 2025-06-05T23:21:24.3483519Z [ 13%] Built target subgraph 2025-06-05T23:21:24.3483974Z [ 14%] Built target executorch_core 2025-06-05T23:21:24.3484559Z [ 14%] Built target extension_threadpool 2025-06-05T23:21:24.3485135Z [ 14%] Built target extension_data_loader 2025-06-05T23:21:24.3485702Z [ 14%] Built target extension_tensor 2025-06-05T23:21:24.3486240Z [ 16%] Built target executorch 2025-06-05T23:21:24.3486732Z [ 17%] Built target cpublas 2025-06-05T23:21:24.3487236Z [ 17%] Built target bundled_program 2025-06-05T23:21:24.3487936Z [ 17%] Built target etdump 2025-06-05T23:21:24.3488462Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:21:24.3489004Z [ 18%] Built target util 2025-06-05T23:21:24.3489505Z [ 19%] Built target optimized_kernels 2025-06-05T23:21:24.3490107Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:21:24.3490786Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:24.3491417Z [ 97%] Built target microkernels-prod 2025-06-05T23:21:24.3491982Z [100%] Built target XNNPACK 2025-06-05T23:21:24.3492497Z [100%] Built target xnnpack_backend 2025-06-05T23:21:24.3493196Z [100%] Built target portable_lib 2025-06-05T23:21:24.3494227Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:21:24.3495744Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:21:24.3497513Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:21:24.3499225Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:21:24.3501279Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:21:24.3503189Z [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:24.3504893Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:21:24.3506615Z [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:24.3508355Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:21:24.3510092Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:21:24.3511322Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:21:24.3512087Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:21:24.3512690Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:21:24.3513340Z [ 1%] Built target flatcc_external_project 2025-06-05T23:21:24.3513946Z [ 2%] Built target pthreadpool 2025-06-05T23:21:24.3514450Z [ 3%] Built target cpuinfo 2025-06-05T23:21:24.3514960Z [ 3%] Built target common_schema 2025-06-05T23:21:24.3515516Z [ 4%] Built target xnnpack_schema 2025-06-05T23:21:24.3516053Z [ 6%] Built target eigen_blas 2025-06-05T23:21:24.3516574Z [ 8%] Built target logging 2025-06-05T23:21:24.3517060Z [ 8%] Built target flatccrt 2025-06-05T23:21:24.3517572Z [ 8%] Built target indirection 2025-06-05T23:21:24.3518117Z [ 8%] Built target microparams-init 2025-06-05T23:21:24.3518698Z [ 8%] Built target normalization 2025-06-05T23:21:24.3519226Z [ 8%] Built target datatype 2025-06-05T23:21:24.3519744Z [ 8%] Built target program_schema 2025-06-05T23:21:24.3520313Z [ 8%] Built target reference-ukernels 2025-06-05T23:21:24.3520862Z [ 8%] Built target hardware-config 2025-06-05T23:21:24.3521406Z [ 8%] Built target packing 2025-06-05T23:21:24.3521872Z [ 8%] Built target allocator 2025-06-05T23:21:24.3522289Z [ 8%] Built target cache 2025-06-05T23:21:24.3522547Z [ 8%] Built target memory 2025-06-05T23:21:30.3982908Z [ 8%] Built target microkernel-utils 2025-06-05T23:21:30.3983383Z [ 8%] Built target mutex 2025-06-05T23:21:30.3983654Z [ 8%] Built target operator-utils 2025-06-05T23:21:30.3983961Z [ 8%] Built target operator-run 2025-06-05T23:21:30.3984248Z [ 9%] Built target executorch_core 2025-06-05T23:21:30.3984663Z [ 12%] Built target operators 2025-06-05T23:21:30.3985012Z [ 12%] Built target extension_data_loader 2025-06-05T23:21:30.3985371Z [ 13%] Built target executorch 2025-06-05T23:21:30.3985646Z [ 13%] Built target extension_tensor 2025-06-05T23:21:30.3985963Z [ 13%] Built target extension_threadpool 2025-06-05T23:21:30.3986291Z [ 14%] Built target kernels_util_all_deps 2025-06-05T23:21:30.3986616Z [ 16%] Built target subgraph 2025-06-05T23:21:30.3986899Z [ 16%] Built target bundled_program 2025-06-05T23:21:30.3987206Z [ 16%] Built target etdump 2025-06-05T23:21:30.3987460Z [ 18%] Built target cpublas 2025-06-05T23:21:30.3987739Z [ 19%] Built target optimized_kernels 2025-06-05T23:21:30.3988025Z [ 19%] Built target util 2025-06-05T23:21:30.3988307Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:21:30.3988653Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:30.3988999Z [ 95%] Built target microkernels-prod 2025-06-05T23:21:30.3989288Z [ 97%] Built target XNNPACK 2025-06-05T23:21:30.3989568Z [ 97%] Built target xnnpack_backend 2025-06-05T23:21:30.3989853Z [ 97%] Built target portable_lib 2025-06-05T23:21:30.3990434Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:21:30.3991455Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:21:30.3992975Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:21:30.3993900Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:21:30.3994760Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:30.3995639Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:21:30.3996522Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:21:30.3997512Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:21:30.3998385Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:21:30.3999481Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:21:30.4000142Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:21:30.4000569Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:21:30.4000995Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:21:30.4001433Z [ 98%] Generating code for kernel registration 2025-06-05T23:21:30.4002252Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:30.4003139Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:21:30.4003538Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:21:30.4003940Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:21:30.4006626Z 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:30.4009441Z [ 98%] Generating code for kernel registration 2025-06-05T23:21:30.4010144Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:21:30.4011163Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:21:30.4012067Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:21:30.4012852Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:21:30.4013666Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:21:30.4014499Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:21:30.4015327Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:30.4016152Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:21:30.4017095Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:21:30.4018039Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:21:30.4019148Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:21:30.4020006Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:21:30.4020887Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:30.4021882Z [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:30.4022640Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:21:30.4023102Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:21:30.4023411Z running build_py 2025-06-05T23:21:30.4023754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:30.4024393Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:30.4025170Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:30.4025919Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:30.4026840Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:30.4027471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:21:30.4028124Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:21:30.4028771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4029353Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4030077Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4030799Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4031557Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4032415Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4033335Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4034133Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4034873Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4035594Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4036345Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4037170Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4037959Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4038733Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4039670Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4040422Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4041216Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4041988Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4042741Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4043519Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4044337Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4045068Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4045930Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4046666Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4047392Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:30.4048055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:21:30.4452840Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:21:30.4453511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:30.4454226Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:30.4455076Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:30.4455867Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:30.4456534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4457264Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4458167Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4459086Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4460064Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4461166Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4462261Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4463284Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4464233Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4465197Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4466155Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4467109Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4468006Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4468938Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:30.4469755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:30.4470658Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:30.4471726Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:30.4472917Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:30.4474172Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:30.4475011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:30.4475772Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:30.4476779Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:30.4477824Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:30.4478742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:30.4479604Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:30.4480834Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:30.4481961Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:30.4482926Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:30.4483663Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:30.4484435Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:30.4485447Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:30.4486470Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:30.4487273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:21:30.4488070Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:21:30.4488880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4489897Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4490950Z 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:30.4492074Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4493395Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4494571Z 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:30.4495755Z 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:30.4496876Z 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:30.4497975Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4499056Z 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:30.4500316Z 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:30.4501550Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4502800Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4503946Z 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:30.4505045Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:30.4506138Z 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:30.4507170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:30.4507903Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:30.4509059Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:30.4510051Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:30.4510991Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:30.4512056Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:30.4512878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:30.4513629Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:30.4514647Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:30.4515481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:30.4516277Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:30.4517307Z 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:30.4518167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:30.4519118Z 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:30.4907656Z 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:30.4908716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:30.4909717Z 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:30.4918710Z 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:30.4919937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:30.4920921Z 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:30.4922247Z 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:30.4923238Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:30.4924429Z 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:30.4925813Z 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:30.4926818Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:30.4927914Z 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:30.4929077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:30.4930005Z 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:30.4931283Z 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:30.4932526Z 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:30.4933757Z 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:30.4934999Z 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:30.4936274Z 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:30.4937747Z 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:30.4939017Z 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:30.4940291Z 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:30.4941581Z 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:30.4942826Z 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:30.4944035Z 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:30.4945274Z 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:30.4946593Z 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:30.4947804Z 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:30.4949021Z 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:30.4950240Z 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:30.4951467Z 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:30.4952753Z 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:30.4954256Z 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:30.4955196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:30.4956110Z 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:30.4957343Z 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:30.4958409Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:30.4959435Z 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:30.4960817Z 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:30.4961915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:30.4962791Z 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:30.4963936Z 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:30.4965123Z 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:30.4966310Z 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:30.4967457Z 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:30.4968626Z 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:30.4969789Z 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:30.4970809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:30.4971752Z 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:30.4972898Z 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:30.4973763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:30.4974567Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:30.4975571Z 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:30.4976717Z 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:30.4977921Z 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:30.4979097Z 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:30.4980133Z 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:30.4981295Z 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:30.4982354Z 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:30.5344818Z 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:30.5345917Z 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:30.5347240Z 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:30.5348402Z 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:30.5349588Z 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:30.5350784Z 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:30.5352006Z 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:30.5353095Z 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:30.5354213Z 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:30.5355336Z 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:30.5356499Z 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:30.5357750Z 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:30.5359102Z 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:30.5360190Z 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:30.5361330Z 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:30.5362464Z 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:30.5363611Z 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:30.5364790Z 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:30.5366090Z 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:30.5367258Z 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:30.5368364Z 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:30.5369452Z 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:30.5370674Z 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:30.5371789Z 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:30.5372944Z 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:30.5374280Z 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:30.5375381Z 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:30.5376462Z 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:30.5377748Z 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:30.5378922Z 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:30.5380070Z 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:30.5381212Z 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:30.5382494Z 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:30.5383680Z 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:30.5384768Z 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:30.5385838Z 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:30.5386968Z 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:30.5388072Z 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:30.5389110Z 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:30.5390211Z 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:30.5391355Z 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:30.5392595Z 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:30.5393920Z 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:30.5395162Z 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:30.5396360Z 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:30.5397441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:30.5398361Z 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:30.5399595Z 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:30.5400864Z 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:30.5402216Z 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:30.5403464Z 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:30.5404720Z 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:30.5406100Z 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:30.5407364Z 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:30.5408606Z 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:30.5409869Z 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:30.5822562Z 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:30.5823698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:30.5824585Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:30.5825714Z 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:30.5826798Z 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:30.5827869Z 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:30.5828924Z 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:30.5830269Z 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:30.5831503Z 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:30.5832668Z 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:30.5833754Z 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:30.5834826Z 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:30.5835885Z 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:30.5837207Z 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:30.5838482Z 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:30.5839557Z 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:30.5840614Z 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:30.5841774Z 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:30.5842831Z 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:30.5843883Z 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:30.5844921Z 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:30.5846139Z 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:30.5847180Z 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:30.5848226Z 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:30.5849304Z 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:30.5850397Z 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:30.5851496Z 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:30.5852570Z 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:30.5853666Z 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:30.5854834Z 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:30.5855905Z 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:30.5856990Z 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:30.5858103Z 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:30.5859186Z 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:30.5860307Z 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:30.5861406Z 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:30.5862499Z 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:30.5863680Z 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:30.5865001Z 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:30.5866170Z 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:30.5867224Z 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:30.5868281Z 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:30.5869425Z 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:30.5870492Z 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:30.5871703Z 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:30.5872921Z 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:30.5874130Z 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:30.5875518Z 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:30.5876758Z 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:30.5877817Z 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:30.5878979Z 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:30.5880223Z 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:30.5881334Z 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:30.5882709Z 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:30.5883630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:30.5884487Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:30.5885585Z 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:30.5886730Z 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:30.5887939Z 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:30.5889201Z 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:30.5890202Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:21:30.6275816Z 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:30.6276773Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:30.6278095Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:30.6280057Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:30.6281296Z 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:30.6282368Z 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:30.6283144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:21:30.6284107Z 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:30.6285461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:30.6287041Z 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:30.6288518Z 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:30.6289805Z 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:30.6291011Z 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:30.6292185Z 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:30.6294125Z 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:30.6296130Z 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:30.6297620Z 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:30.6298828Z 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:30.6300117Z 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:30.6301508Z 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:30.6303054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:30.6304448Z 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:30.6305782Z 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:30.6306961Z 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:30.6308110Z 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:30.6309547Z 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:30.6311685Z 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:30.6313184Z 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:30.6314623Z 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:30.6315815Z 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:30.6317000Z 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:30.6318555Z 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:30.6320888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:30.6321808Z 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:30.6322939Z 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:30.6324023Z 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:30.6325099Z 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:30.6326158Z 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:30.6327894Z 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:30.6329618Z 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:30.6330861Z 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:30.6331934Z 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:30.6333048Z 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:30.6334138Z 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:30.6335661Z 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:30.6337557Z 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:30.6338710Z 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:30.6339909Z 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:30.6341020Z 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:30.6342117Z 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:30.6343254Z 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:30.6345152Z 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:30.6346682Z 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:30.6348225Z 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:30.6349343Z 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:30.6350450Z 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:30.6351553Z 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:30.6353556Z 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:30.6355142Z 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:30.6356335Z 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:30.6754388Z 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:30.6755508Z 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:30.6756560Z 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:30.6757640Z 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:30.6759461Z 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:30.6761137Z 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:30.6762366Z 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:30.6763456Z 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:30.6764566Z 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:30.6765687Z 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:30.6766780Z 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:30.6768191Z 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:30.6770124Z 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:30.6771485Z 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:30.6772698Z 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:30.6773772Z 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:30.6774852Z 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:30.6775993Z 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:30.6778059Z 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:30.6780194Z 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:30.6782168Z 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:30.6784089Z 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:30.6785782Z 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:30.6786888Z 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:30.6787979Z 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:30.6789051Z 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:30.6790094Z 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:30.6792057Z 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:30.6793732Z 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:30.6794793Z 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:30.6795888Z 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:30.6796965Z 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:30.6798040Z 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:30.6799834Z 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:30.6801476Z 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:30.6802582Z 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:30.6803669Z 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:30.6804765Z 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:30.6805889Z 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:30.6807330Z 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:30.6809269Z 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:30.6810388Z 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:30.6811710Z 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:30.6813028Z 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:30.6814142Z 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:30.6815188Z 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:30.6816958Z 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:30.6818897Z 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:30.6820154Z 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:30.6821255Z 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:30.6822323Z 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:30.6823397Z 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:30.6824444Z 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:30.6826279Z 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:30.6827906Z 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:30.6829113Z 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:30.6830271Z 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:30.6831433Z 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:30.6832748Z 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:30.6834718Z 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:30.7135434Z 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:30.7136560Z 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:30.7137637Z 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:30.7138669Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:30.7140335Z 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:30.7142090Z 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:30.7143486Z 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:30.7144976Z 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:30.7146474Z 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:30.7148701Z 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:30.7150216Z 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:30.7151877Z 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:30.7153219Z 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:30.7154927Z 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:30.7157260Z 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:30.7158689Z 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:30.7160033Z 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:30.7161257Z 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:30.7162742Z 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:30.7165004Z 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:30.7166524Z 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:30.7167907Z 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:30.7169182Z 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:30.7170419Z 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:30.7172225Z 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:30.7174267Z 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:30.7175393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:21:30.7176444Z 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:30.7177436Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:30.7178296Z 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:30.7179623Z 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:30.7181725Z 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:30.7183325Z 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:30.7184377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:21:30.7185475Z 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:30.7186446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:30.7187568Z 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:30.7189166Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:30.7191474Z 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:30.7193772Z 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:30.7195174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:30.7196716Z 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:30.7199843Z 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:30.7201782Z 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:30.7203545Z 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:30.7205302Z 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:30.7208313Z 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:30.7210311Z 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:30.7212074Z 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:30.7213784Z 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:30.7216001Z 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:30.7424275Z 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:30.7426060Z 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:30.7429180Z 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:30.7431204Z 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:30.7433004Z 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:30.7434754Z 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:30.7437509Z 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:30.7439664Z 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:30.7441474Z 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:30.7443249Z 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:30.7445869Z 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:30.7448112Z 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:30.7449879Z 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:30.7451642Z 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:30.7454471Z 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:30.7456712Z 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:30.7458442Z 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:30.7460346Z 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:30.7463348Z 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:30.7466785Z 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:30.7470402Z 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:30.7473081Z 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:30.7474832Z 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:30.7476568Z 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:30.7477864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:30.7479201Z 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:30.7480558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:30.7482231Z 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:30.7483631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:30.7485103Z 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:30.7486595Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:30.7488106Z 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:30.7489677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:30.7492263Z 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:30.7495618Z 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:30.7497250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:30.7498977Z 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:30.7500991Z 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:30.7502549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:30.7504475Z 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:30.7506072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:30.7702520Z 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:30.7705647Z 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:30.7709501Z 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:30.7711704Z 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:30.7713883Z 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:30.7716048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:30.7719153Z 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:30.7723096Z 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:30.7725761Z 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:30.7727365Z 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:30.7729093Z 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:30.7731386Z 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:30.7734874Z 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:30.7738135Z 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:30.7741301Z 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:30.7744454Z 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:30.7746195Z 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:30.7747839Z 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:30.7749467Z 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:30.7752229Z 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:30.7754258Z 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:30.7755944Z 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:30.7757630Z 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:30.7760209Z 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:30.7763365Z 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:30.7765782Z 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:30.7767528Z 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:30.7769181Z 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:30.7771500Z 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:30.7773938Z 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:30.7775873Z 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:30.7777525Z 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:30.7779395Z 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:30.7783442Z 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:30.7786089Z 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:30.7788194Z 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:30.7789846Z 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:30.7793209Z 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:30.7796491Z 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:30.7934895Z 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:30.7936784Z 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:30.7939703Z 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:30.7941497Z 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:30.7943210Z 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:30.7944922Z 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:30.7948022Z 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:30.7950932Z 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:30.7952963Z 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:30.7956038Z 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:30.7959467Z 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:30.7962305Z 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:30.7966419Z 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:30.7968556Z 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:30.7970479Z 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:30.7973016Z 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:30.7975421Z 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:30.7977827Z 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:30.7980700Z 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:30.7983466Z 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:30.7986013Z 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:30.7988539Z 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:30.7990697Z 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:30.7993016Z 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:30.7995528Z 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:30.7997531Z 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:30.7999520Z 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:30.8002149Z 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:30.8004728Z 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:30.8006796Z 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:30.8010301Z 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:30.8013269Z 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:30.8015933Z 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:30.8166393Z 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:30.8171427Z 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:30.8176397Z 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:30.8179577Z 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:30.8182159Z 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:30.8184940Z 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:30.8189001Z 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:30.8191775Z 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:30.8194757Z 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:30.8198891Z 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:30.8201728Z 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:30.8205736Z 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:30.8208818Z 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:30.8212090Z 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:30.8217335Z 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:30.8222784Z 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:30.8228150Z 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:30.8233305Z 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:30.8238516Z 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:30.8242654Z 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:30.8246597Z 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:30.8251761Z 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:30.8255773Z 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:30.8260018Z 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:30.8265657Z 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:30.8271408Z 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:30.8276963Z 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:30.8281094Z 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:30.8457521Z 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:30.8460632Z 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:30.8462842Z 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:30.8464992Z 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:30.8467987Z 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:30.8470932Z 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:30.8473967Z 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:30.8476740Z 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:30.8478711Z 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:30.8480445Z 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:30.8482687Z 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:30.8485120Z 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:30.8487543Z 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:30.8489882Z 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:30.8492172Z 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:30.8495022Z 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:30.8497315Z 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:30.8499559Z 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:30.8501925Z 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:30.8503693Z 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:30.8505732Z 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:30.8508378Z 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:30.8510878Z 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:30.8513446Z 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:30.8516001Z 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:30.8518500Z 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:30.8520999Z 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:30.8523569Z 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:30.8526048Z 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:30.8528698Z 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:30.8623285Z 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:30.8626411Z 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:30.8629791Z 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:30.8631851Z 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:30.8634091Z 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:30.8636875Z 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:30.8639581Z 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:30.8641681Z 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:30.8643977Z 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:30.8646132Z 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:30.8648076Z 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:30.8650552Z 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:30.8652939Z 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:30.8655114Z 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:30.8657556Z 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:30.8659782Z 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:30.8661570Z 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:30.8663366Z 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:30.8665026Z 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:30.8667125Z 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:30.8669926Z 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:30.8672485Z 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:30.8674274Z 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:30.8675970Z 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:30.8677646Z 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:30.8679421Z 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:30.8681717Z 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:30.8684089Z 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:30.8686528Z 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:30.8689220Z 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:30.8692188Z 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:30.8695129Z 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:30.8697718Z 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:30.8700196Z 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:30.8706365Z 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:30.8708905Z 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:30.8711462Z 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:30.8714259Z 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:30.8716848Z 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:30.8719533Z 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:30.8721960Z 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:30.8724269Z 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:30.8726683Z 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:30.8729153Z 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:30.8731626Z 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:30.8733913Z 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:30.8736245Z 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:30.8738135Z 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:30.8739948Z 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:30.8742257Z 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:30.8744076Z 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:30.8746018Z 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:30.8748920Z 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:30.8751782Z 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:30.8754473Z 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:30.8757147Z 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:30.8760012Z 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:30.8762563Z 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:30.8764599Z 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:30.8766556Z 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:30.8769248Z 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:30.8771856Z 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:30.8774388Z 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:30.8776342Z 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:30.8778482Z 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:30.9158541Z 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:30.9160542Z 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:30.9162647Z 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:30.9165476Z 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:30.9168523Z 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:30.9171403Z 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:30.9174239Z 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:30.9176083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:30.9176901Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:30.9177930Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:30.9179014Z 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:30.9180222Z 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:30.9181486Z 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:30.9182561Z 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:30.9183611Z 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:30.9184818Z 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:30.9185947Z 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:30.9187063Z 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:30.9188166Z 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:30.9189271Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:30.9190462Z 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:30.9191620Z 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:30.9192900Z 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:30.9194153Z 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:30.9195437Z 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:30.9196660Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:30.9197553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:30.9198598Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:30.9199960Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:30.9201157Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:30.9202268Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:30.9203133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:30.9203998Z 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:30.9205254Z 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:30.9206391Z 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:30.9207301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:30.9208289Z 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:30.9209655Z 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:30.9210915Z 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:30.9212179Z 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:30.9213118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:30.9214085Z 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:30.9215372Z 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:30.9216617Z 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:30.9217854Z 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:30.9219089Z 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:30.9220400Z 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:30.9221854Z 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:30.9223132Z 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:30.9224408Z 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:30.9225377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:30.9226288Z 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:30.9227262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:30.9441381Z 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:30.9443498Z 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:30.9445522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:30.9447277Z 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:30.9449974Z 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:30.9452046Z 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:30.9453134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:30.9454136Z 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:30.9455328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:30.9456487Z 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:30.9457624Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:30.9458849Z 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:30.9460308Z 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:30.9461806Z 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:30.9463304Z 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:30.9464502Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:30.9465811Z 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:30.9467580Z 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:30.9469274Z 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:30.9470568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:30.9471872Z 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:30.9473640Z 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:30.9475411Z 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:30.9477142Z 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:30.9478448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:30.9479860Z 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:30.9481669Z 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:30.9483540Z 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:30.9485284Z 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:30.9486656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:30.9487971Z 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:30.9489606Z 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:30.9490848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:30.9492095Z 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:30.9494343Z 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:30.9495654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:30.9496974Z 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:30.9498713Z 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:30.9500426Z 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:30.9502205Z 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:30.9503929Z 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:30.9505639Z 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:30.9507353Z 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:30.9508672Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:30.9509868Z 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:30.9511486Z 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:30.9513330Z 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:30.9515115Z 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:30.9516867Z 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:30.9817574Z 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:30.9819348Z 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:30.9820952Z 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:30.9822755Z 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:30.9824301Z 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:30.9825878Z 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:30.9827594Z 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:30.9829217Z 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:30.9830979Z 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:30.9832659Z 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:30.9833752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:30.9834659Z 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:30.9835516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:21:30.9836441Z 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:30.9837368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:21:30.9838254Z 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:30.9839481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:30.9840720Z 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:30.9842586Z 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:30.9843883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:30.9844953Z 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:30.9846276Z 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:30.9847828Z 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:30.9849126Z 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:30.9850433Z 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:30.9851800Z 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:30.9853081Z 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:30.9854513Z 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:30.9855995Z 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:30.9857261Z 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:30.9858224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:30.9859084Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:30.9860383Z 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:30.9861403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:30.9862297Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:30.9863562Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:30.9864963Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:30.9866157Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:30.9867076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:30.9868082Z 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:30.9869350Z 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:30.9870601Z 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:30.9871591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:30.9872509Z 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:30.9873884Z 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:30.9875170Z 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:30.9876477Z 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:30.9877352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:30.9878360Z 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:30.9879498Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:30.9880597Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:30.9881413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:30.9882516Z 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:30.9883621Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:30.9884719Z 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:30.9885886Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:31.0176219Z 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:31.0177417Z 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:31.0178582Z 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:31.0179788Z 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:31.0180950Z 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:31.0182220Z 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:31.0183323Z 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:31.0184159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:31.0185123Z 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:31.0186340Z 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:31.0187489Z 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:31.0188820Z 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:31.0189878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:31.0190886Z 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:31.0192301Z 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:31.0194037Z 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:31.0195449Z 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:31.0196459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:31.0197407Z 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:31.0198435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:31.0199511Z 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:31.0200984Z 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:31.0202105Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:31.0203185Z 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:31.0204607Z 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:31.0206165Z 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:31.0207616Z 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:31.0209133Z 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:31.0210588Z 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:31.0211718Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:31.0212846Z 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:31.0214529Z 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:31.0216276Z 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:31.0218014Z 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:31.0219537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:31.0220726Z 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:31.0222510Z 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:31.0224323Z 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:31.0225910Z 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:31.0227280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:31.0228507Z 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:31.0229858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:31.0231433Z 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:31.0233518Z 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:31.0235599Z 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:31.0237622Z 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:31.0239822Z 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:31.0241823Z 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:31.0243765Z 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:31.0245705Z 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:31.0553765Z 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:31.0556060Z 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:31.0558361Z 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:31.0560464Z 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:31.0562482Z 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:31.0564247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:31.0565647Z 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:31.0567636Z 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:31.0569438Z 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:31.0571279Z 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:31.0572741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:31.0573868Z 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:31.0575335Z 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:31.0576973Z 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:31.0578445Z 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:31.0580027Z 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:31.0581493Z 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:31.0582944Z 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:31.0584619Z 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:31.0586141Z 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:31.0587841Z 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:31.0589503Z 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:31.0591497Z 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:31.0593451Z 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:31.0594936Z 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:31.0596569Z 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:31.0598052Z 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:31.0599463Z 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:31.0601061Z 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:31.0602520Z 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:31.0614964Z 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:31.0616910Z 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:31.0618379Z 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:31.0619772Z 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:31.0621380Z 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:31.0622879Z 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:31.0624491Z 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:31.0626196Z 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:31.0627641Z 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:31.0629045Z 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:31.0630638Z 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:31.0632246Z 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:31.0633859Z 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:31.0635630Z 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:31.0637128Z 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:31.0638830Z 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:31.0640499Z 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:31.0950670Z 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:31.0952442Z 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:31.0953979Z 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:31.0955395Z 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:31.0957130Z 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:31.0958764Z 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:31.0960496Z 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:31.0961894Z 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:31.0963392Z 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:31.0965084Z 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:31.0966536Z 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:31.0968105Z 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:31.0969597Z 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:31.0971154Z 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:31.0973008Z 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:31.0974612Z 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:31.0976230Z 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:31.0977921Z 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:31.0979568Z 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:31.0981092Z 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:31.0982671Z 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:31.0984353Z 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:31.0985906Z 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:31.0987488Z 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:31.0989290Z 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:31.0990748Z 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:31.0992374Z 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:31.0994048Z 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:31.0995626Z 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:31.0997258Z 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:31.0998731Z 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:31.1000331Z 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:31.1001760Z 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:31.1003296Z 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:31.1004952Z 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:31.1006494Z 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:31.1008103Z 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:31.1009763Z 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:31.1011456Z 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:31.1013182Z 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:31.1014650Z 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:31.1016304Z 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:31.1018022Z 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:31.1019476Z 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:31.1020936Z 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:31.1022615Z 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:31.1024001Z 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:31.1025359Z 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:31.1026752Z 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:31.1360840Z 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:31.1362630Z 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:31.1364262Z 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:31.1365728Z 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:31.1367364Z 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:31.1368778Z 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:31.1370179Z 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:31.1371617Z 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:31.1373052Z 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:31.1374421Z 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:31.1376209Z 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:31.1377642Z 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:31.1379098Z 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:31.1380624Z 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:31.1382247Z 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:31.1383723Z 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:31.1385146Z 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:31.1386579Z 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:31.1388209Z 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:31.1389737Z 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:31.1391269Z 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:31.1393066Z 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:31.1394601Z 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:31.1396054Z 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:31.1397548Z 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:31.1399439Z 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:31.1401112Z 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:31.1402648Z 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:31.1404099Z 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:31.1405555Z 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:31.1407324Z 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:31.1408887Z 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:31.1410366Z 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:31.1411846Z 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:31.1413398Z 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:31.1415168Z 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:31.1416655Z 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:31.1418148Z 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:31.1419550Z 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:31.1420961Z 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:31.1422675Z 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:31.1424170Z 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:31.1425652Z 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:31.1427142Z 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:31.1428758Z 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:31.1430602Z 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:31.1432181Z 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:31.1433754Z 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:31.1435219Z 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:31.1756278Z 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:31.1757831Z 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:31.1759347Z 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:31.1761055Z 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:31.1762881Z 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:31.1764512Z 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:31.1766228Z 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:31.1767914Z 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:31.1769510Z 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:31.1771188Z 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:31.1773034Z 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:31.1774778Z 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:31.1776724Z 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:31.1778445Z 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:31.1779983Z 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:31.1781589Z 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:31.1783138Z 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:31.1784923Z 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:31.1786517Z 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:31.1788176Z 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:31.1789844Z 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:31.1791383Z 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:31.1793404Z 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:31.1795161Z 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:31.1796764Z 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:31.1798293Z 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:31.1799721Z 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:31.1801424Z 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:31.1802799Z 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:31.1804144Z 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:31.1805564Z 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:31.1806955Z 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:31.1808362Z 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:31.1809995Z 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:31.1811501Z 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:31.1812930Z 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:31.1814376Z 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:31.1815922Z 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:31.1817497Z 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:31.1819154Z 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:31.1820657Z 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:31.1822292Z 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:31.1823905Z 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:31.1825489Z 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:31.1827260Z 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:31.1828721Z 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:31.1830145Z 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:31.1831602Z 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:31.2065580Z 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:31.2067073Z 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:31.2068211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:31.2069538Z 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:31.2071359Z 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:31.2073302Z 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:31.2075058Z 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:31.2076836Z 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:31.2078589Z 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:31.2080480Z 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:31.2082427Z 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:31.2084356Z 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:31.2086339Z 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:31.2088432Z 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:31.2090263Z 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:31.2092288Z 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:31.2094266Z 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:31.2096321Z 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:31.2098259Z 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:31.2100077Z 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:31.2101862Z 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:31.2103931Z 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:31.2105772Z 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:31.2107581Z 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:31.2109336Z 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:31.2111301Z 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:31.2113129Z 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:31.2115001Z 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:31.2116817Z 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:31.2118682Z 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:31.2120562Z 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:31.2122385Z 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:31.2124320Z 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:31.2126222Z 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:31.2128126Z 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:31.2130029Z 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:31.2131894Z 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:31.2133780Z 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:31.2135676Z 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:31.2374673Z 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:31.2376572Z 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:31.2378345Z 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:31.2380082Z 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:31.2382098Z 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:31.2383898Z 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:31.2385696Z 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:31.2387466Z 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:31.2389473Z 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:31.2391233Z 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:31.2393495Z 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:31.2395284Z 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:31.2397195Z 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:31.2399131Z 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:31.2400928Z 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:31.2402665Z 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:31.2404412Z 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:31.2406406Z 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:31.2408181Z 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:31.2410024Z 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:31.2411823Z 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:31.2413832Z 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:31.2415627Z 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:31.2417480Z 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:31.2419347Z 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:31.2421447Z 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:31.2423272Z 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:31.2425199Z 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:31.2426958Z 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:31.2428929Z 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:31.2430752Z 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:31.2432669Z 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:31.2434479Z 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:31.2436280Z 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:31.2438308Z 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:31.2440465Z 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:31.2442301Z 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:31.2444162Z 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:31.2684779Z 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:31.2686626Z 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:31.2688404Z 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:31.2690151Z 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:31.2692285Z 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:31.2694326Z 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:31.2696452Z 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:31.2698453Z 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:31.2699879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:31.2701359Z 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:31.2703076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:31.2704532Z 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:31.2706019Z 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:31.2707550Z 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:31.2708782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:31.2710092Z 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:31.2712051Z 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:31.2714395Z 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:31.2716300Z 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:31.2718191Z 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:31.2720073Z 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:31.2722022Z 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:31.2724437Z 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:31.2726274Z 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:31.2728406Z 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:31.2730332Z 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:31.2732482Z 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:31.2734422Z 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:31.2736324Z 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:31.2738207Z 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:31.2740508Z 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:31.2741963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:31.2743227Z 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:31.2744957Z 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:31.2746635Z 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:31.2748551Z 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:31.2750260Z 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:31.2752109Z 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:31.2753789Z 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:31.2755466Z 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:31.2757131Z 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:31.3101734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:31.3102718Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:31.3104185Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:31.3105117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:21:31.3105989Z 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:31.3106894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:21:31.3107900Z 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:31.3109019Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:31.3109991Z 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:31.3111210Z 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:31.3112470Z 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:31.3113673Z 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:31.3114990Z 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:31.3116405Z 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:31.3117817Z 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:31.3119032Z 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:31.3120301Z 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:31.3121512Z 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:31.3122726Z 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:31.3123858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:31.3124785Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:31.3125979Z 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:31.3127219Z 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:31.3128462Z 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:31.3129641Z 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:31.3130798Z 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:31.3132156Z 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:31.3133477Z 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:31.3134687Z 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:31.3135872Z 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:31.3137161Z 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:31.3138334Z 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:31.3139528Z 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:31.3140900Z 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:31.3142124Z 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:31.3143294Z 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:31.3144555Z 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:31.3146007Z 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:31.3147171Z 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:31.3148554Z 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:31.3149804Z 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:31.3150976Z 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:31.3152205Z 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:31.3153386Z 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:31.3154571Z 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:31.3155952Z 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:31.3157188Z 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:31.3158394Z 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:31.3159665Z 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:31.3161066Z 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:31.3162246Z 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:31.3163549Z 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:31.3164744Z 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:31.3166025Z 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:31.3167279Z 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:31.3168433Z 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:31.3547518Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:31.3548438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:31.3549328Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:31.3550573Z 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:31.3551770Z 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:31.3553048Z 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:31.3554419Z 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:31.3555566Z 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:31.3556697Z 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:31.3557896Z 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:31.3559056Z 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:31.3560253Z 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:31.3561664Z 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:31.3562831Z 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:31.3563975Z 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:31.3565170Z 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:31.3566316Z 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:31.3567692Z 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:31.3568991Z 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:31.3570144Z 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:31.3571334Z 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:31.3572870Z 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:31.3574110Z 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:31.3575251Z 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:31.3576579Z 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:31.3577749Z 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:31.3578868Z 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:31.3580215Z 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:31.3581420Z 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:31.3582590Z 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:31.3583930Z 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:31.3585072Z 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:31.3586195Z 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:31.3587561Z 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:31.3588708Z 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:31.3589940Z 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:31.3591308Z 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:31.3592559Z 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:31.3593964Z 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:31.3595308Z 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:31.3596568Z 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:31.3598125Z 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:31.3599286Z 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:31.3600434Z 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:31.3601766Z 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:31.3603114Z 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:31.3604331Z 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:31.3605645Z 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:31.3606801Z 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:31.3608130Z 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:31.3609288Z 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:31.3610479Z 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:31.3611900Z 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:31.3613110Z 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:31.3614361Z 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:31.3615582Z 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:31.3616826Z 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:31.4012330Z 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:31.4013546Z 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:31.4014725Z 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:31.4015924Z 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:31.4017080Z 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:31.4018236Z 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:31.4019411Z 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:31.4020586Z 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:31.4021982Z 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:31.4023252Z 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:31.4024491Z 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:31.4025704Z 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:31.4026993Z 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:31.4028196Z 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:31.4029353Z 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:31.4030528Z 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:31.4031837Z 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:31.4033106Z 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:31.4034350Z 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:31.4035585Z 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:31.4036743Z 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:31.4037910Z 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:31.4039215Z 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:31.4040380Z 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:31.4041548Z 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:31.4042669Z 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:31.4043854Z 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:31.4045023Z 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:31.4046191Z 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:31.4047377Z 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:31.4048809Z 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:31.4050342Z 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:31.4051568Z 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:31.4052786Z 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:31.4053977Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:31.4054943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:21:31.4055827Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:21:31.4056948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:31.4057895Z 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:31.4059121Z 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:31.4060339Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:31.4061273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:31.4062219Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:31.4063473Z 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:31.4064851Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:31.4066059Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:31.4067001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:31.4068023Z 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:31.4069342Z 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:31.4070320Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:31.4071187Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:31.4072623Z 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:31.4073751Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:31.4074606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:31.4075471Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:31.4076633Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:31.4077554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:31.4078809Z 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:31.4464516Z 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:31.4465705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:31.4466728Z 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:31.4468339Z 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:31.4469604Z 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:31.4470539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:31.4471594Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:31.4472794Z 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:31.4473960Z 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:31.4475154Z 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:31.4476374Z 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:31.4477557Z 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:31.4478745Z 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:31.4480050Z 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:31.4481235Z 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:31.4482132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:21:31.4483111Z 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:31.4484112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:21:31.4485046Z 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:31.4485968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:21:31.4486842Z 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:31.4487798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:31.4488831Z 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:31.4490154Z 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:31.4491735Z 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:31.4492879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:31.4493773Z 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:31.4494918Z 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:31.4496234Z 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:31.4497401Z 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:31.4498305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:31.4499257Z 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:31.4500496Z 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:31.4501814Z 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:31.4502988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:31.4504013Z 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:31.4505334Z 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:31.4506740Z 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:31.4508193Z 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:31.4509614Z 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:31.4510968Z 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:31.4512036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:31.4513087Z 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:31.4514179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:31.4515478Z 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:31.4517216Z 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:31.4518889Z 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:31.4520702Z 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:31.4522332Z 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:31.4524036Z 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:31.4525740Z 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:31.4527089Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:31.4528533Z 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:31.4529959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:31.4531666Z 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:31.4891553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:31.4892452Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:31.4894020Z 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:31.4895281Z 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:31.4896453Z 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:31.4897682Z 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:31.4899030Z 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:31.4900224Z 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:31.4901431Z 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:31.4902622Z 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:31.4903818Z 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:31.4905063Z 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:31.4906339Z 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:31.4907228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:31.4908310Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:31.4909519Z 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:31.4910697Z 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:31.4911831Z 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:31.4913448Z 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:31.4914645Z 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:31.4915826Z 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:31.4917007Z 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:31.4918170Z 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:31.4919325Z 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:31.4920667Z 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:31.4921811Z 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:31.4923035Z 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:31.4924363Z 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:31.4925559Z 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:31.4926698Z 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:31.4928106Z 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:31.4929263Z 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:31.4930430Z 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:31.4931679Z 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:31.4932865Z 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:31.4934052Z 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:31.4935221Z 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:31.4936660Z 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:31.4938269Z 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:31.4939462Z 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:31.4940640Z 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:31.4941873Z 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:31.4943116Z 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:31.4944307Z 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:31.4945652Z 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:31.4946825Z 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:31.4947997Z 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:31.4949199Z 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:31.4950419Z 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:31.4951577Z 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:31.4952804Z 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:31.4953976Z 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:31.4955315Z 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:31.4956647Z 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:31.4957839Z 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:31.4959016Z 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:31.4960212Z 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:31.5310792Z 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:31.5312133Z 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:31.5313670Z 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:31.5314968Z 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:31.5316346Z 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:31.5317533Z 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:31.5318463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:31.5319378Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:31.5320849Z 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:31.5321878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:31.5322881Z 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:31.5324176Z 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:31.5325176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:31.5326194Z 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:31.5327573Z 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:31.5328567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:31.5329492Z 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:31.5330859Z 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:31.5331843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:31.5332960Z 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:31.5333950Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:31.5334820Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:31.5335933Z 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:31.5337059Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:31.5338334Z 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:31.5339339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:31.5340341Z 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:31.5341673Z 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:31.5343068Z 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:31.5344798Z 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:31.5346322Z 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:31.5347783Z 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:31.5348840Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:31.5349966Z 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:31.5351279Z 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:31.5352387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:31.5353429Z 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:31.5354691Z 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:31.5355911Z 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:31.5357155Z 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:31.5358404Z 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:31.5359674Z 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:31.5361089Z 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:31.5362398Z 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:31.5363698Z 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:31.5364913Z 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:31.5366150Z 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:31.5367401Z 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:31.5368780Z 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:31.5369681Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:31.5370620Z 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:31.5371812Z 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:31.5372971Z 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:31.5374272Z 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:31.5375443Z 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:31.5376751Z 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:31.5377961Z 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:31.5379312Z 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:31.5745714Z 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:31.5747027Z 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:31.5748387Z 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:31.5749541Z 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:31.5750679Z 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:31.5752189Z 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:31.5753509Z 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:31.5754680Z 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:31.5756044Z 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:31.5757354Z 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:31.5758734Z 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:31.5759932Z 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:31.5761096Z 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:31.5762254Z 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:31.5763403Z 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:31.5764792Z 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:31.5766327Z 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:31.5767862Z 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:31.5769143Z 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:31.5770680Z 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:31.5771878Z 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:31.5773054Z 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:31.5774201Z 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:31.5775460Z 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:31.5776682Z 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:31.5777887Z 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:31.5779077Z 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:31.5780231Z 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:31.5781399Z 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:31.5782792Z 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:31.5783969Z 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:31.5785137Z 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:31.5786293Z 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:31.5787502Z 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:31.5788753Z 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:31.5789646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:31.5790681Z 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:31.5792102Z 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:31.5793643Z 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:31.5795238Z 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:31.5796721Z 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:31.5798041Z 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:31.5799519Z 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:31.5800717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:31.5801760Z 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:31.5803149Z 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:31.5804624Z 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:31.5805686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:31.5806793Z 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:31.5808222Z 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:31.5809257Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:31.5810168Z 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:31.5811680Z 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:31.5812815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:31.5814044Z 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:31.5815081Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:31.5816113Z 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:31.6328537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:31.6329914Z 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:31.6331031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:31.6332164Z 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:31.6333423Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:31.6334600Z 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:31.6336121Z 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:31.6337634Z 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:31.6338800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:31.6339989Z 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:31.6341389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:31.6342578Z 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:31.6344154Z 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:31.6345942Z 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:31.6347584Z 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:31.6348785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:31.6350008Z 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:31.6351624Z 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:31.6353352Z 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:31.6355039Z 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:31.6356722Z 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:31.6358392Z 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:31.6359997Z 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:31.6361603Z 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:31.6363311Z 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:31.6365313Z 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:31.6367207Z 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:31.6369066Z 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:31.6370989Z 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:31.6373085Z 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:31.6374982Z 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:31.6376871Z 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:31.6378628Z 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:31.6380366Z 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:31.6382126Z 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:31.6383851Z 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:31.6385533Z 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:31.6387428Z 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:31.6389142Z 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:31.6390838Z 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:31.6392491Z 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:31.6394279Z 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:31.6395886Z 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:31.6397094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:31.6398550Z 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:31.6400270Z 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:31.6401960Z 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:31.6734443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:31.6735720Z 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:31.6737208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:31.6737920Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:31.6738885Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:31.6739747Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:31.6740726Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:31.6741574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:31.6742376Z 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:31.6743402Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:31.6744422Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:31.6745462Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:31.6746482Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:31.6747552Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:31.6748478Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6749205Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6750196Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6751188Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6752241Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6753230Z 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:31.6754210Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6755141Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:31.6755882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:31.6756659Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:31.6757840Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:31.6758839Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:31.6759687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:31.6760709Z 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:31.6761845Z 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:31.6763046Z 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:31.6764362Z 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:31.6765263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:31.6766095Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:31.6767336Z 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:31.6768234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:31.6769167Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:31.6770443Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:31.6771649Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:31.6772546Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:31.6773441Z 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:31.6774507Z 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:31.6775305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:31.6776101Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:31.6777083Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:31.6778041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:31.6778804Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:31.6779785Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:31.6780771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:31.6781636Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:31.6782714Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:31.6783795Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:31.6784984Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:31.6786119Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:31.6786959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:31.6787935Z 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:31.6789303Z 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:31.6790223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:31.6791070Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:31.6792676Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:31.6794144Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:31.6795104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:21:31.6796050Z 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:31.6797165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:31.6798108Z 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:31.6799562Z 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:31.6800595Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:31.6801570Z 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:31.6802726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:31.7149376Z 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:31.7150661Z 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:31.7151877Z 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:31.7152919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:21:31.7153861Z 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:31.7154824Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:31.7155908Z 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:31.7156950Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:31.7158047Z 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:31.7159372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:21:31.7160312Z 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:31.7161194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:21:31.7162080Z 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:31.7162974Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:31.7163897Z 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:31.7165100Z 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:31.7166674Z 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:31.7167915Z 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:31.7169535Z 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:31.7170629Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:31.7171626Z 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:31.7172771Z 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:31.7174000Z 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:31.7188954Z 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:31.7190131Z 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:31.7191007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:31.7191841Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:31.7193374Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:31.7194374Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:31.7195361Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:31.7196202Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:31.7197181Z 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:31.7198414Z 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:31.7199638Z 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:31.7200799Z 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:31.7201965Z 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:31.7202888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:31.7203855Z 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:31.7205111Z 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:31.7206412Z 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:31.7207709Z 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:31.7209241Z 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:31.7210232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:31.7211198Z 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:31.7212751Z 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:31.7213783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:31.7214672Z 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:31.7215792Z 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:31.7216642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:31.7217455Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:31.7218513Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:31.7219357Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:31.7220293Z 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:31.7221607Z 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:31.7222748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:31.7223686Z 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:31.7224892Z 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:31.7225803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:31.7226701Z 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:31.7227939Z 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:31.7229133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:31.7230039Z 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:31.7231196Z 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:31.7578115Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7579005Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7580141Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7581249Z 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:31.7582346Z 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:31.7583718Z 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:31.7585181Z 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:31.7586401Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7587493Z 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:31.7588821Z 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:31.7590025Z 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:31.7591125Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7592523Z 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:31.7593761Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7594784Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:31.7595929Z 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:31.7596834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:31.7597780Z 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:31.7598683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:31.7599529Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:31.7600855Z 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:31.7602153Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:31.7602970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:31.7603781Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:31.7604838Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:31.7605678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:31.7606587Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:31.7607864Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:31.7608880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:31.7609830Z 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:31.7610978Z 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:31.7612080Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:31.7612975Z 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:31.7614134Z 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:31.7615104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:31.7616212Z 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:31.7617305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:31.7618182Z 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:31.7619315Z 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:31.7620520Z 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:31.7621704Z 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:31.7622931Z 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:31.7623955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:31.7624833Z 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:31.7625969Z 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:31.7626877Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:31.7627710Z 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:31.7628815Z 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:31.7629697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:31.7630551Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:31.7631649Z 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:31.7632603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:31.7633446Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:31.7634714Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:31.7635552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:31.7636403Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:31.7637531Z 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:31.7638426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:31.7639328Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:31.7640411Z 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:31.7641293Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:31.7642261Z 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:31.7643815Z 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:31.7644758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:31.7645622Z 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:31.7944322Z 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:31.7945227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:31.7946121Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:31.7947269Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:31.7948278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:31.7949591Z 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:31.7951294Z 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:31.7952956Z 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:31.7954589Z 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:31.7956173Z 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:31.7958268Z 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:31.7959762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:31.7960889Z 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:31.7962125Z 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:31.7963124Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:31.7964274Z 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:31.7965747Z 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:31.7967757Z 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:31.7969281Z 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:31.7970384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:31.7971428Z 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:31.7972904Z 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:31.7974494Z 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:31.7975565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:31.7976799Z 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:31.7978435Z 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:31.7980142Z 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:31.7981762Z 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:31.7983669Z 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:31.7985427Z 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:31.7987036Z 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:31.7988725Z 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:31.7990336Z 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:31.7992190Z 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:31.7993824Z 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:31.7995298Z 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:31.7996779Z 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:31.7998301Z 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:31.8000322Z 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:31.8001914Z 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:31.8003564Z 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:31.8005356Z 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:31.8006632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:31.8007618Z 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:31.8008989Z 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:31.8010329Z 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:31.8011611Z 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:31.8012924Z 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:31.8014702Z 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:31.8016029Z 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:31.8017021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:31.8358577Z 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:31.8359684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:31.8360889Z 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:31.8362491Z 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:31.8364073Z 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:31.8365714Z 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:31.8366841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:31.8368002Z 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:31.8369410Z 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:31.8371194Z 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:31.8372609Z 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:31.8373694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:31.8374818Z 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:31.8376241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:31.8377458Z 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:31.8379158Z 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:31.8380327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:31.8381523Z 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:31.8383076Z 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:31.8384313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:31.8385534Z 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:31.8387125Z 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:31.8388465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:31.8389386Z 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:31.8390646Z 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:31.8391700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:21:31.8392683Z 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:31.8393757Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8394488Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8395366Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8396274Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8397246Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8398355Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8399512Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8400576Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8401666Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8402615Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:31.8403333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8404354Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8405289Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8406336Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8407519Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8408474Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8409381Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:31.8410076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:31.8410953Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:31.8411833Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:31.8412757Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:31.8413728Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:31.8414492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:31.8415276Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:31.8416203Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:31.8416881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:31.8417659Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:31.8418540Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:31.8419427Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:31.8420121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:31.8420989Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:31.8421901Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:31.8422770Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:31.8423514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8424343Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8425297Z 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:31.8426476Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8887032Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8888101Z 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:31.8889200Z 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:31.8890364Z 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:31.8891689Z 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:31.8893021Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8894116Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8895140Z 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:31.8896182Z 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:31.8897156Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8898219Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8899399Z 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:31.8900459Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8901513Z 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:31.8902607Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8903560Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8904546Z 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:31.8905575Z 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:31.8906611Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8907746Z 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:31.8908848Z 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:31.8910131Z 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:31.8911229Z 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:31.8912344Z 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:31.8913378Z 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:31.8914638Z 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:31.8915731Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:31.8916731Z 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:31.8917775Z 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:31.8918873Z 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:31.8919776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:31.8920486Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:31.8921377Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:31.8922470Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:31.8923179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8923896Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8924814Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8925851Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8926719Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8927606Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8928490Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:31.8929308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8929987Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8930899Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8931907Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8932938Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8933836Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8934717Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8935629Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8936510Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8937381Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8938303Z 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:31.8939293Z 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:31.8940296Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8941318Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8942367Z 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:31.8943394Z 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:31.8944807Z 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:31.8945975Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8947135Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8948127Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8949017Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8949912Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8950891Z 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:31.8951953Z 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:31.8953090Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.8954043Z 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:31.8955110Z 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:31.9344661Z 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:31.9345625Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.9346484Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.9347389Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.9348362Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.9349270Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.9350170Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:31.9350961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:31.9352026Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:31.9353053Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:31.9354063Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:31.9355108Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:31.9355955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:31.9356736Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:31.9357939Z 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:31.9359234Z 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:31.9360327Z 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:31.9361407Z 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:31.9362430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:31.9363520Z 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:31.9364954Z 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:31.9366747Z 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:31.9368368Z 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:31.9369870Z 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:31.9370872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:31.9371735Z 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:31.9372984Z 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:31.9374266Z 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:31.9375438Z 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:31.9376567Z 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:31.9377693Z 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:31.9378759Z 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:31.9379288Z 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:31.9379743Z 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:31.9380236Z 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:31.9380716Z 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:31.9381207Z 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:31.9381698Z 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:31.9382323Z 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:31.9382807Z 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:31.9383336Z 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:31.9383810Z 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:31.9384422Z 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:31.9384946Z 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:31.9385389Z 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:31.9385642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:31.9386207Z 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:31.9386747Z 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:31.9387010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:31.9387692Z 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:31.9388470Z 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:31.9389048Z 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:31.9389407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:21:31.9389965Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:21:31.9390200Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:31.9390639Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:31.9390866Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:21:31.9391359Z 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:31.9391633Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:21:31.9392266Z 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:31.9392511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:31.9393179Z 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:31.9393649Z 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:31.9393911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:31.9794654Z 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:31.9796105Z 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:31.9797289Z 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:31.9798150Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:31.9798948Z 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:31.9800222Z 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:31.9801236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:31.9802075Z 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:31.9803159Z 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:31.9804016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:31.9804888Z 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:31.9806030Z 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:31.9806921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:31.9807833Z 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:31.9808740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:21:31.9809568Z 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:31.9810484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:21:31.9811428Z 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:31.9812293Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:31.9813162Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:31.9814366Z 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:31.9815427Z 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:31.9816234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:21:31.9817119Z 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:31.9817996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:31.9818798Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:31.9819812Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:31.9820612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:21:31.9821413Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:21:31.9822208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:31.9823353Z 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:31.9824581Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:31.9825575Z 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:31.9826367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:31.9827295Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:31.9828120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:21:31.9828879Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:21:31.9829639Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:21:31.9830426Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:21:31.9831298Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:31.9832479Z 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:31.9833729Z 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:31.9834992Z 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:31.9835934Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:21:31.9836851Z 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:31.9837767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:21:31.9838735Z 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:31.9839678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:31.9840527Z 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:31.9841626Z 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:31.9842750Z 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:31.9843897Z 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:31.9845078Z 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:31.9846296Z 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:31.9847523Z 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:31.9848783Z 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:31.9850249Z 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:31.9851282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:31.9852278Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:31.9853318Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:31.9854396Z 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:31.9855566Z 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:31.9856685Z 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:31.9857789Z 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:31.9858654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:31.9859478Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:31.9860558Z 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:32.0110926Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:32.0112377Z 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:32.0113215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:21:32.0114176Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:21:32.0115195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:32.0116443Z 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:32.0117604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:32.0118999Z 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:32.0121046Z 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:32.0122315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:32.0123332Z 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:32.0124520Z 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:32.0125429Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:32.0126322Z 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:32.0127501Z 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:32.0128892Z 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:32.0130149Z 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:32.0131217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:32.0132344Z 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:32.0133937Z 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:32.0135457Z 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:32.0137290Z 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:32.0139147Z 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:32.0140240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:32.0141260Z 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:32.0142614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:32.0144150Z 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:32.0145769Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:32.0147340Z 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:32.0149142Z 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:32.0150720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:32.0152342Z 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:32.0154243Z 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:32.0155725Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:32.0157125Z 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:32.0158560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:32.0160211Z 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:32.0162396Z 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:32.0163823Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:32.0165288Z 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:32.0167189Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:32.0168913Z 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:32.0170393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:32.0171793Z 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:32.0173419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:32.0175291Z 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:32.0177030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:32.0178516Z 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:32.0180186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:32.0181940Z 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:32.0183363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:32.0184836Z 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:32.0278366Z 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:32.0280070Z 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:32.0281770Z 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:32.0283491Z 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:32.0285184Z 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:32.0287045Z 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:32.0288929Z 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:32.0290263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:32.0291640Z 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:32.0293034Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:32.0294244Z 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:32.0295903Z 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:32.0297726Z 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:32.0298977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:32.0300201Z 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:32.0301813Z 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:32.0303428Z 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:32.0304766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:32.0306165Z 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:32.0307560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:32.0308918Z 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:32.0310415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:32.0312159Z 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:32.0314168Z 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:32.0315793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:32.0317564Z 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:32.0319823Z 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:32.0322260Z 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:32.0324653Z 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:32.0326287Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:32.0327763Z 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:32.0329735Z 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:32.0331480Z 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:32.0333213Z 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:32.0334932Z 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:32.0336374Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:32.0337909Z 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:32.0339387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:32.0340882Z 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:32.0342846Z 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:32.0344380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:21:32.0345395Z 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:32.0346394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:32.0347290Z 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:32.0348502Z 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:32.0349829Z 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:32.0350739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:21:33.2949089Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:21:33.2949975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:33.2950974Z 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:33.2952303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:33.2953307Z 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:33.2954702Z 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:33.2955757Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:33.2956883Z 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:33.2957951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:21:33.2958978Z 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:33.2959928Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:33.2960708Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:33.2961551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:33.2962534Z 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:33.2963743Z 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:33.2964626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:21:33.2965364Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:21:33.2965964Z running egg_info 2025-06-05T23:21:33.2966216Z creating executorch.egg-info 2025-06-05T23:21:33.2966503Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:21:33.2966933Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:21:33.2967447Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:21:33.2967907Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:21:33.2968366Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:21:33.2968811Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:33.2969246Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:33.2969607Z adding license file 'LICENSE' 2025-06-05T23:21:33.2969951Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:33.2970550Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:33.2971178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:33.2971819Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:33.2972614Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:33.2973780Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:21:33.2975165Z 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:33.2976305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:33.2977520Z 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:33.2979341Z 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:33.2980848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:33.2982434Z 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:33.2984697Z 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:33.2986807Z 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:33.2988371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:33.2990031Z 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:33.2992300Z 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:33.2994655Z 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:33.2996305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:33.2997862Z 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:33.3000056Z 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:33.3002136Z 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:33.3004181Z 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:33.3006505Z 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:33.3008666Z 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:33.3010817Z 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:33.3012918Z 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:33.3015072Z 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:33.3017105Z 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:33.3176437Z 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:33.3178565Z 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:33.3180712Z 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:33.3183128Z 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:33.3185220Z 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:33.3187313Z 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:33.3189608Z 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:33.3191712Z 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:33.3195093Z 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:33.3197520Z 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:33.3199574Z 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:33.3201694Z 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:33.3204096Z 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:33.3206242Z 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:33.3207887Z 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:33.3209719Z 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:33.3211608Z 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:33.3213554Z 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:33.3215335Z 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:33.3216957Z 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:33.3219247Z 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:33.3221518Z 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:33.3223178Z 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:33.3224860Z 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:33.3227038Z 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:33.3228991Z 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:33.3230659Z 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:33.3232933Z 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:33.3234777Z 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:33.3236810Z 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:33.3238647Z 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:33.3240578Z 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:33.3242422Z 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:33.3244224Z 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:33.3246682Z 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:33.3385244Z 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:33.3387148Z 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:33.3388953Z 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:33.3391304Z 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:33.3393987Z 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:33.3396161Z 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:33.3398492Z 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:33.3400179Z 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:33.3401923Z 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:33.3404401Z 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:33.3406120Z 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:33.3407909Z 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:33.3409656Z 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:33.3411680Z 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:33.3413436Z 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:33.3415234Z 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:33.3417703Z 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:33.3420043Z 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:33.3422348Z 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:33.3424791Z 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:33.3427147Z 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:33.3428966Z 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:33.3431067Z 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:33.3434197Z 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:33.3437164Z 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:33.3439004Z 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:33.3440717Z 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:33.3443245Z 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:33.3445527Z 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:33.3447848Z 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:33.3450160Z 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:33.3452919Z 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:33.3455230Z 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:33.3589038Z 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:33.3591441Z 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:33.3594196Z 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:33.3596893Z 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:33.3599327Z 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:33.3601753Z 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:33.3603593Z 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:33.3605412Z 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:33.3607174Z 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:33.3608936Z 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:33.3611346Z 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:33.3613072Z 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:33.3614728Z 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:33.3616918Z 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:33.3619242Z 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:33.3620942Z 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:33.3622662Z 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:33.3624925Z 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:33.3626742Z 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:33.3628611Z 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:33.3630982Z 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:33.3633530Z 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:33.3635582Z 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:33.3638305Z 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:33.3640382Z 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:33.3642670Z 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:33.3644779Z 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:33.3646680Z 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:33.3648598Z 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:33.3650495Z 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:33.3653330Z 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:33.3655898Z 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:33.3657722Z 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:33.3659490Z 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:33.3957611Z 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:33.3959192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:33.3960117Z 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:33.3961386Z 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:33.3962644Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:33.3963790Z 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:33.3964932Z 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:33.3966026Z 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:33.3967239Z 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:33.3968228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:33.3969084Z 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:33.3970351Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:33.3971342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:33.3972488Z 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:33.3974032Z 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:33.3975550Z 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:33.3977155Z 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:33.3978612Z 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:33.3980061Z 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:33.3981535Z 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:33.3983084Z 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:33.3984751Z 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:33.3986357Z 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:33.3987817Z 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:33.3989233Z 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:33.3990794Z 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:33.3992388Z 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:33.3994092Z 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:33.3995668Z 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:33.3997255Z 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:33.3998932Z 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:33.4000444Z 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:33.4001913Z 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:33.4003426Z 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:33.4005129Z 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:33.4006708Z 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:33.4008225Z 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:33.4009738Z 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:33.4011242Z 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:33.4012886Z 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:33.4014300Z 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:33.4015723Z 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:33.4017326Z 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:33.4018813Z 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:33.4020439Z 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:33.4021956Z 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:33.4023526Z 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:33.4025042Z 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:33.4026555Z 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:33.4298730Z 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:33.4300427Z 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:33.4302109Z 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:33.4303710Z 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:33.4305477Z 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:33.4307037Z 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:33.4308503Z 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:33.4309951Z 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:33.4311590Z 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:33.4313323Z 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:33.4314829Z 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:33.4316308Z 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:33.4317747Z 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:33.4319448Z 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:33.4320969Z 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:33.4322477Z 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:33.4324020Z 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:33.4325690Z 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:33.4327211Z 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:33.4328741Z 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:33.4330192Z 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:33.4331702Z 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:33.4333197Z 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:33.4334666Z 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:33.4336296Z 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:33.4337761Z 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:33.4339210Z 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:33.4340623Z 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:33.4341664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:33.4342711Z 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:33.4343980Z 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:33.4345282Z 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:33.4346286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:33.4347360Z 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:33.4348781Z 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:33.4350246Z 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:33.4351634Z 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:33.4353300Z 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:33.4354828Z 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:33.4356176Z 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:33.4357466Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:33.4358794Z 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.4360138Z 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:33.4361425Z 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:33.4362882Z 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:33.4364277Z 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:33.4365838Z 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.4367481Z 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.4368666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:33.4682571Z 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:33.4684174Z 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:33.4685734Z 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:33.4687294Z 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:33.4689535Z 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:33.4692100Z 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:33.4693928Z 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:33.4695649Z 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:33.4697228Z 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:33.4698752Z 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:33.4701643Z 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:33.4703625Z 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:33.4705177Z 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:33.4706646Z 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:33.4709497Z 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:33.4711327Z 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:33.4712983Z 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:33.4715164Z 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:33.4718007Z 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:33.4719692Z 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:33.4721447Z 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:33.4723467Z 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:33.4733762Z 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:33.4736129Z 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:33.4738594Z 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:33.4740127Z 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:33.4741763Z 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:33.4743310Z 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:33.4744848Z 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:33.4746388Z 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:33.4748986Z 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:33.4751076Z 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:33.4752664Z 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:33.4754214Z 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:33.4755800Z 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:33.4757507Z 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:33.4760283Z 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:33.4761928Z 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:33.4763486Z 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:33.4765068Z 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:33.4767232Z 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:33.4769660Z 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:33.4771132Z 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:33.4772616Z 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:33.4774096Z 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:33.5019944Z 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:33.5023331Z 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:33.5026359Z 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:33.5029310Z 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:33.5032594Z 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:33.5035609Z 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:33.5038607Z 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:33.5041495Z 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:33.5044354Z 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:33.5047375Z 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:33.5050400Z 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:33.5052913Z 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:33.5054537Z 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:33.5056372Z 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:33.5059221Z 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:33.5062240Z 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:33.5065224Z 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:33.5068042Z 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:33.5070079Z 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:33.5071682Z 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:33.5073506Z 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:33.5075094Z 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:33.5076647Z 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:33.5078812Z 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:33.5081087Z 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:33.5082614Z 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:33.5084121Z 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:33.5085588Z 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:33.5088064Z 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:33.5090081Z 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.5091722Z 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.5093659Z 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.5096613Z 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.5098465Z 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.5100140Z 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.5102891Z 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.5105808Z 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.5107844Z 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.5109455Z 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.5111199Z 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.5112919Z 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.5114727Z 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.5116774Z 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.6110077Z 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.6113295Z 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.6116232Z 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.6119003Z 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.6120821Z 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.6122551Z 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.6124229Z 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.6125907Z 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.6127538Z 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.6129126Z 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.6130760Z 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.6132412Z 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.6134068Z 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.6135658Z 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:33.6136962Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:33.6138628Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:33.6139813Z 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:33.6141101Z 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:33.6142325Z 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:33.6143663Z 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:33.6144870Z 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:33.6146054Z 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:33.6147245Z 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.6148837Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:33.6150701Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:33.6152133Z 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:33.6153590Z 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:33.6155112Z 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.6156969Z 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.6158766Z 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:33.6160724Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:33.6162794Z 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:33.6164487Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:21:33.6165957Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:21:33.6167601Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.6168900Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:33.6170667Z 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:33.6172857Z 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:33.6174369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:21:33.6176035Z 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:33.6177702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6179113Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6180782Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6182606Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6184179Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6185769Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6187418Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6189158Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6190999Z 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:33.6193102Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6194767Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6196562Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6198394Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6200059Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6201688Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6268578Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6270228Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6271850Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6273684Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:33.6275343Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:33.6277038Z 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:33.6278879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:33.6280959Z 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:33.6283258Z 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:33.6284893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:33.6286098Z 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:33.6287318Z 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:33.6289165Z 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:33.6291137Z 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:33.6292538Z 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:33.6294183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:33.6295206Z 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:33.6296382Z 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:33.6297886Z 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:33.6299907Z 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:33.6302009Z 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:33.6304073Z 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:33.6306201Z 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:33.6308307Z 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:33.6310464Z 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:33.6312315Z 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:33.6313507Z 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:33.6314671Z 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:33.6315845Z 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:33.6317289Z 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:33.6319241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:33.6321444Z 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:33.6324032Z 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:33.6326258Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:33.6328679Z 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:33.6331203Z 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:33.6333611Z 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:33.6336169Z 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:33.6338524Z 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:33.6341096Z 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:33.6343564Z 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:33.6346179Z 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:33.6348745Z 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:33.6351329Z 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:33.6354121Z 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:33.6356962Z 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:33.6359018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:33.6360688Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:33.6362567Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:33.6364393Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:33.6366319Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:33.6367912Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:33.6369511Z 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:33.6371026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.6372465Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.6374171Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.6375827Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7024668Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7026640Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7028382Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7030211Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7032338Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7034144Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7035908Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7037662Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:33.7039251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:33.7040883Z 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:33.7042903Z 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:33.7044694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:33.7046535Z 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:33.7048711Z 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:33.7050691Z 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:33.7052319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:33.7053838Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:33.7055683Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:33.7057549Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:33.7059398Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:33.7061032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:33.7062746Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:33.7064742Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:33.7066791Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:33.7068120Z running build_ext 2025-06-05T23:21:33.7068865Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:21:33.7071077Z 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:33.7073919Z 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:33.7076301Z 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:33.7079459Z 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:33.7083151Z 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:33.7086495Z 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:33.7088470Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:33.7089055Z running install 2025-06-05T23:21:33.7089440Z running install_lib 2025-06-05T23:21:33.7089910Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:33.7090545Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:21:33.7091332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:21:33.7092637Z 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:33.7094716Z 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:33.7096585Z 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:33.7098498Z 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:33.7099870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:21:33.7101320Z 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:33.7103378Z 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:33.7105407Z 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:33.7107411Z 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:33.7108938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:21:33.7110570Z 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:33.7112950Z 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:33.7115254Z 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:33.7116865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:21:33.7118544Z 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:33.7120830Z 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:33.7123250Z 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:33.7125611Z 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:33.7127937Z 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:33.7130488Z 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:33.7132065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:21:33.7133563Z 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:33.7135742Z 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:33.7137907Z 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:33.7140075Z 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:33.7142379Z 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:33.7144651Z 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:33.7146818Z 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:33.7148430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:21:33.7150193Z 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:33.7152726Z 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:33.7155281Z 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:33.7157903Z 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:33.7159721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:21:33.7161044Z 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:33.7162517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:21:33.7164230Z 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:33.7166644Z 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:33.7168506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:21:33.7170486Z 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:33.7172634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:21:33.7174427Z 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:33.7176898Z 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:33.7179364Z 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:33.7181327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:21:33.7183283Z 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:33.7186126Z 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:33.7188251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:33.7190390Z 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:33.7193613Z 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:33.7196465Z 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:33.7198529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:33.7200558Z 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:33.7202640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:33.7204797Z 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:33.7207870Z 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:33.7210909Z 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:33.7212984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:21:33.7214919Z 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:33.7217647Z 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:33.7220345Z 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:33.7222233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:21:33.7224339Z 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:33.7226215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:21:33.7227961Z 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:33.7230368Z 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:33.7232251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:21:33.7233888Z 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:33.7236212Z 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:33.7237879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:21:33.7239705Z 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:33.7242241Z 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:33.7244595Z 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:33.7246273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:21:33.7247909Z 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:33.7250202Z 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:33.7251886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:21:33.7253734Z 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:33.7255609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:21:33.7257277Z 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:33.7259607Z 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:33.7262028Z 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:33.7264661Z 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:33.7267241Z 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:33.7269049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:21:33.7270933Z 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:33.7273838Z 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:33.7276601Z 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:33.7279301Z 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:33.7282141Z 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:33.7284378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:21:33.7286283Z 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:33.7289005Z 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:33.7290971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:21:33.7292887Z 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:33.7295436Z 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:33.7298180Z 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:33.7300026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:21:33.7301330Z 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:33.7303076Z 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:33.7304864Z 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:33.7306716Z 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:33.7308534Z 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:33.7310414Z 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:33.7312366Z 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:33.7314189Z 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:33.7315948Z 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:33.7317758Z 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:33.7319705Z 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:33.7321603Z 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:33.7323677Z 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:33.7325532Z 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:33.7327365Z 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:33.7329279Z 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:33.7331357Z 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:33.7333113Z 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:33.7334891Z 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:33.7336686Z 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:33.7338459Z 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:33.7340186Z 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:33.7341951Z 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:33.7343731Z 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:33.7345057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:21:33.7346604Z 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:33.7348674Z 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:33.7350788Z 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:33.7353127Z 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:33.7355304Z 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:33.7357417Z 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:33.7359589Z 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:33.7361766Z 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:33.7364006Z 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:33.7365611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:21:33.7367239Z 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:33.7369468Z 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:33.7372005Z 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:33.7374416Z 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:33.7376831Z 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:33.7379303Z 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:33.7381512Z 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:33.7383064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:21:33.7384578Z 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:33.7386754Z 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:33.7389026Z 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:33.7391324Z 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:33.7393825Z 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:33.7395906Z 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:33.7397596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:33.7399806Z 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:33.7402898Z 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:33.7406064Z 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:33.7409328Z 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:33.7412539Z 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:33.7414650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:21:33.7416451Z 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:33.7419122Z 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:33.7421859Z 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:33.7424709Z 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:33.7427302Z 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:33.7429840Z 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:33.7432502Z 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:33.7435055Z 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:33.7437593Z 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:33.7440053Z 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:33.7442448Z 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:33.7444926Z 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:33.7447427Z 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:33.7449893Z 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:33.7452374Z 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:33.7454940Z 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:33.7457406Z 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:33.7459821Z 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:33.7462228Z 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:33.7464662Z 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:33.7466275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:21:33.7468127Z 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:33.7470833Z 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:33.7472718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:33.7474935Z 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:33.7477968Z 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:33.7480809Z 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:33.7482631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:21:33.7484262Z 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:33.7486288Z 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:33.7488390Z 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:33.7490444Z 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:33.7491967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:21:33.7493651Z 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:33.7495704Z 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:33.7497252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:21:33.7498921Z 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:33.7500684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:21:33.7502665Z 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:33.7504553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:21:33.7506162Z 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:33.7507803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:21:33.7509518Z 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:33.7512074Z 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:33.7513804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:33.7515586Z 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:33.7518135Z 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:33.7520716Z 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:33.7522518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:21:33.7524425Z 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:33.7526839Z 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:33.7528691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:33.7530523Z 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:33.7532496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:21:33.7534245Z 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:33.7536711Z 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:33.7538502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:21:33.7540275Z 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:33.7542791Z 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:33.7545180Z 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:33.7546783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:21:33.7548539Z 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:33.7550251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:21:33.7551617Z 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:33.7553646Z 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:33.7555629Z 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:33.7556985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:21:33.7558515Z 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:33.7560049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:21:33.7561569Z 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:33.7563687Z 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:33.7565754Z 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:33.7567294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:21:33.7568987Z 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:33.7570639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:21:33.7572092Z 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:33.7574443Z 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:33.7576787Z 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:33.7579064Z 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:33.7581469Z 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:33.7583752Z 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:33.7586075Z 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:33.7588445Z 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:33.7590863Z 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:33.7593409Z 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:33.7595690Z 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:33.7598078Z 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:33.7600371Z 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:33.7602718Z 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:33.7605107Z 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:33.7607395Z 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:33.7609673Z 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:33.7611955Z 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:33.7614198Z 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:33.7616511Z 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:33.7618875Z 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:33.7621214Z 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:33.7623549Z 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:33.7626149Z 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:33.7628688Z 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:33.7631227Z 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:33.7633874Z 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:33.7636259Z 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:33.7638650Z 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:33.7640874Z 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:33.7643083Z 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:33.7645340Z 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:33.7647610Z 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:33.7649269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:21:33.7650767Z 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:33.7652919Z 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:33.7655091Z 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:33.7656658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:21:33.7658318Z 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:33.7660675Z 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:33.7663104Z 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:33.7664751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:21:33.7666163Z 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:33.7668266Z 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:33.7670389Z 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:33.7672538Z 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:33.7674776Z 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:33.7676806Z 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:33.7678262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:21:33.7679743Z 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:33.7681768Z 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:33.7684044Z 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:33.7686096Z 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:33.7688197Z 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:33.7690304Z 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:33.7692407Z 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:33.7694491Z 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:33.7696557Z 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:33.7698714Z 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:33.7700982Z 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:33.7703211Z 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:33.7705282Z 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:33.7707509Z 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:33.7709691Z 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:33.7712149Z 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:33.7714491Z 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:33.7716653Z 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:33.7718809Z 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:33.7720962Z 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:33.7723095Z 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:33.7725576Z 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:33.7727841Z 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:33.7730060Z 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:33.7732498Z 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:33.7734862Z 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:33.7737213Z 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:33.7739455Z 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:33.7741546Z 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:33.7743632Z 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:33.7745810Z 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:33.7747933Z 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:33.7750049Z 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:33.7751633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:21:33.7753393Z 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:33.7755780Z 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:33.7758163Z 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:33.7760570Z 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:33.7762292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:21:33.7764123Z 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:33.7766360Z 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:33.7767734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:21:33.7769100Z 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:33.7770526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:21:33.7772082Z 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:33.7773628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:21:33.7774738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:21:33.7776469Z 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:33.7778135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:21:33.7779622Z 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:33.7781824Z 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:33.7783751Z 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:33.7785169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:21:33.7786086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:21:33.7787636Z 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:33.7789768Z 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:33.7791857Z 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:33.7794344Z 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:33.7796603Z 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:33.7798680Z 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:33.7800750Z 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:33.7802936Z 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:33.7805162Z 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:33.7807408Z 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:33.7809597Z 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:33.7811676Z 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:33.7813829Z 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:33.7815472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:21:33.7817095Z 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:33.7819462Z 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:33.7822020Z 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:33.7824852Z 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:33.7827363Z 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:33.7829788Z 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:33.7832478Z 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:33.7834988Z 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:33.7837437Z 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:33.7839879Z 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:33.7842422Z 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:33.7845006Z 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:33.7847673Z 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:33.7850345Z 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:33.7852964Z 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:33.7855518Z 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:33.7858075Z 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:33.7860589Z 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:33.7863141Z 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:33.7865691Z 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:33.7868290Z 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:33.7870838Z 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:33.7873500Z 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:33.7876222Z 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:33.7878865Z 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:33.7881500Z 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:33.7884343Z 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:33.7886925Z 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:33.7889508Z 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:33.7892023Z 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:33.7894706Z 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:33.7897292Z 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:33.7899934Z 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:33.7902611Z 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:33.7905113Z 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:33.7907649Z 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:33.7910306Z 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:33.7913014Z 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:33.7915552Z 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:33.7918161Z 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:33.7920867Z 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:33.7923508Z 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:33.7926041Z 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:33.7928726Z 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:33.7931338Z 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:33.7933935Z 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:33.7936554Z 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:33.7939121Z 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:33.7941795Z 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:33.7944422Z 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:33.7947046Z 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:33.7949694Z 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:33.7952536Z 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:33.7954561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:21:33.7956445Z 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:33.7959136Z 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:33.7961989Z 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:33.7964808Z 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:33.7967647Z 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:33.7970431Z 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:33.7973295Z 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:33.7976167Z 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:33.7979001Z 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:33.7981969Z 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:33.7984882Z 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:33.7986912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:21:33.7988812Z 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:33.7991330Z 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:33.7994097Z 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:33.7996531Z 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:33.7998958Z 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:33.8001426Z 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:33.8003906Z 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:33.8006426Z 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:33.8008957Z 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:33.8011294Z 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:33.8013715Z 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:33.8016273Z 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:33.8018659Z 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:33.8020991Z 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:33.8023360Z 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:33.8025766Z 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:33.8028198Z 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:33.8030606Z 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:33.8033306Z 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:33.8035705Z 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:33.8038166Z 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:33.8040580Z 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:33.8043272Z 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:33.8045821Z 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:33.8048358Z 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:33.8050834Z 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:33.8053297Z 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:33.8055786Z 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:33.8058146Z 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:33.8060516Z 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:33.8062974Z 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:33.8065453Z 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:33.8068025Z 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:33.8070525Z 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:33.8073022Z 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:33.8075431Z 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:33.8077837Z 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:33.8080256Z 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:33.8082572Z 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:33.8085161Z 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:33.8087594Z 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:33.8090010Z 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:33.8092563Z 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:33.8095352Z 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:33.8097982Z 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:33.8100738Z 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:33.8103297Z 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:33.8105781Z 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:33.8108339Z 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:33.8110990Z 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:33.8113620Z 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:33.8116175Z 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:33.8117953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:21:33.8119722Z 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:33.8122239Z 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:33.8124897Z 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:33.8127646Z 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:33.8130433Z 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:33.8132362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:21:33.8134154Z 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:33.8135939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:21:33.8137805Z 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:33.8140116Z 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:33.8142471Z 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:33.8144832Z 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:33.8146714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:21:33.8148584Z 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:33.8151305Z 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:33.8153995Z 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:33.8156553Z 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:33.8159178Z 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:33.8161769Z 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:33.8164468Z 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:33.8167111Z 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:33.8169836Z 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:33.8172696Z 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:33.8175471Z 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:33.8177295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:21:33.8179128Z 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:33.8181789Z 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:33.8184403Z 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:33.8187002Z 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:33.8189718Z 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:33.8192444Z 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:33.8195371Z 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:33.8198243Z 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:33.8200922Z 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:33.8203639Z 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:33.8206217Z 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:33.8208019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:21:33.8209760Z 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:33.8212135Z 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:33.8214629Z 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:33.8217106Z 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:33.8219522Z 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:33.8221911Z 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:33.8224331Z 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:33.8226797Z 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:33.8229292Z 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:33.8231823Z 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:33.8234310Z 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:33.8236741Z 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:33.8239124Z 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:33.8241724Z 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:33.8244205Z 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:33.8246691Z 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:33.8249171Z 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:33.8251814Z 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:33.8254280Z 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:33.8256753Z 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:33.8259396Z 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:33.8261950Z 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:33.8264534Z 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:33.8266868Z 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:33.8269296Z 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:33.8271726Z 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:33.8274220Z 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:33.8276583Z 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:33.8279039Z 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:33.8281475Z 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:33.8283948Z 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:33.8286428Z 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:33.8288940Z 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:33.8291465Z 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:33.8294104Z 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:33.8296357Z 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:33.8298807Z 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:33.8301376Z 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:33.8304065Z 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:33.8306501Z 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:33.8309120Z 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:33.8311652Z 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:33.8314193Z 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:33.8316669Z 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:33.8319199Z 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:33.8321753Z 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:33.8324154Z 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:33.8326497Z 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:33.8328940Z 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:33.8331323Z 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:33.8333757Z 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:33.8336242Z 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:33.8338711Z 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:33.8341094Z 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:33.8343630Z 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:33.8346186Z 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:33.8348648Z 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:33.8351142Z 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:33.8353716Z 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:33.8356368Z 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:33.8358827Z 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:33.8361181Z 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:33.8363702Z 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:33.8366208Z 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:33.8368750Z 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:33.8371351Z 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:33.8373844Z 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:33.8376332Z 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:33.8378847Z 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:33.8381404Z 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:33.8383907Z 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:33.8386453Z 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:33.8388904Z 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:33.8391346Z 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:33.8394088Z 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:33.8396577Z 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:33.8399179Z 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:33.8401659Z 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:33.8404075Z 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:33.8406532Z 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:33.8409170Z 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:33.8411573Z 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:33.8414053Z 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:33.8416572Z 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:33.8419241Z 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:33.8421943Z 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:33.8424559Z 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:33.8426926Z 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:33.8429334Z 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:33.8431791Z 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:33.8433690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:21:33.8435643Z 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:33.8438338Z 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:33.8441169Z 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:33.8444017Z 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:33.8446815Z 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:33.8449607Z 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:33.8452603Z 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:33.8455474Z 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:33.8458334Z 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:33.8461404Z 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:33.8464313Z 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:33.8467110Z 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:33.8469929Z 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:33.8472715Z 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:33.8475476Z 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:33.8478229Z 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:33.8481136Z 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:33.8484047Z 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:33.8486907Z 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:33.8489668Z 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:33.8492421Z 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:33.8495445Z 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:33.8497513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:21:33.8499535Z 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:33.8501512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:21:33.8503310Z 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:33.8506126Z 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:33.8508770Z 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:33.8511415Z 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:33.8513560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:21:33.8515406Z 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:33.8517225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:21:33.8538499Z 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:33.8540359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:21:33.8541621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:33.8543814Z 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:33.8546180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:21:33.8547847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:33.8550570Z 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:33.8554485Z 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:33.8557265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:33.8560176Z 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:33.8564068Z 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:33.8567757Z 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:33.8571500Z 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:33.8575258Z 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:33.8579125Z 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:33.8582867Z 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:33.8586492Z 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:33.8590303Z 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:33.8594410Z 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:33.8598240Z 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:33.8601985Z 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:33.8605720Z 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:33.8609383Z 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:33.8613022Z 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:33.8616705Z 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:33.8620494Z 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:33.8624306Z 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:33.8628055Z 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:33.8631842Z 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:33.8635618Z 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:33.8639500Z 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:33.8643245Z 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:33.8646841Z 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:33.8650751Z 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:33.8654462Z 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:33.8658130Z 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:33.8661806Z 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:33.8665488Z 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:33.8669308Z 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:33.8673212Z 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:33.8676966Z 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:33.8680665Z 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:33.8684338Z 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:33.8686879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:21:33.8688445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:33.8691093Z 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:33.8694019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:33.8696986Z 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:33.8699689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:21:33.8701462Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:33.8704623Z 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:33.8707664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:33.8710762Z 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:33.8713907Z 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:33.8717355Z 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:33.8720768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:33.8724050Z 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:33.8728495Z 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:33.8731751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:33.8735101Z 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:33.8738330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:33.8741699Z 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:33.8745068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:33.8748401Z 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:33.8752002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:33.8755261Z 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:33.8758509Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:33.8761778Z 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:33.8765295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:33.8768626Z 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:33.8772008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:33.8775435Z 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:33.8778779Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:33.8782073Z 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:33.8785390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:33.8788638Z 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:33.8792026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:33.8795455Z 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:33.8798580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:33.8801736Z 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:33.8806138Z 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:33.8810737Z 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:33.8815087Z 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:33.8818270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:33.8821722Z 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:33.8825041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:33.8828380Z 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:33.8831672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:33.8834938Z 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:33.8838236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:33.8841564Z 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:33.8844805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:33.8847787Z 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:33.8851846Z 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:33.8854968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:33.8858358Z 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:33.8862812Z 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:33.8867703Z 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:33.8872394Z 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:33.8877070Z 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:33.8882023Z 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:33.8886885Z 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:33.8891643Z 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:33.8896083Z 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:33.8900754Z 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:33.8904247Z 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:33.8908088Z 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:33.8913417Z 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:33.8918510Z 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:33.8923637Z 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:33.8928923Z 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:33.8934043Z 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:33.8939226Z 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:33.8944534Z 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:33.8949609Z 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:33.8954683Z 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:33.8959870Z 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:33.8965023Z 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:33.8969991Z 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:33.8974707Z 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:33.8977819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:33.8980963Z 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:33.8985279Z 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:33.8988485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:33.8991972Z 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:33.8996479Z 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:33.9001059Z 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:33.9005621Z 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:33.9009949Z 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:33.9013286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:33.9016475Z 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:33.9020873Z 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:33.9025091Z 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:33.9028229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:33.9031672Z 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:33.9036431Z 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:33.9040984Z 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:33.9044363Z 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:33.9048084Z 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:33.9052866Z 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:33.9057801Z 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:33.9063033Z 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:33.9068004Z 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:33.9072995Z 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:33.9077858Z 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:33.9082674Z 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:33.9087510Z 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:33.9092410Z 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:33.9097429Z 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:33.9102289Z 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:33.9107113Z 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:33.9112280Z 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:33.9117388Z 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:33.9122584Z 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:33.9127393Z 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:33.9132446Z 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:33.9137426Z 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:33.9142297Z 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:33.9147045Z 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:33.9152044Z 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:33.9155800Z 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:33.9159650Z 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:33.9162216Z 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:33.9164879Z 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:33.9167571Z 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:33.9170266Z 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:33.9172955Z 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:33.9175496Z 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:33.9176538Z 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:33.9178903Z 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:33.9181222Z 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:33.9182312Z 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:33.9184735Z 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:33.9187171Z 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:33.9189607Z 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:33.9190584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:33.9193003Z 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:33.9195371Z 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:33.9197591Z 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:33.9199768Z 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:33.9202111Z 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:33.9204244Z 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:33.9206467Z 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:33.9208592Z 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:33.9210767Z 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:33.9211749Z 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:33.9213934Z 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:33.9216178Z 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:33.9218400Z 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:33.9219434Z 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:33.9221688Z 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:33.9224085Z 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:33.9225020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:33.9227090Z 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:33.9228256Z 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:33.9230630Z 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:33.9233040Z 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:33.9235353Z 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:33.9236290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:33.9238460Z 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:33.9240666Z 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:33.9241683Z 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:33.9244156Z 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:33.9245316Z 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:33.9247803Z 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:33.9250336Z 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:33.9252962Z 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:33.9253992Z 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:33.9256282Z 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:33.9258806Z 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:33.9259863Z 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:33.9260974Z 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:33.9263539Z 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:33.9266033Z 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:33.9268597Z 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:33.9271053Z 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:33.9272376Z 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:33.9275156Z 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:33.9277919Z 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:33.9280737Z 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:33.9283661Z 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:33.9286363Z 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:33.9287622Z 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:33.9290123Z 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:33.9292595Z 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:33.9294781Z 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:33.9297086Z 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:33.9299158Z 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:33.9301239Z 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:33.9303331Z 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:33.9305457Z 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:33.9307549Z 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:33.9309625Z 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:33.9311872Z 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:33.9314020Z 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:33.9316235Z 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:33.9318331Z 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:33.9320367Z 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:33.9322508Z 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:33.9324612Z 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:33.9326711Z 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:33.9328815Z 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:33.9330965Z 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:33.9333060Z 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:33.9334852Z 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:33.9336659Z 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:33.9338919Z 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:33.9340981Z 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:33.9342940Z 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:33.9345026Z 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:33.9345989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:33.9348137Z 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:33.9349180Z 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:33.9351453Z 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:33.9353811Z 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:33.9354858Z 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:33.9357153Z 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:33.9359509Z 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:33.9360524Z 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:33.9362829Z 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:33.9365102Z 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:33.9366274Z 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:33.9368630Z 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:33.9370994Z 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:33.9372121Z 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:33.9374373Z 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:33.9375440Z 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:33.9377706Z 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:33.9378772Z 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:33.9381129Z 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:33.9383451Z 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:33.9385768Z 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:33.9388119Z 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:33.9389209Z 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:33.9391696Z 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:33.9394441Z 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:33.9397198Z 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:33.9398217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:33.9400450Z 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:33.9402918Z 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:33.9405243Z 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:33.9407593Z 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:33.9409943Z 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:33.9412245Z 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:33.9414576Z 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:33.9416905Z 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:33.9419309Z 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:33.9421697Z 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:33.9424074Z 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:33.9426631Z 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:33.9427664Z 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:33.9429924Z 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:33.9431021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:21:33.9432085Z 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:33.9433248Z 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:33.9435968Z 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:33.9438694Z 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:33.9439788Z 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:33.9441032Z 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:33.9443762Z 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:33.9444665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:21:33.9445613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:33.9447748Z 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:33.9448737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:33.9449764Z 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:33.9450860Z 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:33.9453345Z 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:33.9455828Z 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:33.9457125Z 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:33.9459796Z 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:33.9462480Z 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:33.9465083Z 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:33.9467787Z 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:33.9470019Z 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:33.9471006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:21:33.9472127Z 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:33.9474474Z 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:33.9475358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:21:33.9476292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:21:33.9477234Z 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:33.9478227Z 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:33.9479299Z 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:33.9481748Z 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:33.9484058Z 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:33.9486460Z 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:33.9487574Z 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:33.9490154Z 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:33.9492653Z 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:33.9498144Z 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:33.9503748Z 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:33.9509108Z 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:33.9514630Z 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:33.9519965Z 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:33.9525356Z 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:33.9530974Z 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:33.9536327Z 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:33.9541399Z 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:33.9546886Z 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:33.9552273Z 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:33.9557675Z 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:33.9563316Z 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:33.9568801Z 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:33.9574057Z 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:33.9579664Z 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:33.9585274Z 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:33.9590436Z 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:33.9596016Z 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:33.9601329Z 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:33.9605564Z 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:33.9609779Z 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:33.9615466Z 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:33.9621454Z 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:33.9627437Z 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:33.9633451Z 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:33.9639474Z 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:33.9645249Z 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:33.9649371Z 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:33.9653344Z 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:33.9658864Z 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:33.9662716Z 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:33.9666595Z 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:33.9672128Z 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:33.9677302Z 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:33.9682569Z 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:33.9686485Z 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:33.9690740Z 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:33.9696611Z 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:33.9702469Z 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:33.9708376Z 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:33.9714076Z 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:33.9718109Z 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:33.9722112Z 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:33.9727287Z 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:33.9731278Z 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:33.9735285Z 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:33.9740746Z 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:33.9746135Z 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:33.9750013Z 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:33.9753920Z 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:33.9758611Z 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:33.9761668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:33.9764841Z 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:33.9769190Z 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:33.9772353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:33.9775590Z 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:33.9780238Z 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:33.9784705Z 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:33.9787997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:33.9791442Z 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:33.9794935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:33.9798064Z 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:33.9801243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:21:33.9803252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:21:33.9805377Z 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:33.9807575Z 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:33.9809873Z 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:33.9813457Z 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:33.9816963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:21:33.9819089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:21:33.9821354Z 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:33.9825032Z 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:33.9828580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:21:33.9830688Z 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:33.9834096Z 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:33.9838865Z 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:33.9841943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:33.9844277Z 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:33.9846522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:21:33.9847557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:33.9849303Z 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:33.9851826Z 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:33.9853626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:21:33.9855331Z 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:33.9857684Z 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:33.9860073Z 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:33.9862533Z 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:33.9864566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:33.9866948Z 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:33.9870422Z 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:33.9872950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:21:33.9875086Z 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:33.9878061Z 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:33.9880821Z 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:33.9883654Z 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:33.9886454Z 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:33.9889408Z 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:33.9892211Z 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:33.9895000Z 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:33.9897692Z 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:33.9900699Z 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:33.9902581Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:21:33.9904162Z 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:33.9906494Z 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:33.9908901Z 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:33.9910654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:21:33.9912528Z 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:33.9915307Z 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:33.9917310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:21:33.9919215Z 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:33.9921915Z 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:33.9924639Z 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:33.9927385Z 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:33.9929247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:21:33.9930850Z 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:33.9933187Z 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:33.9935548Z 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:33.9937792Z 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:33.9939384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:21:33.9941527Z 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:33.9944366Z 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:33.9947159Z 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:33.9949174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:21:33.9951178Z 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:33.9953808Z 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:33.9956534Z 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:33.9959243Z 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:33.9961057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:21:33.9962990Z 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:33.9965689Z 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:33.9968276Z 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:33.9970849Z 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:33.9972790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:33.9974810Z 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:33.9977692Z 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:33.9980766Z 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:33.9983776Z 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:33.9985997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:33.9988268Z 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:33.9991658Z 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:33.9995484Z 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:33.9998880Z 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:34.0001375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:34.0003762Z 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:34.0007321Z 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:34.0010767Z 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:34.0014198Z 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:34.0016711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:34.0019224Z 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:34.0021878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:34.0024775Z 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:34.0028869Z 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:34.0033132Z 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:34.0037399Z 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:34.0041708Z 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:34.0045947Z 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:34.0050117Z 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:34.0054454Z 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:34.0058736Z 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:34.0063016Z 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:34.0067328Z 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:34.0071492Z 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:34.0075745Z 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:34.0078716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:34.0081436Z 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:34.0085250Z 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:34.0089045Z 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:34.0092868Z 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:34.0095396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:34.0097226Z 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:34.0099128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:34.0101238Z 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:34.0104244Z 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:34.0107404Z 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:34.0110806Z 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:34.0113824Z 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:34.0116880Z 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:34.0120140Z 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:34.0123356Z 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:34.0126677Z 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:34.0130015Z 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:34.0133440Z 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:34.0137103Z 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:34.0140478Z 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:34.0143612Z 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:34.0146821Z 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:34.0150026Z 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:34.0153131Z 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:34.0156176Z 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:34.0159304Z 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:34.0162392Z 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:34.0165566Z 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:34.0168829Z 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:34.0171801Z 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:34.0174797Z 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:34.0178032Z 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:34.0181553Z 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:34.0184841Z 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:34.0188006Z 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:34.0191017Z 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:34.0194292Z 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:34.0197460Z 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:34.0200712Z 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:34.0203926Z 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:34.0207113Z 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:34.0210455Z 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:34.0213748Z 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:34.0216946Z 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:34.0220045Z 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:34.0223221Z 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:34.0226516Z 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:34.0229778Z 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:34.0233387Z 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:34.0236709Z 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:34.0240038Z 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:34.0243206Z 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:34.0246469Z 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:34.0249631Z 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:34.0252837Z 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:34.0256081Z 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:34.0259375Z 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:34.0262936Z 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:34.0266367Z 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:34.0269557Z 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:34.0272772Z 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:34.0275984Z 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:34.0279238Z 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:34.0282454Z 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:34.0285909Z 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:34.0289258Z 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:34.0292508Z 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:34.0295917Z 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:34.0299255Z 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:34.0302210Z 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:34.0305266Z 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:34.0308398Z 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:34.0311692Z 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:34.0314974Z 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:34.0318087Z 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:34.0321135Z 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:34.0324315Z 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:34.0327453Z 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:34.0330745Z 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:34.0334184Z 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:34.0337413Z 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:34.0340640Z 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:34.0343837Z 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:34.0347112Z 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:34.0350411Z 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:34.0353883Z 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:34.0357214Z 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:34.0360282Z 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:34.0363469Z 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:34.0366545Z 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:34.0369482Z 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:34.0372540Z 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:34.0375828Z 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:34.0379344Z 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:34.0382682Z 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:34.0385780Z 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:34.0388860Z 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:34.0391973Z 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:34.0395204Z 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:34.0398310Z 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:34.0401410Z 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:34.0404665Z 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:34.0407756Z 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:34.0410865Z 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:34.0414223Z 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:34.0417593Z 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:34.0420905Z 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:34.0424038Z 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:34.0427140Z 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:34.0430274Z 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:34.0433469Z 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:34.0436674Z 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:34.0440000Z 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:34.0443174Z 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:34.0446372Z 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:34.0449571Z 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:34.0452816Z 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:34.0456202Z 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:34.0459580Z 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:34.0463001Z 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:34.0466113Z 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:34.0469273Z 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:34.0472602Z 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:34.0475674Z 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:34.0478765Z 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:34.0481933Z 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:34.0485139Z 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:34.0488341Z 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:34.0491498Z 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:34.0494524Z 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:34.0497442Z 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:34.0500478Z 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:34.0503644Z 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:34.0506748Z 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:34.0509819Z 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:34.0513112Z 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:34.0516447Z 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:34.0519866Z 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:34.0523140Z 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:34.0526396Z 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:34.0529774Z 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:34.0532874Z 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:34.0535977Z 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:34.0539264Z 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:34.0542489Z 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:34.0545869Z 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:34.0549385Z 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:34.0552919Z 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:34.0556262Z 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:34.0559666Z 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:34.0563173Z 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:34.0566667Z 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:34.0570069Z 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:34.0573551Z 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:34.0577048Z 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:34.0580510Z 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:34.0583834Z 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:34.0587206Z 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:34.0590754Z 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:34.0594374Z 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:34.0597946Z 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:34.0601470Z 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:34.0604833Z 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:34.0608187Z 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:34.0611621Z 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:34.0615038Z 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:34.0618398Z 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:34.0621578Z 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:34.0624627Z 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:34.0627597Z 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:34.0630483Z 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:34.0633545Z 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:34.0636607Z 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:34.0639799Z 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:34.0643068Z 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:34.0646374Z 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:34.0649698Z 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:34.0652817Z 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:34.0656176Z 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:34.0659570Z 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:34.0662737Z 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:34.0666082Z 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:34.0669571Z 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:34.0673152Z 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:34.0676629Z 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:34.0679999Z 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:34.0683186Z 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:34.0686258Z 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:34.0689335Z 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:34.0692460Z 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:34.0695636Z 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:34.0697951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:34.0700125Z 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:34.0703142Z 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:34.0705716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:34.0708358Z 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:34.0712137Z 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:34.0715875Z 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:34.0719635Z 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:34.0723413Z 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:34.0727091Z 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:34.0730666Z 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:34.0734527Z 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:34.0738412Z 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:34.0742453Z 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:34.0746341Z 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:34.0750203Z 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:34.0754225Z 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:34.0758095Z 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:34.0761866Z 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:34.0765766Z 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:34.0769571Z 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:34.0773411Z 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:34.0777363Z 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:34.0781215Z 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:34.0784977Z 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:34.0788632Z 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:34.0792428Z 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:34.0795976Z 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:34.0799704Z 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:34.0803466Z 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:34.0807277Z 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:34.0811134Z 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:34.0814894Z 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:34.0818672Z 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:34.0822670Z 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:34.0826460Z 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:34.0830234Z 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:34.0834078Z 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:34.0837829Z 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:34.0841627Z 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:34.0845438Z 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:34.0849241Z 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:34.0852861Z 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:34.0856464Z 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:34.0860201Z 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:34.0864007Z 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:34.0867900Z 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:34.0871639Z 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:34.0875491Z 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:34.0879385Z 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:34.0883187Z 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:34.0886933Z 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:34.0890648Z 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:34.0894541Z 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:34.0898313Z 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:34.0901985Z 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:34.0905717Z 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:34.0909471Z 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:34.0913186Z 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:34.0916841Z 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:34.0920607Z 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:34.0924413Z 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:34.0928380Z 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:34.0932182Z 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:34.0936038Z 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:34.0940030Z 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:34.0943844Z 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:34.0947611Z 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:34.0951412Z 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:34.0955261Z 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:34.0958952Z 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:34.0962687Z 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:34.0966541Z 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:34.0970387Z 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:34.0974107Z 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:34.0977923Z 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:34.0981769Z 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:34.0985856Z 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:34.0989679Z 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:34.0993618Z 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:34.0997493Z 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:34.1001228Z 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:34.1004976Z 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:34.1008829Z 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:34.1012821Z 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:34.1016932Z 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:34.1019745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:34.1022486Z 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:34.1025199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:34.1027490Z 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:34.1030661Z 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:34.1034002Z 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:34.1036358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:34.1038559Z 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:34.1041871Z 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:34.1045062Z 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:34.1048255Z 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:34.1051577Z 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:34.1054665Z 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:34.1056970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:34.1059586Z 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:34.1063256Z 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:34.1067182Z 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:34.1070886Z 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:34.1074479Z 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:34.1078478Z 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:34.1082501Z 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:34.1086429Z 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:34.1090257Z 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:34.1094423Z 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:34.1098681Z 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:34.1102513Z 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:34.1106416Z 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:34.1110550Z 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:34.1114581Z 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:34.1118722Z 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:34.1121474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:21:34.1123369Z 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:34.1126010Z 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:34.1128506Z 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:34.1130220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:21:34.1132044Z 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:34.1134461Z 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:34.1137025Z 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:34.1139517Z 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:34.1141908Z 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:34.1144467Z 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:34.1147034Z 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:34.1149699Z 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:34.1152523Z 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:34.1155153Z 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:34.1157596Z 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:34.1159332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:21:34.1160663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:21:34.1161978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:34.1164524Z 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:34.1168153Z 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:34.1171775Z 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:34.1175271Z 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:34.1178829Z 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:34.1182411Z 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:34.1185948Z 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:34.1189449Z 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:34.1193237Z 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:34.1195528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:21:34.1196493Z 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:34.1197611Z 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:34.1198698Z 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:34.1199179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:21:34.1200555Z 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:34.1201808Z 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:34.1202254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:21:34.1203441Z 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:34.1204108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:21:34.1205480Z 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:34.1205967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:21:34.1207283Z 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:34.1208538Z 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:34.1209818Z 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:34.1211016Z 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:34.1212298Z 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:34.1213631Z 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:34.1214884Z 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:34.1216151Z 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:34.1217462Z 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:34.1218750Z 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:34.1220012Z 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:34.1220425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:21:34.1221524Z 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:34.1222002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:21:34.1223135Z 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:34.1224614Z 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:34.1225893Z 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:34.1227115Z 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:34.1228330Z 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:34.1229635Z 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:34.1230865Z 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:34.1232185Z 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:34.1233449Z 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:34.1234654Z 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:34.1235872Z 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:34.1237154Z 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:34.1238400Z 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:34.1239723Z 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:34.1240888Z 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:34.1242126Z 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:34.1243449Z 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:34.1244659Z 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:34.1245812Z 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:34.1247060Z 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:34.1248367Z 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:34.1249632Z 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:34.1250822Z 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:34.1252055Z 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:34.1253412Z 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:34.1254690Z 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:34.1255928Z 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:34.1257273Z 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:34.1258537Z 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:34.1259791Z 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:34.1260984Z 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:34.1262242Z 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:34.1263473Z 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:34.1264749Z 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:34.1266013Z 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:34.1267208Z 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:34.1268385Z 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:34.1268934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:21:34.1270291Z 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:34.1271586Z 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:34.1272995Z 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:34.1274420Z 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:34.1275719Z 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:34.1276959Z 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:34.1278296Z 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:34.1279741Z 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:34.1281004Z 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:34.1282299Z 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:34.1283634Z 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:34.1284827Z 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:34.1286152Z 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:34.1287514Z 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:34.1288763Z 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:34.1290083Z 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:34.1291333Z 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:34.1292561Z 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:34.1294195Z 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:34.1319306Z 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:34.1320577Z 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:34.1321702Z 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:34.1322954Z 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:34.1324348Z 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:34.1325547Z 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:34.1326748Z 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:34.1327934Z 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:34.1329326Z 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:34.1330533Z 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:34.1331703Z 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:34.1332872Z 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:34.1334132Z 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:34.1335332Z 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:34.1336603Z 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:34.1337848Z 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:34.1339094Z 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:34.1340290Z 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:34.1341493Z 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:34.1342767Z 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:34.1344027Z 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:34.1345189Z 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:34.1346368Z 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:34.1347562Z 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:34.1348894Z 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:34.1350148Z 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:34.1351335Z 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:34.1352582Z 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:34.1353901Z 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:34.1355170Z 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:34.1356378Z 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:34.1357514Z 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:34.1358706Z 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:34.1359860Z 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:34.1361067Z 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:34.1362247Z 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:34.1363386Z 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:34.1364568Z 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:34.1365784Z 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:34.1366997Z 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:34.1368189Z 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:34.1369380Z 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:34.1370595Z 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:34.1371798Z 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:34.1373014Z 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:34.1374327Z 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:34.1375595Z 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:34.1376853Z 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:34.1378204Z 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:34.1379341Z 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:34.1380573Z 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:34.1381812Z 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:34.1382975Z 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:34.1384219Z 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:34.1385449Z 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:34.1386659Z 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:34.1387871Z 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:34.1389074Z 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:34.1390248Z 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:34.1391438Z 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:34.1392854Z 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:34.1394028Z 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:34.1395177Z 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:34.1396356Z 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:34.1397535Z 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:34.1398959Z 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:34.1400293Z 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:34.1401582Z 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:34.1402962Z 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:34.1404198Z 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:34.1405413Z 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:34.1405883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:21:34.1407073Z 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:34.1407541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:21:34.1408837Z 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:34.1410392Z 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:34.1411571Z 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:34.1412043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:34.1413308Z 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:34.1414677Z 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:34.1415924Z 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:34.1417202Z 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:34.1417783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:34.1419338Z 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:34.1420886Z 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:34.1421411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:21:34.1422809Z 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:34.1424176Z 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:34.1425553Z 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:34.1425989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:21:34.1427255Z 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:34.1428455Z 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:34.1429557Z 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:34.1429993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:21:34.1431180Z 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:34.1432361Z 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:34.1432804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:21:34.1433235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:34.1434382Z 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:34.1434793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:21:34.1435857Z 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:34.1436967Z 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:34.1438150Z 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:34.1439310Z 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:34.1440543Z 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:34.1441773Z 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:34.1442959Z 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:34.1444093Z 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:34.1445230Z 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:34.1446479Z 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:34.1447617Z 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:34.1448798Z 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:34.1450031Z 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:34.1451190Z 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:34.1452457Z 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:34.1452905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:21:34.1454266Z 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:34.1455669Z 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:34.1456927Z 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:34.1457314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:21:34.1458330Z 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:34.1459382Z 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:34.1460400Z 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:34.1461376Z 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:34.1462498Z 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:34.1462925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:21:34.1464056Z 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:34.1465207Z 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:34.1466439Z 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:34.1467690Z 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:34.1468831Z 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:34.1470261Z 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:34.1471493Z 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:34.1472811Z 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:34.1474134Z 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:34.1474618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:21:34.1475936Z 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:34.1476394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:21:34.1477645Z 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:34.1478105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:21:34.1479267Z 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:34.1479759Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:21:34.1480252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:21:34.1480794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:34.1482257Z 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:34.1483753Z 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:34.1485233Z 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:34.1486662Z 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:34.1488058Z 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:34.1489497Z 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:34.1490897Z 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:34.1492488Z 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:34.1494263Z 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:34.1495717Z 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:34.1497096Z 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:34.1498635Z 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:34.1500031Z 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:34.1501417Z 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:34.1502911Z 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:34.1504457Z 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:34.1505978Z 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:34.1507497Z 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:34.1508905Z 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:34.1510326Z 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:34.1511826Z 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:34.1513512Z 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:34.1515005Z 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:34.1516426Z 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:34.1517914Z 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:34.1519364Z 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:34.1520830Z 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:34.1522195Z 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:34.1523612Z 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:34.1525151Z 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:34.1526614Z 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:34.1528114Z 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:34.1529548Z 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:34.1530994Z 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:34.1532471Z 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:34.1533937Z 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:34.1535415Z 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:34.1536878Z 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:34.1538319Z 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:34.1539788Z 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:34.1541354Z 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:34.1542795Z 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:34.1544231Z 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:34.1545700Z 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:34.1547417Z 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:34.1548848Z 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:34.1550430Z 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:34.1551849Z 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:34.1553375Z 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:34.1554787Z 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:34.1556236Z 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:34.1557719Z 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:34.1559211Z 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:34.1560748Z 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:34.1562153Z 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:34.1563530Z 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:34.1564987Z 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:34.1566483Z 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:34.1567890Z 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:34.1569318Z 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:34.1570764Z 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:34.1572296Z 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:34.1573684Z 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:34.1575103Z 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:34.1575671Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:21:34.1577010Z 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:34.1578337Z 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:34.1579667Z 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:34.1580880Z 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:34.1581293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:21:34.1582444Z 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:34.1583614Z 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:34.1584814Z 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:34.1585961Z 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:34.1586459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:34.1587630Z 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:34.1588929Z 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:34.1590296Z 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:34.1590813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:34.1592190Z 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:34.1593766Z 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:34.1595282Z 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:34.1596677Z 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:34.1598023Z 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:34.1599298Z 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:34.1599901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:34.1601052Z 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:34.1602323Z 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:34.1603634Z 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:34.1604103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:21:34.1604611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:34.1605881Z 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:34.1606478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:21:34.1607151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:34.1608825Z 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:34.1610446Z 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:34.1612057Z 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:34.1613672Z 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:34.1615229Z 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:34.1616772Z 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:34.1618411Z 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:34.1619191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:34.1621019Z 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:34.1621682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:21:34.1622287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:21:34.1623082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:34.1624774Z 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:34.1625128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:21:34.1625544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:21:34.1625948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:34.1627215Z 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:34.1628576Z 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:34.1629829Z 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:34.1631152Z 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:34.1632711Z 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:34.1634036Z 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:34.1634447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:21:34.1635394Z 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:34.1636525Z 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:34.1636978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:21:34.1638071Z 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:34.1639348Z 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:34.1640595Z 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:34.1641784Z 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:34.1643072Z 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:34.1644362Z 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:34.1645546Z 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:34.1646980Z 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:34.1648199Z 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:34.1649409Z 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:34.1650610Z 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:34.1651780Z 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:34.1652266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:21:34.1653465Z 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:34.1654721Z 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:34.1655881Z 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:34.1657069Z 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:34.1658273Z 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:34.1659506Z 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:34.1660701Z 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:34.1661897Z 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:34.1663135Z 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:34.1664377Z 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:34.1665572Z 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:34.1666886Z 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:34.1668280Z 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:34.1669613Z 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:34.1670930Z 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:34.1672166Z 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:34.1673342Z 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:34.1674535Z 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:34.1675790Z 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:34.1677038Z 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:34.1678259Z 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:34.1679455Z 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:34.1680628Z 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:34.1681994Z 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:34.1683197Z 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:34.1684413Z 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:34.1685670Z 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:34.1686883Z 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:34.1688108Z 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:34.1689356Z 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:34.1690545Z 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:34.1691877Z 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:34.1693173Z 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:34.1694301Z 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:34.1695639Z 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:34.1696794Z 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:34.1697947Z 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:34.1699155Z 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:34.1700330Z 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:34.1701527Z 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:34.1702716Z 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:34.1703890Z 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:34.1705066Z 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:34.1706256Z 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:34.1707517Z 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:34.1708784Z 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:34.1709925Z 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:34.1711089Z 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:34.1712388Z 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:34.1712860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:21:34.1713975Z 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:34.1715392Z 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:34.1715889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:34.1717173Z 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:34.1718567Z 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:34.1720134Z 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:34.1721514Z 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:34.1722986Z 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:34.1724409Z 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:34.1724958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:34.1726318Z 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:34.1727647Z 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:34.1728116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:34.1729393Z 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:34.1730738Z 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:34.1731267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:21:34.1732647Z 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:34.1734039Z 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:34.1735408Z 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:34.1736716Z 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:34.1737149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:21:34.1738357Z 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:34.1739720Z 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:34.1740209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:21:34.1741475Z 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:34.1742648Z 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:34.1744083Z 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:34.1745396Z 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:34.1746693Z 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:34.1748017Z 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:34.1749315Z 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:34.1750616Z 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:34.1751870Z 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:34.1753187Z 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:34.1754513Z 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:34.1755766Z 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:34.1756979Z 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:34.1757436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:34.1758660Z 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:34.1759861Z 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:34.1761116Z 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:34.1762379Z 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:34.1763588Z 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:34.1764888Z 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:34.1766055Z 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:34.1767345Z 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:34.1768575Z 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:34.1769874Z 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:34.1771074Z 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:34.1772286Z 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:34.1773465Z 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:34.1774588Z 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:34.1775828Z 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:34.1777018Z 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:34.1778217Z 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:34.1779488Z 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:34.1780714Z 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:34.1781927Z 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:34.1783152Z 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:34.1784332Z 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:34.1785513Z 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:34.1786752Z 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:34.1787966Z 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:34.1789335Z 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:34.1790563Z 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:34.1791793Z 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:34.1793299Z 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:34.1794674Z 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:34.1795823Z 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:34.1797037Z 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:34.1798358Z 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:34.1799540Z 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:34.1800773Z 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:34.1801986Z 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:34.1803198Z 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:34.1804431Z 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:34.1805629Z 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:34.1806826Z 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:34.1808075Z 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:34.1809353Z 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:34.1810539Z 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:34.1811024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:34.1812356Z 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:34.1813720Z 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:34.1815324Z 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:34.1816666Z 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:34.1818038Z 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:34.1819532Z 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:34.1820922Z 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:34.1821429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:34.1822809Z 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:34.1824232Z 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:34.1825659Z 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:34.1826188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:34.1827693Z 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:34.1829137Z 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:34.1829604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:34.1830732Z 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:34.1832073Z 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:34.1832528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:21:34.1833048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:34.1834386Z 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:34.1834990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:21:34.1835631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:34.1837171Z 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:34.1838794Z 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:34.1840331Z 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:34.1840922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:21:34.1841548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:34.1843158Z 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:34.1844471Z 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:34.1845032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:34.1846403Z 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:34.1847699Z 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:34.1848249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:34.1849638Z 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:34.1850203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:34.1851831Z 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:34.1853508Z 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:34.1855126Z 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:34.1855731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:21:34.1856354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:34.1857944Z 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:34.1859499Z 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:34.1860896Z 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:34.1861503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:34.1863105Z 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:34.1864523Z 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:34.1865088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:21:34.1865719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:34.1867266Z 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:34.1868974Z 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:34.1870698Z 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:34.1872401Z 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:34.1873014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:34.1874503Z 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:34.1875938Z 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:34.1877421Z 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:34.1879077Z 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:34.1880684Z 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:34.1882374Z 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:34.1884121Z 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:34.1885806Z 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:34.1887435Z 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:34.1889001Z 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:34.1890786Z 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:34.1892415Z 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:34.1894002Z 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:34.1895635Z 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:34.1897284Z 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:34.1898919Z 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:34.1900643Z 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:34.1902298Z 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:34.1903933Z 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:34.1905536Z 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:34.1907125Z 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:34.1908785Z 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:34.1910452Z 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:34.1912273Z 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:34.1913939Z 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:34.1915507Z 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:34.1917325Z 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:34.1917956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:34.1919473Z 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:34.1921031Z 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:34.1922693Z 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:34.1924259Z 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:34.1925885Z 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:34.1927444Z 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:34.1929001Z 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:34.1930491Z 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:34.1931995Z 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:34.1933520Z 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:34.1935079Z 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:34.1936730Z 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:34.1938225Z 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:34.1939694Z 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:34.1941238Z 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:34.1942835Z 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:34.1944375Z 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:34.1945960Z 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:34.1947450Z 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:34.1949013Z 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:34.1950519Z 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:34.1952038Z 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:34.1953541Z 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:34.1955070Z 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:34.1956614Z 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:34.1958093Z 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:34.1959656Z 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:34.1961209Z 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:34.1962754Z 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:34.1964283Z 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:34.1965716Z 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:34.1967219Z 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:34.1968753Z 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:34.1970443Z 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:34.1972004Z 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:34.1973542Z 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:34.1975194Z 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:34.1976809Z 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:34.1978327Z 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:34.1979980Z 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:34.1981493Z 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:34.1983005Z 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:34.1984501Z 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:34.1985995Z 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:34.1987425Z 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:34.1988970Z 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:34.1990603Z 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:34.1992305Z 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:34.1994073Z 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:34.1995886Z 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:34.1997511Z 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:34.1999161Z 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:34.2000973Z 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:34.2002608Z 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:34.2004218Z 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:34.2005808Z 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:34.2007406Z 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:34.2009004Z 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:34.2010594Z 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:34.2012209Z 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:34.2013841Z 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:34.2015415Z 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:34.2016821Z 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:34.2018394Z 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:34.2019952Z 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:34.2021573Z 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:34.2023300Z 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:34.2024799Z 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:34.2026185Z 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:34.2027766Z 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:34.2029299Z 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:34.2030812Z 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:34.2032363Z 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:34.2033846Z 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:34.2035270Z 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:34.2035724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:21:34.2036876Z 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:34.2038007Z 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:34.2039141Z 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:34.2040390Z 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:34.2040782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:21:34.2041190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:21:34.2042238Z 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:34.2043351Z 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:34.2043843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:21:34.2045078Z 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:34.2046386Z 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:34.2047842Z 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:34.2049128Z 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:34.2050428Z 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:34.2051893Z 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:34.2053200Z 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:34.2054499Z 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:34.2055809Z 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:34.2057174Z 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:34.2058405Z 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:34.2059678Z 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:34.2061012Z 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:34.2062236Z 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:34.2063463Z 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:34.2064725Z 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:34.2065978Z 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:34.2067286Z 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:34.2068543Z 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:34.2069824Z 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:34.2070332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:21:34.2071484Z 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:34.2072989Z 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:34.2073501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:21:34.2074855Z 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:34.2076262Z 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:34.2077710Z 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:34.2078175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:21:34.2079351Z 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:34.2080592Z 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:34.2081830Z 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:34.2083018Z 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:34.2084223Z 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:34.2085440Z 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:34.2086662Z 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:34.2087106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:21:34.2088236Z 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:34.2089398Z 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:34.2089820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:21:34.2090319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:34.2091567Z 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:34.2093126Z 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:34.2093665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:21:34.2094909Z 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:34.2096492Z 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:34.2097035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:34.2098256Z 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:34.2099620Z 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:34.2100230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:21:34.2101543Z 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:34.2102819Z 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:34.2103327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:21:34.2103841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:34.2105295Z 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:34.2106581Z 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:34.2108051Z 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:34.2108473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:21:34.2108894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:21:34.2109957Z 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:34.2111059Z 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:34.2112325Z 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:34.2113494Z 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:34.2114631Z 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:34.2115732Z 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:34.2116894Z 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:34.2118088Z 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:34.2119251Z 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:34.2120566Z 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:34.2121670Z 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:34.2122766Z 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:34.2123868Z 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:34.2125086Z 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:34.2126218Z 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:34.2127349Z 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:34.2128461Z 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:34.2129513Z 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:34.2130017Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:34.2131313Z 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:34.2132664Z 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:34.2133961Z 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:34.2135227Z 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:34.2135732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:21:34.2137042Z 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:34.2138327Z 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:34.2139619Z 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:34.2140895Z 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:34.2142151Z 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:34.2143481Z 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:34.2144931Z 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:34.2146242Z 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:34.2147508Z 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:34.2148786Z 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:34.2149992Z 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:34.2151183Z 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:34.2151643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:21:34.2152900Z 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:34.2154056Z 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:34.2155164Z 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:34.2156340Z 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:34.2156764Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:21:34.2157900Z 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:34.2159030Z 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:34.2160203Z 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:34.2160691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:34.2161884Z 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:34.2162445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:34.2163808Z 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:34.2165195Z 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:34.2165729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:34.2167099Z 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:34.2168631Z 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:34.2170025Z 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:34.2170536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:34.2171810Z 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:34.2172512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:34.2173988Z 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:34.2174632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:34.2176193Z 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:34.2177863Z 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:34.2179458Z 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:34.2180139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:34.2181755Z 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:34.2183387Z 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:34.2185013Z 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:34.2186606Z 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:34.2187307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:34.2188959Z 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:34.2190628Z 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:34.2192369Z 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:34.2194368Z 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:34.2195038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:34.2196579Z 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:34.2198262Z 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:34.2198912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:34.2200502Z 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:34.2202129Z 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:34.2202809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:34.2204444Z 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:34.2206135Z 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:34.2207738Z 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:34.2209359Z 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:34.2210983Z 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:34.2212616Z 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:34.2214238Z 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:34.2214814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:34.2216185Z 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:34.2217634Z 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:34.2219174Z 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:34.2220654Z 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:34.2221162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:21:34.2221755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:34.2223243Z 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:34.2224783Z 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:34.2226250Z 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:34.2227594Z 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:34.2228937Z 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:34.2230317Z 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:34.2231656Z 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:34.2233117Z 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:34.2234618Z 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:34.2236062Z 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:34.2237718Z 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:34.2239387Z 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:34.2241020Z 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:34.2242665Z 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:34.2244436Z 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:34.2244851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:21:34.2245287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:21:34.2246409Z 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:34.2247556Z 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:34.2248127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:21:34.2249395Z 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:34.2249836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:21:34.2251071Z 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:34.2251410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:21:34.2251880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:34.2253060Z 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:34.2254300Z 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:34.2255568Z 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:34.2256758Z 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:34.2257989Z 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:34.2259255Z 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:34.2260577Z 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:34.2261826Z 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:34.2263083Z 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:34.2263477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:21:34.2264477Z 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:34.2265572Z 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:34.2266604Z 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:34.2267794Z 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:34.2268265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:21:34.2269452Z 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:34.2270698Z 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:34.2271173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:21:34.2272231Z 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:34.2273353Z 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:34.2273808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:21:34.2275036Z 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:34.2276240Z 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:34.2276936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:34.2278593Z 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:34.2280208Z 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:34.2281886Z 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:34.2283560Z 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:34.2285108Z 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:34.2286772Z 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:34.2287267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:34.2288507Z 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:34.2289735Z 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:34.2290215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:21:34.2291560Z 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:34.2292999Z 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:34.2293483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:21:34.2294714Z 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:34.2296088Z 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:34.2296515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:21:34.2297636Z 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:34.2298788Z 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:34.2299886Z 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:34.2301076Z 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:34.2302256Z 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:34.2303465Z 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:34.2304612Z 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:34.2305693Z 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:34.2307092Z 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:34.2308216Z 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:34.2309135Z 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:34.2310155Z 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:34.2311094Z 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:34.2312155Z 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:34.2313238Z 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:34.2313707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:21:34.2315123Z 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:34.2316462Z 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:34.2317011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:21:34.2318417Z 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:34.2319944Z 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:34.2321271Z 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:34.2322556Z 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:34.2323004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:21:34.2324024Z 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:34.2325125Z 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:34.2326302Z 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:34.2326865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:34.2328142Z 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:34.2329710Z 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:34.2331346Z 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:34.2333015Z 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:34.2334671Z 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:34.2336225Z 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:34.2337916Z 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:34.2339546Z 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:34.2341294Z 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:34.2342914Z 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:34.2344473Z 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:34.2346148Z 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:34.2347757Z 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:34.2349447Z 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:34.2351168Z 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:34.2352951Z 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:34.2354733Z 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:34.2356379Z 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:34.2356883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:21:34.2358313Z 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:34.2359850Z 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:34.2361278Z 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:34.2362703Z 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:34.2364084Z 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:34.2365452Z 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:34.2366900Z 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:34.2367502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:34.2368679Z 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:34.2369145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:34.2370231Z 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:34.2370899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:34.2372398Z 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:34.2374011Z 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:34.2375514Z 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:34.2377144Z 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:34.2377745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:34.2379204Z 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:34.2380408Z 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:34.2381777Z 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:34.2383248Z 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:34.2383926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:34.2385451Z 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:34.2386189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:34.2387819Z 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:34.2389555Z 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:34.2390248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:34.2391817Z 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:34.2393873Z 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:34.2394622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:34.2396299Z 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:34.2398247Z 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:34.2398704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:21:34.2399882Z 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:34.2401133Z 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:34.2402311Z 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:34.2402791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:21:34.2404124Z 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:34.2405413Z 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:34.2405859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:21:34.2407019Z 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:34.2408171Z 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:34.2408659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:21:34.2409953Z 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:34.2411240Z 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:34.2411742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:34.2413036Z 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:34.2414327Z 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:34.2414828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:34.2416125Z 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:34.2417412Z 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:34.2418040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:34.2419401Z 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:34.2419879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:21:34.2421083Z 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:34.2422409Z 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:34.2423667Z 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:34.2424956Z 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:34.2426289Z 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:34.2426760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:21:34.2427712Z 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:34.2428812Z 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:34.2429185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:21:34.2430114Z 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:34.2431187Z 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:34.2431572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:21:34.2432694Z 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:34.2433846Z 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:34.2434288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:21:34.2435381Z 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:34.2436367Z 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:34.2436774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:21:34.2437882Z 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:34.2439247Z 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:34.2439612Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:21:34.2440847Z 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:34.2441790Z 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:34.2442235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:21:34.2443488Z 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:34.2444918Z 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:34.2445396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:21:34.2446638Z 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:34.2447865Z 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:34.2448353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:21:34.2449633Z 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:34.2450922Z 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:34.2451378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:21:34.2451874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:21:34.2453181Z 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:34.2453585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:21:34.2454038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:21:34.2454543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:21:34.2455870Z 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:34.2457296Z 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:34.2458579Z 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:34.2459879Z 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:34.2461196Z 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:34.2461718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:34.2463125Z 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:34.2464600Z 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:34.2466090Z 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:34.2467527Z 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:34.2469048Z 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:34.2469481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:21:34.2469976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:21:34.2471323Z 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:34.2472730Z 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:34.2473098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:21:34.2473542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:21:34.2474692Z 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:34.2475850Z 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:34.2476302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:21:34.2477435Z 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:34.2477969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:34.2479280Z 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:34.2480707Z 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:34.2481973Z 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:34.2483310Z 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:34.2484670Z 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:34.2485162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:21:34.2486454Z 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:34.2486879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:21:34.2488043Z 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:34.2489324Z 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:34.2490377Z 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:34.2490837Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:21:34.2492185Z 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:34.2492898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:21:34.2493868Z 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:34.2494128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:21:34.2494778Z 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:34.2495495Z 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:34.2496165Z 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:34.2496794Z 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:34.2497537Z 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:34.2497757Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:21:34.2498304Z 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:34.2498548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:21:34.2499132Z 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:34.2499356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:21:34.2499928Z 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:34.2500195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:21:34.2500901Z 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:34.2501202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:21:34.2501917Z 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:34.2502615Z 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:34.2502885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:21:34.2503295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:21:34.2504022Z 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:34.2504728Z 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:34.2505030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:34.2505862Z 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:34.2506079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:21:34.2506324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:21:34.2506940Z 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:34.2507574Z 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:34.2508214Z 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:34.2508866Z 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:34.2509537Z 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:34.2510223Z 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:34.2510896Z 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:34.2511556Z 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:34.2512286Z 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:34.2512589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:34.2513370Z 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:34.2513721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:21:34.2514103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:34.2514974Z 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:34.2515822Z 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:34.2516559Z 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:34.2516790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:21:34.2517370Z 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:34.2517980Z 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:34.2518647Z 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:34.2519281Z 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:34.2519927Z 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:34.2520558Z 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:34.2520820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:21:34.2521445Z 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:34.2522106Z 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:34.2522351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:21:34.2522939Z 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:34.2523585Z 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:34.2524216Z 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:34.2524893Z 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:34.2525148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:21:34.2525873Z 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:34.2526559Z 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:34.2527220Z 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:34.2527954Z 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:34.2528202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:21:34.2528822Z 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:34.2529238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:34.2530034Z 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:34.2530845Z 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:34.2531780Z 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:34.2532861Z 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:34.2534283Z 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:34.2534948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:34.2535944Z 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:34.2536372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:34.2537303Z 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:34.2538249Z 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:34.2538534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:34.2539237Z 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:34.2539548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:21:34.2539917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:34.2540777Z 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:34.2541625Z 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:34.2542019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:34.2542426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:34.2543371Z 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:34.2544491Z 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:34.2545431Z 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:34.2545773Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:21:34.2546123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:21:34.2546565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:21:34.2546996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:34.2548024Z 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:34.2548376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:21:34.2548794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:21:34.2549233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:34.2550274Z 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:34.2550636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:21:34.2551043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:34.2552115Z 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:34.2552572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:34.2553610Z 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:34.2554043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:34.2555083Z 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:34.2555499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:34.2556475Z 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:34.2556822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:21:34.2557180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:34.2558143Z 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:34.2559031Z 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:34.2559908Z 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:34.2560891Z 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:34.2561811Z 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:34.2562698Z 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:34.2563592Z 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:34.2564492Z 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:34.2564825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:21:34.2565191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:34.2566065Z 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:34.2566430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:34.2567254Z 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:34.2568097Z 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:34.2568952Z 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:34.2569361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:34.2570325Z 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:34.2570683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:34.2571545Z 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:34.2572452Z 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:34.2573286Z 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:34.2573657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:21:34.2574106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:34.2575056Z 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:34.2575489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:34.2576491Z 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:34.2577548Z 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:34.2577977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:21:34.2578481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:34.2579606Z 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:34.2580733Z 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:34.2581959Z 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:34.2583153Z 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:34.2583432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:21:34.2583719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:21:34.2584105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:34.2585015Z 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:34.2585940Z 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:34.2586914Z 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:34.2587838Z 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:34.2588749Z 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:34.2589227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:34.2590199Z 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:34.2590653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:34.2591698Z 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:34.2593123Z 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:34.2593492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:21:34.2593837Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:21:34.2594108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:21:34.2594856Z 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:34.2595051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:21:34.2595274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:21:34.2595832Z 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:34.2596080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:21:34.2596728Z 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:34.2597414Z 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:34.2598111Z 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:34.2598696Z 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:34.2599334Z 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:34.2599521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:21:34.2600088Z 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:34.2600567Z 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:34.2600975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:21:34.2601149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:21:34.2601343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:21:34.2602011Z 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:34.2602191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:21:34.2602413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:21:34.2602678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:21:34.2602947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:21:34.2603645Z 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:34.2604366Z 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:34.2605064Z 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:34.2605747Z 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:34.2606453Z 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:34.2607162Z 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:34.2607889Z 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:34.2608674Z 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:34.2609405Z 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:34.2610112Z 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:34.2610891Z 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:34.2611619Z 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:34.2612346Z 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:34.2613089Z 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:34.2613761Z 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:34.2614442Z 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:34.2615202Z 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:34.2615946Z 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:34.2616285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:34.2617064Z 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:34.2617456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:34.2618394Z 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:34.2619301Z 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:34.2619651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:34.2620503Z 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:34.2621352Z 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:34.2622244Z 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:34.2623123Z 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:34.2623956Z 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:34.2624314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:34.2625139Z 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:34.2625981Z 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:34.2626875Z 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:34.2627698Z 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:34.2628528Z 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:34.2629383Z 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:34.2630211Z 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:34.2631052Z 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:34.2631871Z 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:34.2632786Z 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:34.2633632Z 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:34.2634448Z 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:34.2635284Z 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:34.2636142Z 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:34.2636514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:21:34.2636911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:21:34.2637331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:34.2638298Z 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:34.2639274Z 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:34.2639680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:34.2640710Z 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:34.2641696Z 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:34.2642649Z 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:34.2643677Z 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:34.2644623Z 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:34.2645627Z 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:34.2646581Z 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:34.2647535Z 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:34.2648505Z 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:34.2649489Z 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:34.2650488Z 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:34.2651454Z 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:34.2651738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:34.2652493Z 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:34.2653286Z 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:34.2654050Z 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:34.2785182Z 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:34.2785898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:34.2787357Z 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:34.2787890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:21:34.2789390Z 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:34.2791011Z 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:34.2792335Z 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:34.2793771Z 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:34.2795159Z 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:34.2796077Z 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:34.2796851Z 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:34.2797620Z 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:34.2798364Z 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:34.2799273Z 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:34.2800021Z 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:34.2800500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:34.2801299Z 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:34.2802124Z 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:34.2802496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:21:34.2802816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:34.2803699Z 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:34.2804510Z 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:34.2805430Z 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:34.2805744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:21:34.2806480Z 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:34.2807505Z 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:34.2808268Z 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:34.2809113Z 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:34.2809526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:34.2810333Z 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:34.2811133Z 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:34.2811964Z 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:34.2812137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:21:34.2812322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:21:34.2812954Z 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:34.2813417Z 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:34.2813514Z running install_egg_info 2025-06-05T23:21:34.2813896Z 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:34.2813991Z running install_scripts 2025-06-05T23:21:34.2814263Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:21:34.2814854Z creating '/tmp/pip-wheel-6j4pn25u/.tmp-o52ym5lm/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:34.2814971Z adding 'executorch/version.py' 2025-06-05T23:21:34.2815302Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:34.2815501Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:21:34.2815701Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:21:34.2815939Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:21:34.2816135Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:21:34.2816397Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:21:34.2816590Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:21:34.2816820Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:21:34.2817099Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:21:34.2817406Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:21:34.2817636Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:21:34.2817779Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:21:34.2817963Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:21:34.2818143Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:21:34.2818352Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:21:34.2818608Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:21:34.2818794Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:21:34.2818996Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:21:34.2819223Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:21:34.2819420Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:21:34.2819649Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:21:34.2819849Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:21:34.2820084Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:21:34.2820263Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:21:34.2820449Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:21:34.2820680Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:21:34.3144921Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:21:34.3145448Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:21:34.3145891Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:21:34.3146218Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:21:34.3146586Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:21:34.3146910Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:21:34.3147228Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:21:34.3147556Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:21:34.3147965Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:21:34.3148394Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:21:34.3148880Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:21:34.3149255Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:21:34.3149533Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:21:34.3149888Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:21:34.3150294Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:21:34.3150651Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:21:34.3150978Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:21:34.3151348Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:21:34.3151678Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:21:34.3152057Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:21:34.3152369Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:21:34.3152625Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:21:34.3152830Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:21:34.3153072Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:21:34.3153369Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:21:34.3153598Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:21:34.3153832Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:21:34.3154335Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:21:34.3154615Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:21:34.3154872Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:21:34.3155162Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:21:34.3155393Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:21:34.3155621Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:21:34.3155860Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:21:34.3156317Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:21:34.3156612Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:21:34.3157083Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:21:34.3157503Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:21:34.3157782Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:21:34.3158102Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:21:34.3158393Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:21:34.3158728Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:21:34.3159027Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:21:34.3159359Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:21:34.3159727Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:21:34.3160177Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:21:34.3160613Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:21:34.3161047Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:21:34.3161430Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:21:34.3161770Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:21:34.3162115Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:21:34.3162506Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:21:34.3162823Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:21:34.3163265Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:21:34.3163601Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:21:34.3163954Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:21:34.3164347Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:21:34.3164737Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:21:34.3165137Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:21:34.3165577Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:21:34.3165932Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:21:34.3166305Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:21:34.3166622Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:21:34.3166939Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:21:34.3167281Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:21:34.3167649Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:21:34.3168095Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:21:34.3168437Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:21:34.3168777Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:21:34.3169100Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:21:34.3169710Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:21:34.3170077Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:21:34.3170442Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:21:34.3170852Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:21:34.3171294Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:21:34.3171645Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:21:34.3172089Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:21:34.3172445Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:21:34.3172858Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:21:34.3173146Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:21:34.3173504Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:21:34.3173872Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:21:34.3174292Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:21:34.3174698Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:21:34.3175081Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:21:34.3175492Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:21:34.3175943Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:21:34.3176299Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:21:34.3176725Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:21:34.3177125Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:21:34.3177529Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:21:34.3177922Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:21:34.3178331Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:21:34.3178752Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:21:34.3179153Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:21:34.3179569Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:21:34.3179982Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:21:34.3180455Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:21:34.3180740Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:21:34.3181041Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:21:34.3181303Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:21:34.3181568Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:21:34.3181852Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:21:34.3182132Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:21:34.3182378Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:21:34.3182678Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:21:34.3182953Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:21:34.3183214Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:21:34.3183510Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:21:34.3183856Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:21:34.3184140Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:21:34.3184405Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:21:34.3184665Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:21:34.3185108Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:21:34.3185376Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:21:34.3185619Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:21:34.3185884Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:21:34.3186135Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:21:34.3186395Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:21:34.3186639Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:21:34.3187065Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:21:34.3187366Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:21:34.3187644Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:21:34.3187898Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:21:34.3188153Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:21:34.3188446Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:21:34.3188720Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:21:34.3506747Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:21:34.3507081Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:21:34.3507414Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:21:34.3507782Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:21:34.3508032Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:21:34.3508214Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:21:34.3508364Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:21:34.3508524Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:21:34.3508686Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:21:34.3508843Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:21:34.3508997Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:21:34.3509162Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:21:34.3509324Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:21:34.3509533Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:21:34.3509711Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:21:34.3509996Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:21:34.3510219Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:21:34.3510402Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:21:34.3510621Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:21:34.3510858Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:21:34.3511025Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:21:34.3511217Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:21:34.3511375Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:21:34.3511528Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:21:34.3511699Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:21:34.3511981Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:21:34.3512201Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:21:34.3512411Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:21:34.3512757Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:21:34.3512895Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:21:34.3513028Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:21:34.3513190Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:21:34.3513546Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:21:34.3513769Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:21:34.3513977Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:21:34.3514172Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:21:34.3514374Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:21:34.3514568Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:21:34.3514992Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:21:34.3515263Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:21:34.3515519Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:21:34.3515768Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:21:34.3516065Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:21:34.3516244Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:21:34.3516440Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:21:34.3516644Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:21:34.3516823Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:21:34.3516990Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:21:34.3517179Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:21:34.3517400Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:21:34.3517700Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:21:34.3517917Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:21:34.3518109Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:21:34.3518325Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:21:34.3518517Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:21:34.3518665Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:21:34.3518813Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:21:34.3518989Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:21:34.3519155Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:21:34.3519306Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:21:34.3519459Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:21:34.3519631Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:21:34.3519773Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:21:34.3519950Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:21:34.3520157Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:21:34.3520387Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:21:34.3520537Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:21:34.3520681Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:21:34.3520849Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:21:34.3521004Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:21:34.3521203Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:21:34.3521377Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:21:34.3521535Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:21:34.3521693Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:21:34.3521883Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:21:34.3522104Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:21:34.3522317Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:21:34.3522517Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:21:34.3522683Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:21:34.3522901Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:21:34.3523056Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:21:34.3523218Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:21:34.3523385Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:21:34.3523597Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:21:34.3523766Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:21:34.3523909Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:21:34.3524061Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:21:34.3524236Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:21:34.3524396Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:21:34.3524580Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:21:34.3524752Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:21:34.3524933Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:21:34.3525140Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:21:34.3525331Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:21:34.3525548Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:21:34.3525761Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:21:34.3525921Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:21:34.3526077Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:21:34.3526243Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:21:34.3526424Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:21:34.3526597Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:21:34.3526741Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:21:34.3526898Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:21:34.3527065Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:21:34.3527242Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:21:34.3527409Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:21:34.3527576Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:21:34.3527734Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:21:34.3527930Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:21:34.3528114Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:21:34.3528278Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:21:34.3528431Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:21:34.3528591Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:21:34.3528738Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:21:34.3528927Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:21:34.3529078Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:21:34.3529237Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:21:34.3529408Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:21:34.3529570Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:21:34.3529762Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:21:34.3529936Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:21:34.3530089Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:21:34.3530263Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:21:34.3530550Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:21:34.3530753Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:21:34.3530940Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:21:34.3531090Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:21:34.3531248Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:21:34.3531403Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:21:34.3531624Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:21:34.3531790Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:21:34.3531941Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:21:34.3532103Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:21:34.3532249Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:21:34.3750426Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:21:34.3750723Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:21:34.3751030Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:21:34.3751307Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:21:34.3751593Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:21:34.3751818Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:21:34.3752122Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:21:34.3752291Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:21:34.3752443Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:21:34.3752612Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:21:34.3752769Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:21:34.3753010Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:21:34.3753223Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:21:34.3753579Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:21:34.3753885Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:21:34.3754178Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:21:34.3754409Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:21:34.3754704Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:21:34.3754931Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:21:34.3755204Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:21:34.3755626Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:21:34.3755907Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:21:34.3756162Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:21:34.3756389Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:21:34.3756592Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:21:34.3756823Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:21:34.3757076Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:21:34.3757426Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:21:34.3757714Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:21:34.3758007Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:21:34.3758230Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:21:34.3758682Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:21:34.3759004Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:21:34.3759301Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:21:34.3759525Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:21:34.3759812Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:21:34.3759981Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:21:34.3760423Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:21:34.3760611Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:21:34.3760851Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:21:34.3761210Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:21:34.3761699Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:21:34.3762211Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:21:34.3762549Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:21:34.3762878Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:21:34.3763255Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:21:34.3763731Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:21:34.3764060Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:21:34.3764466Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:21:34.3764753Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:21:34.3765094Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:21:34.3765620Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:21:34.3765973Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:21:34.3766339Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:21:34.3766684Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:21:34.3766951Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:21:34.3767326Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:21:34.3767800Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:21:34.3768163Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:21:34.3768493Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:21:34.3768840Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:21:34.3769221Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:21:34.3769600Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:21:34.3770012Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:21:34.3770392Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:21:34.3770807Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:21:34.3771145Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:21:34.3771441Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:21:34.3771818Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:21:34.3772263Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:21:34.3772601Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:21:34.3773047Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:21:34.3773414Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:21:34.3773745Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:21:34.3774248Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:21:34.3774543Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:21:34.3774815Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:21:34.3775140Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:21:34.3775445Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:21:34.3775881Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:21:34.3776345Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:21:34.3776806Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:21:34.3777375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:21:34.3777819Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:21:34.3778324Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:21:34.3778831Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:21:34.3779334Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:21:34.3779875Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:21:34.3780326Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:21:34.3781056Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:21:34.3781654Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:21:34.3782089Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:21:34.3782595Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:21:34.3907369Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:21:34.3907999Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:21:34.3908536Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:21:34.3909186Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:21:34.3909637Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:21:34.3910182Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:21:34.3910740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:21:34.3911205Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:21:34.3911825Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:21:34.3912493Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:21:34.3912943Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:21:34.3913392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:21:34.3913863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:21:34.3914392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:21:34.3914954Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:21:34.3915405Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:21:34.3915838Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:21:34.3916339Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:21:34.3916991Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:21:34.3917453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:21:34.3918025Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:21:34.3918618Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:21:34.3919338Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:21:34.3919900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:21:34.3920697Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:21:34.3921358Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:21:34.3921834Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:21:34.3922263Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:21:34.3922924Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:21:34.3923523Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:21:34.3924159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:21:34.3924905Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:21:34.3925446Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:21:34.3926060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:21:34.3926831Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:21:34.3939428Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:21:34.3940366Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:21:34.3940949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:21:34.3941532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:21:34.3942175Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:21:34.3942894Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:21:34.3943395Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:21:34.3943992Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:21:34.3944594Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:21:34.3945298Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:21:34.3945978Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:21:34.3946480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:21:34.3947211Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:21:34.3947896Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:21:34.3948493Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:21:34.3949029Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:21:34.3949552Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:21:34.3950190Z 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:34.3950801Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:21:34.3951432Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:21:34.3952320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:21:34.3952945Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:21:34.3953686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:21:34.3954243Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:21:34.3954991Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:21:34.3955641Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:21:34.3956161Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:21:34.3956687Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:21:34.4108980Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:21:34.4109524Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:21:34.4110054Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:21:34.4110641Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:21:34.4111248Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:21:34.4111854Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:21:34.4112509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:21:34.4113059Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:21:34.4113571Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:21:34.4114059Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:21:34.4114603Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:21:34.4115157Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:21:34.4115675Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:21:34.4116196Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:21:34.4116601Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:21:34.4116974Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:21:34.4117338Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:21:34.4118444Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:21:34.4118890Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:21:34.4119323Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:21:34.4119764Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:21:34.4120315Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:21:34.4120765Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:21:34.4121239Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:21:34.4121661Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:21:34.4122077Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:21:34.4122510Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:21:34.4123048Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:21:34.4123542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:21:34.4124026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:21:34.4124513Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:21:34.4125007Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:21:34.4125512Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:21:34.4125991Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:21:34.4126482Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:21:34.4126977Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:21:34.4127483Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:21:34.4127971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:21:34.4128453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:21:34.4128938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:21:34.4129350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:21:34.4129836Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:21:34.4130415Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:21:34.4130981Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:21:34.4131431Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:21:34.4131836Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:21:34.4132290Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:21:34.4132671Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:21:34.4133123Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:21:34.4133582Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:21:34.4134060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:21:34.4134486Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:21:34.4134910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:21:34.4135391Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:21:34.4135897Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:21:34.4136298Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:21:34.4136711Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:21:34.4137103Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:21:34.4137617Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:21:34.4138170Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:21:34.4138565Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:21:34.4139022Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:21:34.4139504Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:21:34.4140037Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:21:34.4140451Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:21:34.4140971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:21:34.4286345Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:21:34.4286975Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:21:34.4287453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:21:34.4287886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:21:34.4288306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:21:34.4288735Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:21:34.4289480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:21:34.4289937Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:21:34.4290346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:21:34.4290803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:21:34.4291393Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:21:34.4291829Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:21:34.4292295Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:21:34.4293065Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:21:34.4293521Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:21:34.4293969Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:21:34.4294387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:21:34.4295068Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:21:34.4295618Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:21:34.4296085Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:21:34.4296697Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:21:34.4297180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:21:34.4297623Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:21:34.4298114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:21:34.4298685Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:21:34.4299165Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:21:34.4299702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:21:34.4300209Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:21:34.4300757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:21:34.4301312Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:21:34.4301781Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:21:34.4302327Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:21:34.4302931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:21:34.4303519Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:21:34.4304075Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:21:34.4304591Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:21:34.4305099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:21:34.4305670Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:21:34.4306219Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:21:34.4306911Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:21:34.4307411Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:21:34.4308031Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:21:34.4308662Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:21:34.4309233Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:21:34.4309689Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:21:34.4310135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:21:34.4310632Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:21:34.4311221Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:21:34.4311863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:21:34.4312399Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:21:34.4312892Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:21:34.4313486Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:21:34.4313983Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:21:34.4314444Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:21:34.4314886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:21:34.4315435Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:21:34.4315928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:21:34.4316328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:21:34.4316755Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:21:34.4317226Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:21:34.4317741Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:21:34.4318249Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:21:34.4318681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:21:34.4319094Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:21:34.4319790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:21:34.4320302Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:21:34.4486126Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:21:34.4486714Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:21:34.4487193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:21:34.4487669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:21:34.4488109Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:21:34.4488581Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:21:34.4489062Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:21:34.4489526Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:21:34.4489982Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:21:34.4490475Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:21:34.4490957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:21:34.4491489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:21:34.4491995Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:21:34.4492533Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:21:34.4493372Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:21:34.4494149Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:21:34.4494740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:21:34.4495346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:21:34.4495928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:21:34.4496654Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:21:34.4497171Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:21:34.4497667Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:21:34.4498214Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:21:34.4498878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:21:34.4499420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:21:34.4499814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:21:34.4500305Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:21:34.4500775Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:21:34.4501227Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:21:34.4501693Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:21:34.4502146Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:21:34.4502630Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:21:34.4503137Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:21:34.4503682Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:21:34.4504296Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:21:34.4504832Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:21:34.4505320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:21:34.4505829Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:21:34.4506363Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:21:34.4506931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:21:34.4507794Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:21:34.4509649Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:21:34.4511949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:21:34.4514267Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:21:34.4516506Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:21:34.4518289Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:21:34.4520247Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:21:34.4522492Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:21:34.4524215Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:21:34.4525360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:21:34.4526438Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:21:34.4527619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:21:34.4529024Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:21:34.4529770Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:21:34.4530231Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:21:34.4530686Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:21:34.4531143Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:21:34.4531557Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:21:34.4531979Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:21:34.4532524Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:21:34.4533084Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:21:34.4533598Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:21:34.4534070Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:21:34.4534571Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:21:34.4535017Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:21:34.4535430Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:21:34.4535902Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:21:34.4536379Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:21:34.4536957Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:21:34.4537514Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:21:34.4537961Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:21:34.4863551Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:21:34.4864493Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:21:34.4864933Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:21:34.4865435Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:21:34.4866054Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:21:34.4866514Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:21:34.4866982Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:21:34.4867528Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:21:34.4868178Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:21:34.4868786Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:21:34.4869313Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:21:34.4869923Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:21:34.4870703Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:21:34.4871253Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:21:34.4871981Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:21:34.4872683Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:21:34.4873332Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:21:34.4873912Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:21:34.4874750Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:21:34.4875424Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:21:34.4875956Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:21:34.4876394Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:21:34.4876900Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:21:34.4877476Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:21:34.4877976Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:21:34.4878434Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:21:34.4878912Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:21:34.4879414Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:21:34.4879986Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:21:34.4880532Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:21:34.4881254Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:21:34.4881883Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:21:34.4882490Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:21:34.4883063Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:21:34.4883832Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:21:34.4884722Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:21:34.4885510Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:21:34.4886337Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:21:34.4887050Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:21:34.4887714Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:21:34.4888411Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:21:34.4889221Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:21:34.4890042Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:21:34.4890736Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:21:34.4891411Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:21:34.4892092Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:21:34.4892913Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:21:34.4893598Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:21:34.4894434Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:21:34.4895353Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:21:34.4896065Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:21:34.4897007Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:21:34.4897847Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:21:34.4898578Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:21:34.4899421Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:21:34.4900150Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:21:34.4900875Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:21:34.4901503Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:21:34.4902243Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:21:34.4902902Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:21:34.4903557Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:21:34.4904305Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:21:34.4905068Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:21:34.4905814Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:21:34.4906541Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:21:34.4907246Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:21:34.4907986Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:21:34.4908704Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:21:34.4909397Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:21:34.4910069Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:21:34.4910744Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:21:34.4911500Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:21:34.4912317Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:21:34.4913037Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:21:34.4913743Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:21:34.4914324Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:21:34.4914752Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:21:34.4915265Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:21:34.4915831Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:21:34.4916334Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:21:34.4916792Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:21:34.4917244Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:21:34.4917714Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:21:34.4918303Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:21:34.4919078Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:21:34.4919796Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:21:34.4920529Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:21:34.4921170Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:21:34.4921696Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:21:34.4922329Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:21:34.4922843Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:21:34.4923367Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:21:34.4923873Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:21:34.4924385Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:21:34.4924883Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:21:34.4925442Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:21:34.4925937Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:21:34.4926432Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:21:34.4926908Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:21:34.4927472Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:21:34.4928197Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:21:34.4928775Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:21:34.4929260Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:21:34.4929726Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:21:34.4930218Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:21:34.4930768Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:21:34.4931291Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:21:34.4931739Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:21:34.4932239Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:21:34.4932860Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:21:34.4933582Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:21:34.5128553Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:21:34.5129571Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:21:34.5130497Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:21:34.5131129Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:21:34.5131652Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:21:34.5132271Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:21:34.5132776Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:21:34.5133246Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:21:34.5133750Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:21:34.5134300Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:21:34.5135018Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:21:34.5135686Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:21:34.5136319Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:21:34.5137119Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:21:34.5137910Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:21:34.5138986Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:21:34.5140233Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:21:34.5141387Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:21:34.5142641Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:21:34.5144128Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:21:34.5145406Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:21:34.5146803Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:21:34.5148416Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:21:34.5150142Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:21:34.5152290Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:21:34.5154101Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:21:34.5155905Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:21:34.5157612Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:21:34.5159328Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:21:34.5161155Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:21:34.5162964Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:21:34.5164705Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:21:34.5166382Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:21:34.5168120Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:21:34.5169032Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:21:34.5170453Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:21:34.5171729Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:21:34.5173278Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:21:34.5174518Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:21:34.5175435Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:21:34.5176500Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:21:34.5177654Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:21:34.5178837Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:21:34.5179870Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:21:34.5180960Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:21:34.5181977Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:21:34.5183179Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:21:34.5183969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:21:34.5184636Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:21:34.5186001Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:21:34.5187167Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:21:34.5188475Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:21:34.5189464Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:21:34.5190843Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:21:34.5192068Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:21:34.5193320Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:21:34.5194316Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:21:34.5195461Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:21:34.5196570Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:21:34.5197975Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:21:34.5199085Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:21:34.5200107Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:21:34.5201189Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:21:34.5202377Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:21:34.5203657Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:21:34.5204307Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:21:34.5205358Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:21:34.5206420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:21:34.5207485Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:21:34.5208531Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:21:34.5209667Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:21:34.5210776Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:21:34.5211972Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:21:34.5213214Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:21:34.5214473Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:21:34.5215565Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:21:34.5216721Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:21:34.5217803Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:21:34.5218914Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:21:34.5220119Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:21:34.5221537Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:21:34.5222675Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:21:34.5223732Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:21:34.5224796Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:21:34.5225855Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:21:34.5226954Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:21:34.5227950Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:21:34.5229093Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:21:34.5230123Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:21:34.5231504Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:21:34.5232982Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:21:34.5234073Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:21:34.5235388Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:21:34.5236511Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:21:34.5237685Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:21:34.5238847Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:21:34.5240021Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:21:34.5241443Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:21:34.5242676Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:21:34.5243720Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:21:34.5362884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:21:34.5363919Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:21:34.5364736Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:21:34.5365373Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:21:34.5366015Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:21:34.5366634Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:21:34.5367203Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:21:34.5367944Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:21:34.5368549Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:21:34.5369136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:21:34.5369865Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:21:34.5370590Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:21:34.5371216Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:21:34.5371833Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:21:34.5372458Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:21:34.5373198Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:21:34.5373849Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:21:34.5374526Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:21:34.5375116Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:21:34.5375673Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:21:34.5376300Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:21:34.5376873Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:21:34.5377390Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:21:34.5377944Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:21:34.5378586Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:21:34.5379446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:21:34.5380136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:21:34.5380728Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:21:34.5381292Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:21:34.5381846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:21:34.5382436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:21:34.5383184Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:21:34.5383741Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:21:34.5384290Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:21:34.5384873Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:21:34.5385550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:21:34.5386148Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:21:34.5386913Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:21:34.5387566Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:21:34.5388178Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:21:34.5388750Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:21:34.5389316Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:21:34.5389882Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:21:34.5390533Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:21:34.5391275Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:21:34.5392033Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:21:34.5392658Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:21:34.5393498Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:21:34.5394171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:21:34.5394882Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:21:34.5395617Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:21:34.5396256Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:21:34.5396994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:21:34.5397588Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:21:34.5398185Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:21:34.5398748Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:21:34.5399331Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:21:34.5399990Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:21:34.5400584Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:21:34.5401182Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:21:34.5401798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:21:34.5402423Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:21:34.5403109Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:21:34.5403667Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:21:34.5404263Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:21:34.5404845Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:21:34.5405475Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:21:34.5406107Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:21:34.5406777Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:21:34.5407549Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:21:34.5408206Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:21:34.5408966Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:21:34.5409565Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:21:34.5410142Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:21:34.5410767Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:21:34.5411506Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:21:34.5412175Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:21:34.5412858Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:21:34.5413742Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:21:34.5414466Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:21:34.5415199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:21:34.5415925Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:21:34.5416658Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:21:34.5417409Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:21:34.5418138Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:21:34.5418896Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:21:34.5419741Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:21:34.5420410Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:21:34.5421079Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:21:34.5421792Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:21:34.5422497Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:21:34.5423210Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:21:34.5423991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:21:34.5424746Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:21:34.5425422Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:21:34.5426226Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:21:34.5426913Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:21:34.5427614Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:21:34.5428317Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:21:34.5428898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:21:34.5429439Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:21:34.5429961Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:21:34.5430486Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:21:34.5431097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:21:34.5431700Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:21:34.5609991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:21:34.5611127Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:21:34.5612142Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:21:34.5612745Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:21:34.5613299Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:21:34.5614133Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:21:34.5614837Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:21:34.5615535Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:21:34.5616289Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:21:34.5617067Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:21:34.5617797Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:21:34.5618520Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:21:34.5619325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:21:34.5619922Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:21:34.5620506Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:21:34.5621071Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:21:34.5621687Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:21:34.5622266Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:21:34.5622812Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:21:34.5623417Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:21:34.5624119Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:21:34.5624922Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:21:34.5625686Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:21:34.5626441Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:21:34.5627351Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:21:34.5628123Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:21:34.5628950Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:21:34.5629838Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:21:34.5630732Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:21:34.5631703Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:21:34.5632805Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:21:34.5633759Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:21:34.5634558Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:21:34.5635532Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:21:34.5636358Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:21:34.5637132Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:21:34.5638076Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:21:34.5638977Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:21:34.5639828Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:21:34.5640724Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:21:34.5641576Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:21:34.5642424Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:21:34.5643194Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:21:34.5644067Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:21:34.5644908Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:21:34.5645730Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:21:34.5646556Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:21:34.5647408Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:21:34.5648195Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:21:34.5649018Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:21:34.5649927Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:21:34.5650741Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:21:34.5651556Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:21:34.5652367Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:21:34.5653227Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:21:34.5654036Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:21:34.5654896Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:21:34.5655793Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:21:34.5656566Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:21:34.5657326Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:21:34.5658105Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:21:34.5658911Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:21:34.5659792Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:21:34.5660548Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:21:34.5661344Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:21:34.5662119Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:21:34.5662947Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:21:34.5663810Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:21:34.5664673Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:21:34.5665516Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:21:34.5666347Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:21:34.5667118Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:21:34.5667876Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:21:34.5668725Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:21:34.5669627Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:21:34.5670413Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:21:34.5671235Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:21:34.5672165Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:21:34.5673066Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:21:34.5673894Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:21:34.5674778Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:21:34.5675687Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:21:34.5676559Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:21:34.5677440Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:21:34.5678234Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:21:34.5678987Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:21:34.5941319Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:21:34.5942516Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:21:34.5943456Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:21:34.5944363Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:21:34.5945269Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:21:34.5946149Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:21:34.5946983Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:21:34.5947822Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:21:34.5948782Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:21:34.5949566Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:21:34.5950319Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:21:34.5951300Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:21:34.5952191Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:21:34.5953019Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:21:34.5954135Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:21:34.5955481Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:21:34.5956384Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:21:34.5957129Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:21:34.5957754Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:21:34.5958690Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:21:34.5959344Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:21:34.5959932Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:21:34.5960559Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:21:34.5961172Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:21:34.5961796Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:21:34.5962563Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:21:34.5963257Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:21:34.5964018Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:21:34.5964935Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:21:34.5966002Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:21:34.5967045Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:21:34.5968025Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:21:34.5968986Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:21:34.5969923Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:21:34.5970868Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:21:34.5971827Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:21:34.5972783Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:21:34.5973608Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:21:34.5974508Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:21:34.5975411Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:21:34.5976319Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:21:34.5977359Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:21:34.5978172Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:21:34.5978680Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:21:34.5979127Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:21:34.5979635Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:21:34.5980071Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:21:34.5980545Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:21:34.5981156Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:21:34.5981596Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:21:34.5982096Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:21:34.5982621Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:21:34.5983327Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:21:34.5983905Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:21:34.5984503Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:21:34.5984993Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:21:34.5985599Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:21:34.5986496Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:21:34.5987329Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:21:34.5988089Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:21:34.5988864Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:21:34.5989728Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:21:34.5990587Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:21:34.5991335Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:21:34.5992231Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:21:34.5993088Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:21:34.5993569Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:21:34.5993999Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:21:34.5994425Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:21:34.5994611Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:21:34.5994793Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:21:34.5995040Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:21:34.5995276Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:21:34.5995494Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:21:34.5995713Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:21:34.5995937Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:21:34.5996186Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:21:34.5996397Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:21:34.5996578Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:21:34.5996773Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:21:34.5996976Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:21:34.5997178Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:21:34.5997357Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:21:34.5997530Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:21:34.5997700Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:21:34.5997952Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:21:34.5998177Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:21:34.5998368Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:21:34.5998708Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:21:34.5998966Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:21:34.5999256Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:21:34.5999504Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:21:34.5999723Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:21:34.5999926Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:21:34.6000222Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:21:34.6000422Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:21:34.6000634Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:21:34.6000887Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:21:34.6360780Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:21:34.6361052Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:21:34.6361526Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:21:34.6361924Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:21:34.6362112Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:21:34.6362335Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:21:34.6362580Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:21:34.6362784Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:21:34.6362970Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:21:34.6363177Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:21:34.6363378Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:21:34.6363656Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:21:34.6363856Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:21:34.6364096Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:21:34.6364318Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:21:34.6364533Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:21:34.6364730Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:21:34.6364954Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:21:34.6365166Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:21:34.6365395Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:21:34.6365601Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:21:34.6365804Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:21:34.6365960Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:21:34.6366121Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:21:34.6366302Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:21:34.6366491Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:21:34.6366692Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:21:34.6366929Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:21:34.6367095Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:21:34.6367273Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:21:34.6367437Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:21:34.6367609Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:21:34.6367779Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:21:34.6368200Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:21:34.6368393Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:21:34.6368553Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:21:34.6368726Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:21:34.6368951Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:21:34.6369166Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:21:34.6369543Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:21:34.6369703Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:21:34.6369878Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:21:34.6370088Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:21:34.6370293Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:21:34.6370458Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:21:34.6370616Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:21:34.6370815Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:21:34.6370972Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:21:34.6371130Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:21:34.6371315Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:21:34.6371485Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:21:34.6371668Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:21:34.6371837Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:21:34.6372006Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:21:34.6372168Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:21:34.6372365Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:21:34.6372533Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:21:34.6372735Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:21:34.6372925Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:21:34.6373121Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:21:34.6373291Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:21:34.6373474Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:21:34.6373684Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:21:34.6373890Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:21:34.6374047Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:21:34.6374219Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:21:34.6374394Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:21:34.6374590Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:21:34.6374786Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:21:34.6374954Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:21:34.6375124Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:21:34.6375283Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:21:34.6375477Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:21:34.6375674Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:21:34.6375832Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:21:34.6375990Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:21:34.6376159Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:21:34.6376317Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:21:34.6376542Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:21:34.6376715Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:21:34.6376873Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:21:34.6377040Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:21:34.6377234Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:21:34.6377403Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:21:34.6377649Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:21:34.6377828Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:21:34.6378013Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:21:34.6378191Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:21:34.6378358Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:21:34.6378578Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:21:34.6378775Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:21:34.6378953Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:21:34.6379127Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:21:34.6379310Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:21:34.6379504Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:21:34.6379688Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:21:34.6379915Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:21:34.6380131Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:21:34.6380293Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:21:34.6380481Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:21:34.6380652Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:21:34.6380810Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:21:34.6381021Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:21:34.6381184Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:21:34.6381343Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:21:34.6381505Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:21:34.6381710Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:21:34.6381880Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:21:34.6382066Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:21:34.6382315Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:21:34.6382544Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:21:34.6382716Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:21:34.6382919Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:21:34.6383078Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:21:34.6383233Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:21:34.6383422Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:21:34.6383642Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:21:34.6383811Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:21:34.6383994Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:21:34.6384224Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:21:34.6384395Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:21:34.6384574Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:21:34.6384939Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:21:34.6385248Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:21:34.6385489Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:21:34.6385700Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:21:34.6766154Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:21:34.6766444Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:21:34.6767181Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:21:34.6767460Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:21:34.6767773Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:21:34.6768052Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:21:34.6768333Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:21:34.6768634Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:21:34.6768833Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:21:34.6769001Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:21:34.6769239Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:21:34.6769465Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:21:34.6769656Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:21:34.6769824Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:21:34.6769996Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:21:34.6770176Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:21:34.6770346Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:21:34.6770523Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:21:34.6770759Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:21:34.6770895Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:21:34.6771135Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:21:34.6771450Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:21:34.6771727Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:21:34.6771945Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:21:34.6772076Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:21:34.6772242Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:21:34.6772382Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:21:34.6772507Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:21:34.6772692Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:21:34.6772850Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:21:34.6773049Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:21:34.6773275Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:21:34.6773513Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:21:34.6773697Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:21:34.6773944Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:21:34.6774169Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:21:34.6774396Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:21:34.6774603Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:21:34.6774838Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:21:34.6775151Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:21:34.6775341Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:21:34.6775784Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:21:34.6776171Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:21:34.6776534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:21:34.6776867Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:21:34.6777113Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:21:34.6777352Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:21:34.6777603Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:21:34.6777971Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:21:34.6778246Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:21:34.6778505Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:21:34.6778736Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:21:34.6778957Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:21:34.6779180Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:21:34.6779447Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:21:34.6779737Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:21:34.6780055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:21:34.6780434Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:21:34.6780796Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:21:34.6781036Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:21:34.6781309Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:21:34.6781586Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:21:34.6781941Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:21:34.6782232Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:21:34.6782495Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:21:34.6782794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:21:34.6783036Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:21:34.6783271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:21:34.6783575Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:21:34.6783851Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:21:34.6784120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:21:34.6784375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:21:34.6784671Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:21:34.6784956Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:21:34.6785208Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:21:34.6785486Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:21:34.6785855Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:21:34.6786132Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:21:34.6786410Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:21:34.6786739Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:21:34.6787040Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:21:34.6787399Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:21:34.6787711Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:21:34.6787980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:21:34.6788196Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:21:34.6788623Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:21:34.6789007Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:21:34.6789284Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:21:34.6789515Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:21:34.6789752Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:21:34.6789974Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:21:34.6790236Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:21:34.6790530Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:21:34.6790801Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:21:34.6791179Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:21:34.6791464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:21:34.6791687Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:21:34.6792032Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:21:34.6792308Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:21:34.6792557Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:21:34.6792989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:21:34.6793232Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:21:34.6793504Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:21:34.6793717Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:21:34.6793938Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:21:34.6794134Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:21:34.6794375Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:21:34.6794609Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:21:34.6794860Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:21:34.7246391Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:21:34.7246849Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:21:34.7247313Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:21:34.7247569Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:21:34.7247771Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:21:34.7248364Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:21:34.7248623Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:21:34.7248794Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:21:34.7249053Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:21:34.7249328Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:21:34.7249549Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:21:34.7249982Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:21:34.7250358Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:21:34.7250718Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:21:34.7250971Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:21:34.7251208Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:21:34.7251528Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:21:34.7251911Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:21:34.7252218Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:21:34.7252502Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:21:34.7252777Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:21:34.7253047Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:21:34.7253350Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:21:34.7253658Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:21:34.7254267Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:21:34.7254494Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:21:34.7254738Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:21:34.7254997Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:21:34.7255227Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:21:34.7255471Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:21:34.7255814Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:21:34.7256143Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:21:34.7256299Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:21:34.7256476Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:21:34.7256655Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:21:34.7256922Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:21:34.7257135Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:21:34.7257348Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:21:34.7257539Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:21:34.7257798Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:21:34.7257985Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:21:34.7258269Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:21:34.7258608Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:21:34.7258816Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:21:34.7259161Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:21:34.7259345Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:21:34.7259516Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:21:34.7259721Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:21:34.7259888Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:21:34.7260137Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:21:34.7260486Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:21:34.7260716Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:21:34.7260880Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:21:34.7261043Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:21:34.7261238Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:21:34.7261415Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:21:34.7261589Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:21:34.7261764Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:21:34.7262061Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:21:34.7262352Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:21:34.7262527Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:21:34.7262690Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:21:34.7262857Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:21:34.7263022Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:21:34.7263223Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:21:34.7263406Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:21:34.7263601Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:21:34.7263787Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:21:34.7263946Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:21:34.7264194Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:21:34.7264384Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:21:34.7264577Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:21:34.7264858Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:21:34.7265090Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:21:34.7265325Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:21:34.7265510Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:21:34.7265684Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:21:34.7265880Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:21:34.7266052Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:21:34.7266258Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:21:34.7266437Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:21:34.7266608Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:21:34.7266776Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:21:34.7266955Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:21:34.7267200Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:21:34.7267441Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:21:34.7267618Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:21:34.7267801Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:21:34.7268078Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:21:34.7268258Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:21:34.7268507Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:21:34.7268766Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:21:34.7268929Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:21:34.7269118Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:21:34.7269393Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:21:34.7269656Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:21:34.7269968Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:21:34.7270187Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:21:34.7270404Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:21:34.7270667Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:21:34.7270901Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:21:34.7271156Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:21:34.7271389Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:21:34.7271691Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:21:34.7272002Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:21:34.7272273Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:21:34.7272514Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:21:34.7272747Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:21:34.7272931Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:21:34.7273182Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:21:34.7273457Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:21:34.7273649Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:21:34.7273875Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:21:34.7274110Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:21:34.7274360Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:21:34.7274566Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:21:34.7274780Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:21:34.7612103Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:21:34.7612616Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:21:34.7613015Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:21:34.7613294Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:21:34.7613545Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:21:34.7613728Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:21:34.7614009Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:21:34.7614253Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:21:34.7614423Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:21:34.7614603Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:21:34.7614765Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:21:34.7614972Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:21:34.7615169Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:21:34.7615539Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:21:34.7615707Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:21:34.7615890Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:21:34.7616129Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:21:34.7616303Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:21:34.7616493Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:21:34.7616669Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:21:34.7616935Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:21:34.7617111Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:21:34.7617273Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:21:34.7617507Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:21:34.7617678Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:21:34.7617894Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:21:34.7618083Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:21:34.7618306Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:21:34.7618553Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:21:34.7618718Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:21:34.7618886Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:21:34.7619088Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:21:34.7619269Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:21:34.7619462Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:21:34.7619648Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:21:34.7619841Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:21:34.7620031Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:21:34.7620208Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:21:34.7620404Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:21:34.7620571Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:21:34.7620743Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:21:34.7620999Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:21:34.7621186Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:21:34.7621397Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:21:34.7621583Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:21:34.7621772Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:21:34.7622033Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:21:34.7622223Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:21:34.7622403Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:21:34.7622581Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:21:34.7622818Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:21:34.7622996Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:21:34.7623241Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:21:34.7623488Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:21:34.7623803Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:21:34.7624046Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:21:34.7624351Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:21:34.7624721Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:21:34.7625077Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:21:34.7625343Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:21:34.7625592Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:21:34.7625861Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:21:34.7626192Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:21:34.7626438Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:21:34.7626629Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:21:34.7626854Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:21:34.7627131Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:21:34.7627355Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:21:34.7627627Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:21:34.7627882Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:21:34.7628118Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:21:34.7628367Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:21:34.7628617Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:21:34.7628827Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:21:34.7629039Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:21:34.7629308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:21:34.7644192Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:21:34.7644891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:21:34.7645209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:21:34.7645495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:21:34.7645846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:21:34.7646200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:21:34.7646560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:21:34.7646873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:21:34.7647165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:21:34.7647446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:21:34.7647729Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:21:34.7648134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:21:34.7648472Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:21:34.7648752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:21:34.7649096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:21:34.7649342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:21:34.7649634Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:21:34.7649894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:21:34.7650410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:21:34.7650692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:21:34.7651017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:21:34.7651345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:21:34.7651698Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:21:34.7652080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:21:34.7652374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:21:34.7652668Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:21:34.7652942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:21:34.7653230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:21:34.7653474Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:21:34.7653818Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:21:34.7654164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:21:34.7654480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:21:34.7654763Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:21:34.7655051Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:21:34.7655300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:21:34.7936518Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:21:34.7937223Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7937531Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:34.7937893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:21:34.7938163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:21:34.7938457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:21:34.7938745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:21:34.7939102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:21:34.7939454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:21:34.7939746Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:21:34.7940110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:21:34.7940368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:21:34.7940609Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:21:34.7940902Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:21:34.7941201Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:21:34.7941516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:21:34.7941817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:21:34.7942278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7942652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7943345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:34.7943677Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:21:34.7943991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7944319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7944632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:34.7945064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:21:34.7945497Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7945922Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:34.7946254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:21:34.7946586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:21:34.7946901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:21:34.7947146Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:21:34.7947447Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:21:34.7947771Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:21:34.7948169Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:21:34.7948487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:21:34.7948752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:21:34.7949001Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:21:34.7949284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:21:34.7949652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:21:34.7949929Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:21:34.7950293Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:21:34.7950602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:21:34.7950940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:21:34.7951308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:21:34.7951637Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:21:34.7952139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:21:34.7952515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:21:34.7952979Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:21:34.7953281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:21:34.7953616Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:21:34.7953937Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:21:34.7954259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:21:34.7954561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:21:34.7955119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:21:34.7955542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:21:34.7955986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:21:34.7956305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:21:34.7956611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:21:34.7956986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:21:34.7957272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:21:34.7957586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:21:34.7957899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:21:34.7958263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:21:34.7958597Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:21:34.7958907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:21:34.7959145Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:21:34.7959437Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:21:34.7959683Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:21:34.7959927Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:21:34.7960151Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:21:34.7960378Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:21:34.7960644Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:21:34.7960898Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:21:34.7961214Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:21:34.7961547Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:21:34.7961854Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:21:34.7962112Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:21:34.7962342Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:21:34.7962498Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:21:34.7962664Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:21:34.7962825Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:21:34.7963027Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:21:34.7963141Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:21:34.7963260Z adding 'executorch/codegen/gen.py' 2025-06-05T23:21:34.7963371Z adding 'executorch/codegen/model.py' 2025-06-05T23:21:34.7963477Z adding 'executorch/codegen/parse.py' 2025-06-05T23:21:34.7963601Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:21:34.7963742Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:21:34.7963860Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:21:34.7963981Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:21:34.7964127Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:21:34.7964270Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:21:34.7964399Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:21:34.7964601Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:21:34.7964837Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:21:34.7965028Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:21:34.7965196Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:21:34.7965391Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:21:34.7965554Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:21:34.7965679Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:21:34.7965835Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:21:34.7966022Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:21:34.7966152Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:21:35.1251555Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:21:35.1252372Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:21:35.1252760Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:21:35.1253224Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:21:35.1253683Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:21:35.1254286Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:21:35.1254868Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:21:35.1255333Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:21:35.1255651Z adding 'executorch/data/bin/flatc' 2025-06-05T23:21:35.1255973Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:21:35.1256372Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:21:35.1256906Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:21:35.1257440Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:21:35.1257936Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:21:35.1258353Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:21:35.1258769Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:21:35.1259348Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:21:35.1259915Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:21:35.1260531Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:21:35.1261115Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:21:35.1261655Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:21:35.1262213Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:21:35.1262794Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:21:35.1263404Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:21:35.1263996Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:21:35.1264574Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:21:35.1265107Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:21:35.1265606Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:21:35.1266113Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:21:35.1266568Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:21:35.1266999Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:21:35.1267459Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:21:35.1267975Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:21:35.1268376Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:21:35.1268761Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:21:35.1269192Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:21:35.1269855Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:21:35.1270375Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:21:35.1270802Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:21:35.1271240Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:21:35.1271644Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:21:35.1272146Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:21:35.1272761Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:21:35.1273398Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:21:35.1273883Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:21:35.1274388Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:21:35.1274922Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:21:35.1275487Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:21:35.1276090Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:21:35.1276715Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:21:35.1277398Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:21:35.1277915Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:21:35.1278385Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:21:35.1278946Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:21:35.1279464Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:21:35.1280043Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:21:35.1280539Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:21:35.1280960Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:21:35.1281444Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:21:35.1281931Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:21:35.1282423Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:21:35.1282967Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:21:35.1283650Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:21:35.1284202Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:21:35.1284730Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:21:35.1285202Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:21:35.1285678Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:21:35.1286156Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:21:35.1286769Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:21:35.1287288Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:21:35.1287864Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:21:35.1288430Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:21:35.1288939Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:21:35.1289587Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:21:35.1290054Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:21:35.1290502Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:21:35.1290877Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:21:35.1291268Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:21:35.1291772Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:21:35.1292244Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:21:35.1293030Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:21:35.1293460Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:21:35.1293975Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:21:35.1294400Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:21:35.1294869Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:21:35.1295469Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:21:35.1296286Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:21:35.1297120Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:21:35.1297881Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:21:35.1298570Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:21:35.1299360Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:21:35.1299983Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:21:35.1300448Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:21:35.1300905Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:21:35.1301367Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:21:35.1301821Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:21:35.1302343Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:21:35.1302795Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:21:35.1303217Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:21:35.1303645Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:21:35.1304077Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:21:35.1304534Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:21:35.1304988Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:21:35.1305436Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:21:35.1305854Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:21:35.1306565Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:21:35.1307107Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:21:35.1307548Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:21:35.1307960Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:21:35.1308356Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:21:35.1308741Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:21:35.1309167Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:21:35.1309661Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:21:35.1310316Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:21:35.1310831Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:21:35.1311394Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:21:35.1312026Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:21:35.1312750Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:21:35.1313273Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:21:35.1313746Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:21:35.1314228Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:21:35.1314751Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:21:35.1315468Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:21:35.1316364Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:21:35.1317018Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:21:35.1673845Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:21:35.1675065Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:21:35.1676213Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:21:35.1677674Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:21:35.1678792Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:21:35.1679956Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:21:35.1681061Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:21:35.1682175Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:21:35.1683324Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:21:35.1684320Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:21:35.1685058Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:21:35.1685778Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:21:35.1686566Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:21:35.1687297Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:21:35.1687921Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:21:35.1688551Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:21:35.1689203Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:21:35.1689771Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:21:35.1690334Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:21:35.1690889Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:21:35.1691443Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:21:35.1692002Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:21:35.1692657Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:21:35.1693810Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:21:35.1695006Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:21:35.1695762Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:21:35.1696535Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:21:35.1697133Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:21:35.1697684Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:21:35.1698242Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:21:35.1698803Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:21:35.1699366Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:21:35.1699990Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:21:35.1700680Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:21:35.1701345Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:21:35.1702185Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:21:35.1702813Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:21:35.1703864Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:21:35.1704938Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:21:35.1705679Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:21:35.1706185Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:21:35.1706901Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:21:35.1707371Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:21:35.1707912Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:21:35.1708586Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:21:35.1709349Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:21:35.1710139Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:21:35.1710961Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:21:35.1711808Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:21:35.1712542Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:21:35.1713056Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:21:35.1713587Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:21:35.1714060Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:21:35.1714517Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:21:35.1715013Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:21:35.1715523Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:21:35.1716007Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:21:35.1716622Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:21:35.1717456Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:21:35.1718312Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:21:35.1719082Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:21:35.1719552Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:21:35.1720122Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:21:35.1720569Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:21:35.1721021Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:21:35.1721428Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:21:35.1721842Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:21:35.1722292Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:21:35.1722746Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:21:35.1723240Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:21:35.1723710Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:21:35.1724185Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:21:35.1724644Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:21:35.1725116Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:21:35.1725711Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:21:35.1726276Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:21:35.1726658Z adding 'executorch/exir/__init__.py' 2025-06-05T23:21:35.1726983Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:21:35.1727292Z adding 'executorch/exir/common.py' 2025-06-05T23:21:35.1727608Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:21:35.1727925Z adding 'executorch/exir/delegate.py' 2025-06-05T23:21:35.1728244Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:21:35.1728716Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:21:35.1729072Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:21:35.1729401Z adding 'executorch/exir/error.py' 2025-06-05T23:21:35.1729695Z adding 'executorch/exir/graph.py' 2025-06-05T23:21:35.1730013Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:21:35.1730369Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:21:35.1730729Z adding 'executorch/exir/memory.py' 2025-06-05T23:21:35.1731046Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:21:35.1731454Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:21:35.1731770Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:21:35.1732106Z adding 'executorch/exir/print_program.py' 2025-06-05T23:21:35.1732440Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:21:35.1732752Z adding 'executorch/exir/schema.py' 2025-06-05T23:21:35.1733062Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:21:35.1733359Z adding 'executorch/exir/tensor.py' 2025-06-05T23:21:35.1733665Z adding 'executorch/exir/tracer.py' 2025-06-05T23:21:35.1733956Z adding 'executorch/exir/types.py' 2025-06-05T23:21:35.1734262Z adding 'executorch/exir/version.py' 2025-06-05T23:21:35.1734605Z adding 'executorch/exir/wrap.py' 2025-06-05T23:21:35.1735001Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:21:35.1735376Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:21:35.1735770Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:21:35.1736166Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:21:35.1736578Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:21:35.1736989Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:21:35.1737358Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:21:35.1737763Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:21:35.1738166Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:21:35.1738532Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:21:35.1738919Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:21:35.1739308Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:21:35.1739782Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:21:35.1740206Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:21:35.1740693Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:21:35.1741161Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:21:35.1741576Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:21:35.1741959Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:21:35.1742362Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:21:35.1742787Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:21:35.1743241Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:21:35.1743609Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:21:35.1744088Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:21:35.1744741Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:21:35.1745422Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:21:35.1746254Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:21:35.1746950Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:21:35.1747549Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:21:35.1748123Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:21:35.1748760Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:21:35.2273207Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:21:35.2274702Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:21:35.2275250Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:21:35.2275710Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:21:35.2276232Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:21:35.2276749Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:21:35.2277197Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:21:35.2277909Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:21:35.2278559Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:21:35.2279085Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:21:35.2279603Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:21:35.2280117Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:21:35.2280629Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:21:35.2281162Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:21:35.2281651Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:21:35.2282188Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:21:35.2282657Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:21:35.2283141Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:21:35.2283729Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:21:35.2284354Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:21:35.2285010Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:21:35.2285623Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:21:35.2286088Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:21:35.2286486Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:21:35.2286843Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:21:35.2287197Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:21:35.2287536Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:21:35.2287883Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:21:35.2288352Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:21:35.2288812Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:21:35.2289255Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:21:35.2289627Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:21:35.2290010Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:21:35.2290411Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:21:35.2290819Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:21:35.2291346Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:21:35.2291790Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:21:35.2292174Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:21:35.2292593Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:21:35.2293229Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:21:35.2293787Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:21:35.2294186Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:21:35.2294619Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:21:35.2295097Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:21:35.2295579Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:21:35.2296005Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:21:35.2296341Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:21:35.2296856Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:21:35.2297240Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:21:35.2297673Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:21:35.2298032Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:21:35.2298361Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:21:35.2298752Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:21:35.2299139Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:21:35.2299583Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:21:35.2300147Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:21:35.2300566Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:21:35.2301015Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:21:35.2301491Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:21:35.2301958Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:21:35.2302427Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:21:35.2302913Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:21:35.2303335Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:21:35.2303818Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:21:35.2304306Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:21:35.2304753Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:21:35.2305206Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:21:35.2305686Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:21:35.2306143Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:21:35.2306562Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:21:35.2307005Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:21:35.2307396Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:21:35.2307829Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:21:35.2308312Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:21:35.2308748Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:21:35.2309196Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:21:35.2309688Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:21:35.2310243Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:21:35.2310801Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:21:35.2311292Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:21:35.2311953Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:21:35.2312434Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:21:35.2312855Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:21:35.2313251Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:21:35.2313671Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:21:35.2314093Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:21:35.2314512Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:21:35.2314872Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:21:35.2315252Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:21:35.2315627Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:21:35.2316034Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:21:35.2316471Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:21:35.2316841Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:21:35.2317210Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:21:35.2317651Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:21:35.2318004Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:21:35.2318369Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:21:35.2318700Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:21:35.2319051Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:21:35.2319388Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:21:35.2319763Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:21:35.2320173Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:21:35.2320625Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:21:35.2320982Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:21:35.2321375Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:21:35.2321745Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:21:35.2322102Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:21:35.2322510Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:21:35.2322969Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:21:35.2323411Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:21:35.2323776Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:21:35.2324224Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:21:35.2324717Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:21:35.2325251Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:21:35.2325742Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:21:35.2326135Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:21:35.2326524Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:21:35.2326888Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:21:35.2327272Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:21:35.2327752Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:21:35.2328496Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:21:35.2329101Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:21:35.2329501Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:21:35.2329986Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:21:35.2330457Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:21:35.2330848Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:21:35.2331197Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:21:35.2331554Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:21:35.2331929Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:21:35.2332300Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:21:35.2332667Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:21:35.2333056Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:21:35.2333464Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:21:35.2333860Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:21:35.2334265Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:21:35.2334683Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:21:35.2335129Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:21:35.2335535Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:21:35.2335930Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:21:35.2336381Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:21:35.2336884Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:21:35.2337439Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:21:35.8673361Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:21:35.8674419Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:21:35.8675034Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:21:35.8675806Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:21:35.8676570Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:21:35.8677314Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:21:35.8678150Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:21:35.8679332Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:21:35.8679950Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:21:35.8680462Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:21:35.8681108Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:21:35.8681986Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:21:35.8683003Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:21:35.8683740Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:21:35.8684365Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:21:35.8684915Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:21:35.8685779Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:21:35.8686878Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:21:35.8687817Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:21:35.8688540Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:21:35.8689057Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:21:35.8689466Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:21:35.8689895Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:21:35.8690592Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:21:35.8691421Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:21:35.8692260Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:21:35.8693013Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:21:35.8693792Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:21:35.8694611Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:21:35.8695447Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:21:35.8696131Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:21:35.8696906Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:21:35.8697685Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:21:35.8698550Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:21:35.8699490Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:21:35.8700236Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:21:35.8700763Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:21:35.8701315Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:21:35.8702249Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:21:35.8703721Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:21:35.8704543Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:21:35.8705757Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:21:35.8707140Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:21:35.8708830Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:21:35.8709701Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:21:35.8710907Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:21:35.8712118Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:21:35.8712769Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:21:35.8713581Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:21:35.8714189Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:21:35.8714842Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:21:35.8715557Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:21:35.8716876Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:21:35.8717936Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:21:35.8718538Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:21:35.8719218Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:21:35.8719956Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:21:35.8720718Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:21:35.8721489Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:21:35.8722309Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:21:35.8723515Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:21:35.8724947Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:21:35.8725784Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:21:35.8726661Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:21:35.8728216Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:21:35.8729237Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:21:35.8729943Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:21:35.8731085Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:21:35.8732373Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:21:35.8733444Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:21:35.8734807Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:21:35.8735720Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:21:35.8737060Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:21:35.8737865Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:21:35.8738934Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:21:35.8740084Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:21:35.8740719Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:21:35.8741648Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:21:35.8743063Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:21:35.8744211Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:21:35.8745491Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:21:35.8746224Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:21:35.8747145Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:21:35.8748188Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:21:35.8749220Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:21:35.8750510Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:21:35.8751531Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:21:35.8752632Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:21:35.8753386Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:21:35.8754096Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:35.8754847Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:21:35.8755294Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:21:35.8755749Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:21:35.8756286Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:21:35.8756974Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:21:35.8757462Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:21:35.8757970Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:21:35.8758527Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:21:35.8759009Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:21:35.8759520Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:21:35.8760037Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:21:35.8760609Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:21:35.8761149Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:21:35.8761677Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:21:36.5341057Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:21:36.5342193Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:21:36.5342814Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:21:36.5343373Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:21:36.5343932Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:21:36.5344498Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:21:36.5345077Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:21:36.5345698Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:21:36.5346306Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:21:36.5346920Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:21:36.5347501Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:21:36.5348245Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:21:36.5348741Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:21:36.5349215Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:21:36.5349671Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:21:36.5350176Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:21:36.5350719Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:21:36.5351342Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:21:36.5352124Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:21:36.5352657Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:21:36.5353235Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:21:36.5353819Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:21:36.5354383Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:21:36.5354878Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:21:36.5355343Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:21:36.5355792Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:21:36.5356273Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:21:36.5356850Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:21:36.5357448Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:21:36.5358128Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:21:36.5358859Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:21:36.5359573Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:21:36.5360261Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:21:36.5360976Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:21:36.5361740Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:21:36.5362445Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:21:36.5363091Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:21:36.5363753Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:21:36.5364407Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:21:36.5365048Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:21:36.5365658Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:21:36.5366260Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:21:36.5366860Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:21:36.5367498Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:21:36.5368126Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:21:36.5368748Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:21:36.5369408Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:21:36.5370026Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:21:36.5370655Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:21:36.5371325Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:21:36.5372114Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:21:36.5372861Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:21:36.5373614Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:21:36.5374404Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:21:36.5375175Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:21:36.5375967Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:21:36.5376688Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:21:36.5377442Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:21:36.5378229Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:21:36.5378949Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:21:36.5379700Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:21:36.5380478Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:21:36.5381287Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:21:36.5382082Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:21:36.5382727Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:21:36.5383338Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:21:36.5383960Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:21:36.5384588Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:21:36.5385212Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:21:36.5385740Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:21:36.5386254Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:21:36.5386755Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:21:36.5387303Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:21:36.5387877Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:21:36.5388377Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:21:36.5388889Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:21:36.5389410Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:21:36.5389947Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:21:36.5390456Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:21:36.5390966Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:21:36.5391505Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:21:36.5392183Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:21:36.5392700Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:21:36.5393433Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:21:36.5393913Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:21:36.5394392Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:21:36.5394935Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:21:36.5395488Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:21:36.5396118Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:21:36.5396507Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:21:36.5396905Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:21:36.5397273Z adding 'executorch/schema/program.fbs' 2025-06-05T23:21:36.5397604Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:21:36.5398004Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:21:36.5398448Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:21:36.5398903Z adding 'executorch/util/collect_env.py' 2025-06-05T23:21:36.5399247Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:21:36.5399660Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:21:36.5400128Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:21:36.5400531Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:21:36.5400979Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:21:36.5401455Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:21:36.5401899Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:21:36.5402285Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:36.5402941Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:21:36.5403932Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=3ea5f133d92578a8f5b9b3e1e400f5e04cbca218364312bb9ccc440e9e7e8ce6 2025-06-05T23:21:36.5405182Z Stored in directory: /tmp/pip-ephem-wheel-cache-8dwk1nvg/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:21:36.5405876Z Successfully built executorch 2025-06-05T23:21:41.1803276Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:21:41.1804578Z [?25l 2025-06-05T23:21:41.1804991Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:21:41.1805295Z 2025-06-05T23:21:41.1805559Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:21:41.1805833Z 2025-06-05T23:21:41.1806207Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:41.1806669Z  Attempting uninstall: pytest 2025-06-05T23:21:41.1807173Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:41.1807691Z  Found existing installation: pytest 7.2.0 2025-06-05T23:21:41.1808212Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:41.1808666Z  Uninstalling pytest-7.2.0: 2025-06-05T23:21:41.1809145Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:41.1809952Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1810679Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:21:41.1811272Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1811830Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:21:41.1812411Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1813201Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:21:41.1814142Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1814738Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1815411Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:21:41.1816107Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1816764Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:21:41.1817427Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1818184Z  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:41.1818956Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1819608Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:21:41.1820296Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1820761Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:21:41.1821300Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1821882Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1822434Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:21:41.1823009Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1823535Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:21:41.1824104Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:41.1824740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━  8/11 [pytest-rerunfailures] 2025-06-05T23:21:41.1825383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1826080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1826670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1827274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1827864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1828464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1829139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1829728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:41.1830326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1830932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1831534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1832234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1832816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1833418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1834021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1834619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1835210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1835811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1836407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:41.1837098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:56.3932915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:56.3933970Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:21:56.3935106Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:56.3936166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:56.3937187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:21:56.3937846Z [?25h 2025-06-05T23:21:56.3940236Z 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:21:56.3942071Z + pip list 2025-06-05T23:21:56.3942598Z Package Version Build Editable project location 2025-06-05T23:21:56.3943427Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:21:56.3944135Z aiohappyeyeballs 2.6.1 2025-06-05T23:21:56.3944831Z aiohttp 3.12.9 2025-06-05T23:21:56.3945324Z aiosignal 1.3.2 2025-06-05T23:21:56.3945806Z alabaster 0.7.16 2025-06-05T23:21:56.3946336Z antlr4-python3-runtime 4.9.3 2025-06-05T23:21:56.3946852Z async-timeout 5.0.1 2025-06-05T23:21:56.3947331Z attrs 25.3.0 2025-06-05T23:21:56.3947804Z babel 2.17.0 2025-06-05T23:21:56.3948304Z beautifulsoup4 4.13.4 2025-06-05T23:21:56.3948807Z blobfile 3.0.0 2025-06-05T23:21:56.3949272Z breathe 4.34.0 2025-06-05T23:21:56.3949753Z bs4 0.0.2 2025-06-05T23:21:56.3950219Z cattrs 25.1.1 2025-06-05T23:21:56.3950708Z certifi 2025.4.26 2025-06-05T23:21:56.3951221Z charset-normalizer 3.4.2 2025-06-05T23:21:56.3951717Z cmake 3.31.6 2025-06-05T23:21:56.3952302Z contourpy 1.3.2 2025-06-05T23:21:56.3952793Z coremltools 8.3.0 2025-06-05T23:21:56.3953268Z coverage 7.8.2 2025-06-05T23:21:56.3953729Z cycler 0.12.1 2025-06-05T23:21:56.3954222Z datasets 3.6.0 2025-06-05T23:21:56.3954681Z dill 0.3.8 2025-06-05T23:21:56.3955144Z docutils 0.16 2025-06-05T23:21:56.3955627Z exceptiongroup 1.3.0 2025-06-05T23:21:56.3956129Z execnet 2.1.1 2025-06-05T23:21:56.3956476Z executorch 0.7.0a0+bd57234 2025-06-05T23:21:56.3956776Z exhale 0.2.3 2025-06-05T23:21:56.3957052Z expecttest 0.1.6 2025-06-05T23:21:56.3957321Z filelock 3.18.0 2025-06-05T23:21:56.3957607Z flatbuffers 25.2.10 2025-06-05T23:21:56.3957883Z fonttools 4.58.1 2025-06-05T23:21:56.3958166Z frozenlist 1.6.2 2025-06-05T23:21:56.3958449Z fsspec 2025.3.0 2025-06-05T23:21:56.3958737Z hf_transfer 0.1.9 2025-06-05T23:21:56.3958998Z hf-xet 1.1.3 2025-06-05T23:21:56.3959281Z huggingface-hub 0.32.4 2025-06-05T23:21:56.3959567Z hypothesis 6.84.2 2025-06-05T23:21:56.3959833Z idna 3.10 2025-06-05T23:21:56.3960110Z imagesize 1.4.1 2025-06-05T23:21:56.3960486Z iniconfig 2.1.0 2025-06-05T23:21:56.3960768Z Jinja2 3.1.6 2025-06-05T23:21:56.3961033Z kagglehub 0.3.12 2025-06-05T23:21:56.3961319Z kiwisolver 1.4.8 2025-06-05T23:21:56.3961584Z lxml 5.4.0 2025-06-05T23:21:56.3961869Z markdown-it-py 2.2.0 2025-06-05T23:21:56.3962144Z MarkupSafe 3.0.2 2025-06-05T23:21:56.3962425Z matplotlib 3.10.3 2025-06-05T23:21:56.3962715Z mdit-py-plugins 0.3.5 2025-06-05T23:21:56.3963058Z mdurl 0.1.2 2025-06-05T23:21:56.3973449Z mpmath 1.3.0 2025-06-05T23:21:56.3973787Z multidict 6.4.4 2025-06-05T23:21:56.3974070Z multiprocess 0.70.16 2025-06-05T23:21:56.3974368Z myst-parser 0.18.1 2025-06-05T23:21:56.3974650Z networkx 3.4.2 2025-06-05T23:21:56.3974929Z numpy 2.2.6 2025-06-05T23:21:56.3975228Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:21:56.3975544Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:21:56.3975848Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:21:56.3976166Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:21:56.3976479Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:21:56.3976769Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:21:56.3977080Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:21:56.3977386Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:21:56.3977723Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:21:56.3978020Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:21:56.3978322Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:21:56.3978618Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:21:56.3978913Z omegaconf 2.3.0 2025-06-05T23:21:56.3979185Z packaging 25.0 2025-06-05T23:21:56.3979469Z pandas 2.2.3 2025-06-05T23:21:56.3979757Z parameterized 0.9.0 2025-06-05T23:21:56.3980027Z pillow 11.2.1 2025-06-05T23:21:56.3980307Z pip 25.1 2025-06-05T23:21:56.3980569Z pluggy 1.6.0 2025-06-05T23:21:56.3980842Z propcache 0.3.1 2025-06-05T23:21:56.3981108Z protobuf 6.31.1 2025-06-05T23:21:56.3981386Z psutil 7.0.0 2025-06-05T23:21:56.3981645Z pyaml 25.5.0 2025-06-05T23:21:56.3981920Z pyarrow 20.0.0 2025-06-05T23:21:56.3982313Z pycryptodomex 3.23.0 2025-06-05T23:21:56.3982599Z Pygments 2.19.1 2025-06-05T23:21:56.3982882Z pyparsing 3.2.3 2025-06-05T23:21:56.3983148Z pytest 8.4.0 2025-06-05T23:21:56.3983428Z pytest-cov 4.1.0 2025-06-05T23:21:56.3983712Z pytest-rerunfailures 15.1 2025-06-05T23:21:56.3984000Z pytest-xdist 3.7.0 2025-06-05T23:21:56.3984290Z python-dateutil 2.9.0.post0 2025-06-05T23:21:56.3984737Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:21:56.3985174Z pytorch_tokenizers 0.1.0 2025-06-05T23:21:56.3985459Z pytz 2025.2 2025-06-05T23:21:56.3985734Z PyYAML 6.0.1 2025-06-05T23:21:56.3986000Z regex 2024.11.6 2025-06-05T23:21:56.3986286Z requests 2.32.3 2025-06-05T23:21:56.3986558Z ruamel.yaml 0.17.32 2025-06-05T23:21:56.3986852Z ruamel.yaml.clib 0.2.12 2025-06-05T23:21:56.3987124Z safetensors 0.5.3 2025-06-05T23:21:56.3987410Z sentencepiece 0.2.0 2025-06-05T23:21:56.3987681Z setuptools 78.1.1 2025-06-05T23:21:56.3987958Z six 1.17.0 2025-06-05T23:21:56.3988238Z snowballstemmer 3.0.1 2025-06-05T23:21:56.3988684Z sortedcontainers 2.4.0 2025-06-05T23:21:56.3988975Z soupsieve 2.7 2025-06-05T23:21:56.3989237Z Sphinx 5.3.0 2025-06-05T23:21:56.3989519Z sphinx-copybutton 0.5.0 2025-06-05T23:21:56.3989795Z sphinx_design 0.4.1 2025-06-05T23:21:56.3990074Z sphinx-gallery 0.14.0 2025-06-05T23:21:56.3990349Z sphinx_reredirects 0.1.4 2025-06-05T23:21:56.3990649Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:21:56.3990939Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:21:56.3991350Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:21:56.3991650Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:21:56.3992015Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:21:56.3992324Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:21:56.3992611Z sympy 1.14.0 2025-06-05T23:21:56.3993478Z tabulate 0.9.0 2025-06-05T23:21:56.3993746Z tiktoken 0.9.0 2025-06-05T23:21:56.3994027Z timm 1.0.7 2025-06-05T23:21:56.3994288Z tokenizers 0.21.1 2025-06-05T23:21:56.3994558Z tomli 2.0.1 2025-06-05T23:21:56.3994834Z torch 2.8.0a0+git5616fa4 2025-06-05T23:21:56.3995173Z torchao 0.12.0+gitbc68b11 2025-06-05T23:21:56.3995506Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:21:56.3995802Z torchdata 0.11.0 2025-06-05T23:21:56.3996085Z torchsr 1.0.4 2025-06-05T23:21:56.3996359Z torchtune 0.6.1 2025-06-05T23:21:56.3996664Z torchvision 0.22.0a0+966da7e 2025-06-05T23:21:56.3996964Z tqdm 4.67.1 2025-06-05T23:21:56.3997246Z transformers 4.47.1 2025-06-05T23:21:56.3997536Z triton 3.0.0 1 2025-06-05T23:21:56.3997858Z typing_extensions 4.14.0 2025-06-05T23:21:56.3998149Z tzdata 2025.2 2025-06-05T23:21:56.3998417Z urllib3 2.4.0 2025-06-05T23:21:56.3998694Z wheel 0.45.1 2025-06-05T23:21:56.3998968Z xxhash 3.5.0 2025-06-05T23:21:56.3999227Z yarl 1.20.0 2025-06-05T23:21:56.3999501Z zstd 1.5.5.1 2025-06-05T23:21:56.3999804Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:21:56.4000254Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:21:56.4000686Z [setup_fvp] Downloading FVP corstone300... 2025-06-05T23:21:56.4001124Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:21:56.4001578Z Dload Upload Total Spent Left Speed 2025-06-05T23:21:56.4001842Z 2025-06-05T23:21:56.4001975Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:21:56.4002376Z 5 80.1M 5 4159k 0 0 8186k 0 0:00:10 --:--:-- 0:00:10 8187k 2025-06-05T23:21:56.4002774Z 44 80.1M 44 35.3M 0 0 23.5M 0 0:00:03 0:00:01 0:00:02 23.5M 2025-06-05T23:21:56.4003169Z 91 80.1M 91 73.5M 0 0 29.5M 0 0:00:02 0:00:02 --:--:-- 29.5M 2025-06-05T23:21:56.4003565Z 100 80.1M 100 80.1M 0 0 30.2M 0 0:00:02 0:00:02 --:--:-- 30.2M 2025-06-05T23:21:56.4003951Z [setup_fvp] Installing FVP corstone300... 2025-06-05T23:21:56.4004291Z [setup_fvp] Downloading FVP corstone320... 2025-06-05T23:21:56.4004709Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:21:56.4005174Z Dload Upload Total Spent Left Speed 2025-06-05T23:21:56.4005423Z 2025-06-05T23:21:56.4005546Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:21:56.4005927Z 8 113M 8 9.9M 0 0 15.9M 0 0:00:07 --:--:-- 0:00:07 15.9M 2025-06-05T23:21:56.4006524Z 35 113M 35 40.1M 0 0 25.5M 0 0:00:04 0:00:01 0:00:03 25.5M 2025-06-05T23:21:56.4006937Z 67 113M 67 76.9M 0 0 29.8M 0 0:00:03 0:00:02 0:00:01 29.8M 2025-06-05T23:21:56.4007350Z 93 113M 93 106M 0 0 29.8M 0 0:00:03 0:00:03 --:--:-- 29.8M 2025-06-05T23:21:56.4007764Z 100 113M 100 113M 0 0 30.9M 0 0:00:03 0:00:03 --:--:-- 30.8M 2025-06-05T23:21:56.4008167Z [setup_fvp] Installing FVP corstone320... 2025-06-05T23:21:56.4008500Z [setup_toolchain] Downloading toolchain ... 2025-06-05T23:21:56.4008932Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:21:56.4009480Z Dload Upload Total Spent Left Speed 2025-06-05T23:21:56.4009741Z 2025-06-05T23:21:56.4009865Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:21:56.4010259Z 0 140M 0 383k 0 0 529k 0 0:04:31 --:--:-- 0:04:31 528k 2025-06-05T23:22:12.6183301Z 9 140M 9 13.4M 0 0 7957k 0 0:00:18 0:00:01 0:00:17 7953k 2025-06-05T23:22:12.6184107Z 19 140M 19 28.0M 0 0 10.1M 0 0:00:13 0:00:02 0:00:11 10.1M 2025-06-05T23:22:12.6184866Z 30 140M 30 42.4M 0 0 11.3M 0 0:00:12 0:00:03 0:00:09 11.3M 2025-06-05T23:22:12.6185598Z 40 140M 40 57.2M 0 0 11.9M 0 0:00:11 0:00:04 0:00:07 11.9M 2025-06-05T23:22:12.6186324Z 51 140M 51 71.7M 0 0 12.4M 0 0:00:11 0:00:05 0:00:06 14.1M 2025-06-05T23:22:12.6187063Z 60 140M 60 85.2M 0 0 12.6M 0 0:00:11 0:00:06 0:00:05 14.3M 2025-06-05T23:22:12.6187886Z 71 140M 71 100M 0 0 12.8M 0 0:00:10 0:00:07 0:00:03 14.4M 2025-06-05T23:22:12.6188645Z 82 140M 82 116M 0 0 13.2M 0 0:00:10 0:00:08 0:00:02 14.7M 2025-06-05T23:22:12.6189397Z 95 140M 95 134M 0 0 13.8M 0 0:00:10 0:00:09 0:00:01 15.6M 2025-06-05T23:22:12.6190171Z 100 140M 100 140M 0 0 14.0M 0 0:00:09 0:00:09 --:--:-- 16.2M 2025-06-05T23:22:12.6190905Z [setup_toolchain] Installing toolchain ... 2025-06-05T23:22:12.6192012Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:22:12.6193343Z Cloning into 'reference_model'... 2025-06-05T23:22:12.6194215Z remote: Enumerating objects: 11605, done. 2025-06-05T23:22:12.6194941Z remote: Counting objects: 1% (1/84) 2025-06-05T23:22:12.6195597Z remote: Counting objects: 2% (2/84) 2025-06-05T23:22:12.6196268Z remote: Counting objects: 3% (3/84) 2025-06-05T23:22:12.6196946Z remote: Counting objects: 4% (4/84) 2025-06-05T23:22:12.6197602Z remote: Counting objects: 5% (5/84) 2025-06-05T23:22:12.6198259Z remote: Counting objects: 7% (6/84) 2025-06-05T23:22:12.6198902Z remote: Counting objects: 8% (7/84) 2025-06-05T23:22:12.6199550Z remote: Counting objects: 9% (8/84) 2025-06-05T23:22:12.6200217Z remote: Counting objects: 10% (9/84) 2025-06-05T23:22:12.6200867Z remote: Counting objects: 11% (10/84) 2025-06-05T23:22:12.6201575Z remote: Counting objects: 13% (11/84) 2025-06-05T23:22:12.6202253Z remote: Counting objects: 14% (12/84) 2025-06-05T23:22:12.6202907Z remote: Counting objects: 15% (13/84) 2025-06-05T23:22:12.6203583Z remote: Counting objects: 16% (14/84) 2025-06-05T23:22:12.6204247Z remote: Counting objects: 17% (15/84) 2025-06-05T23:22:12.6204921Z remote: Counting objects: 19% (16/84) 2025-06-05T23:22:12.6205581Z remote: Counting objects: 20% (17/84) 2025-06-05T23:22:12.6206270Z remote: Counting objects: 21% (18/84) 2025-06-05T23:22:12.6206947Z remote: Counting objects: 22% (19/84) 2025-06-05T23:22:12.6207621Z remote: Counting objects: 23% (20/84) 2025-06-05T23:22:12.6208297Z remote: Counting objects: 25% (21/84) 2025-06-05T23:22:12.6208953Z remote: Counting objects: 26% (22/84) 2025-06-05T23:22:12.6209626Z remote: Counting objects: 27% (23/84) 2025-06-05T23:22:12.6210295Z remote: Counting objects: 28% (24/84) 2025-06-05T23:22:12.6211223Z remote: Counting objects: 29% (25/84) 2025-06-05T23:22:12.6211903Z remote: Counting objects: 30% (26/84) 2025-06-05T23:22:12.6212584Z remote: Counting objects: 32% (27/84) 2025-06-05T23:22:12.6213258Z remote: Counting objects: 33% (28/84) 2025-06-05T23:22:12.6213941Z remote: Counting objects: 34% (29/84) 2025-06-05T23:22:12.6214623Z remote: Counting objects: 35% (30/84) 2025-06-05T23:22:12.6215284Z remote: Counting objects: 36% (31/84) 2025-06-05T23:22:12.6215952Z remote: Counting objects: 38% (32/84) 2025-06-05T23:22:12.6216770Z remote: Counting objects: 39% (33/84) 2025-06-05T23:22:12.6217467Z remote: Counting objects: 40% (34/84) 2025-06-05T23:22:12.6218126Z remote: Counting objects: 41% (35/84) 2025-06-05T23:22:12.6218789Z remote: Counting objects: 42% (36/84) 2025-06-05T23:22:12.6219445Z remote: Counting objects: 44% (37/84) 2025-06-05T23:22:12.6220110Z remote: Counting objects: 45% (38/84) 2025-06-05T23:22:12.6220801Z remote: Counting objects: 46% (39/84) 2025-06-05T23:22:12.6221468Z remote: Counting objects: 47% (40/84) 2025-06-05T23:22:12.6222145Z remote: Counting objects: 48% (41/84) 2025-06-05T23:22:12.6222814Z remote: Counting objects: 50% (42/84) 2025-06-05T23:22:12.6223506Z remote: Counting objects: 51% (43/84) 2025-06-05T23:22:12.6224161Z remote: Counting objects: 52% (44/84) 2025-06-05T23:22:12.6224855Z remote: Counting objects: 53% (45/84) 2025-06-05T23:22:12.6225526Z remote: Counting objects: 54% (46/84) 2025-06-05T23:22:12.6226196Z remote: Counting objects: 55% (47/84) 2025-06-05T23:22:12.6226859Z remote: Counting objects: 57% (48/84) 2025-06-05T23:22:12.6227533Z remote: Counting objects: 58% (49/84) 2025-06-05T23:22:12.6228204Z remote: Counting objects: 59% (50/84) 2025-06-05T23:22:12.6228872Z remote: Counting objects: 60% (51/84) 2025-06-05T23:22:12.6229548Z remote: Counting objects: 61% (52/84) 2025-06-05T23:22:12.6230199Z remote: Counting objects: 63% (53/84) 2025-06-05T23:22:12.6230869Z remote: Counting objects: 64% (54/84) 2025-06-05T23:22:12.6231513Z remote: Counting objects: 65% (55/84) 2025-06-05T23:22:12.6232241Z remote: Counting objects: 66% (56/84) 2025-06-05T23:22:12.6232887Z remote: Counting objects: 67% (57/84) 2025-06-05T23:22:12.6233543Z remote: Counting objects: 69% (58/84) 2025-06-05T23:22:12.6234210Z remote: Counting objects: 70% (59/84) 2025-06-05T23:22:12.6234857Z remote: Counting objects: 71% (60/84) 2025-06-05T23:22:12.6235521Z remote: Counting objects: 72% (61/84) 2025-06-05T23:22:12.6236173Z remote: Counting objects: 73% (62/84) 2025-06-05T23:22:12.6236820Z remote: Counting objects: 75% (63/84) 2025-06-05T23:22:12.6237477Z remote: Counting objects: 76% (64/84) 2025-06-05T23:22:12.6238151Z remote: Counting objects: 77% (65/84) 2025-06-05T23:22:12.6238815Z remote: Counting objects: 78% (66/84) 2025-06-05T23:22:12.6239473Z remote: Counting objects: 79% (67/84) 2025-06-05T23:22:12.6240150Z remote: Counting objects: 80% (68/84) 2025-06-05T23:22:12.6240809Z remote: Counting objects: 82% (69/84) 2025-06-05T23:22:12.6241482Z remote: Counting objects: 83% (70/84) 2025-06-05T23:22:12.6242138Z remote: Counting objects: 84% (71/84) 2025-06-05T23:22:12.6242800Z remote: Counting objects: 85% (72/84) 2025-06-05T23:22:12.6243459Z remote: Counting objects: 86% (73/84) 2025-06-05T23:22:12.6244137Z remote: Counting objects: 88% (74/84) 2025-06-05T23:22:12.6244785Z remote: Counting objects: 89% (75/84) 2025-06-05T23:22:12.6245462Z remote: Counting objects: 90% (76/84) 2025-06-05T23:22:12.6246135Z remote: Counting objects: 91% (77/84) 2025-06-05T23:22:12.6246785Z remote: Counting objects: 92% (78/84) 2025-06-05T23:22:12.6247436Z remote: Counting objects: 94% (79/84) 2025-06-05T23:22:12.6248100Z remote: Counting objects: 95% (80/84) 2025-06-05T23:22:12.6248783Z remote: Counting objects: 96% (81/84) 2025-06-05T23:22:12.6249447Z remote: Counting objects: 97% (82/84) 2025-06-05T23:22:12.6250308Z remote: Counting objects: 98% (83/84) 2025-06-05T23:22:12.6250984Z remote: Counting objects: 100% (84/84) 2025-06-05T23:22:12.6251707Z remote: Counting objects: 100% (84/84), done. 2025-06-05T23:22:12.6252445Z remote: Compressing objects: 2% (1/37) 2025-06-05T23:22:12.6253148Z remote: Compressing objects: 5% (2/37) 2025-06-05T23:22:12.6253846Z remote: Compressing objects: 8% (3/37) 2025-06-05T23:22:12.6254535Z remote: Compressing objects: 10% (4/37) 2025-06-05T23:22:12.6255379Z remote: Compressing objects: 13% (5/37) 2025-06-05T23:22:12.6256206Z remote: Compressing objects: 16% (6/37) 2025-06-05T23:22:12.6256919Z remote: Compressing objects: 18% (7/37) 2025-06-05T23:22:12.6257618Z remote: Compressing objects: 21% (8/37) 2025-06-05T23:22:12.6258331Z remote: Compressing objects: 24% (9/37) 2025-06-05T23:22:12.6259034Z remote: Compressing objects: 27% (10/37) 2025-06-05T23:22:12.6259748Z remote: Compressing objects: 29% (11/37) 2025-06-05T23:22:12.6260476Z remote: Compressing objects: 32% (12/37) 2025-06-05T23:22:12.6261187Z remote: Compressing objects: 35% (13/37) 2025-06-05T23:22:12.6261900Z remote: Compressing objects: 37% (14/37) 2025-06-05T23:22:12.6262608Z remote: Compressing objects: 40% (15/37) 2025-06-05T23:22:12.6263312Z remote: Compressing objects: 43% (16/37) 2025-06-05T23:22:12.6264013Z remote: Compressing objects: 45% (17/37) 2025-06-05T23:22:12.6264727Z remote: Compressing objects: 48% (18/37) 2025-06-05T23:22:12.6265427Z remote: Compressing objects: 51% (19/37) 2025-06-05T23:22:12.6266143Z remote: Compressing objects: 54% (20/37) 2025-06-05T23:22:12.6266854Z remote: Compressing objects: 56% (21/37) 2025-06-05T23:22:12.6267540Z remote: Compressing objects: 59% (22/37) 2025-06-05T23:22:12.6268263Z remote: Compressing objects: 62% (23/37) 2025-06-05T23:22:12.6268947Z remote: Compressing objects: 64% (24/37) 2025-06-05T23:22:12.6269668Z remote: Compressing objects: 67% (25/37) 2025-06-05T23:22:12.6270379Z remote: Compressing objects: 70% (26/37) 2025-06-05T23:22:12.6271097Z remote: Compressing objects: 72% (27/37) 2025-06-05T23:22:12.6271806Z remote: Compressing objects: 75% (28/37) 2025-06-05T23:22:12.6272604Z remote: Compressing objects: 78% (29/37) 2025-06-05T23:22:12.6273329Z remote: Compressing objects: 81% (30/37) 2025-06-05T23:22:12.6274125Z remote: Compressing objects: 83% (31/37) 2025-06-05T23:22:12.6274857Z remote: Compressing objects: 86% (32/37) 2025-06-05T23:22:12.6275570Z remote: Compressing objects: 89% (33/37) 2025-06-05T23:22:12.6276284Z remote: Compressing objects: 91% (34/37) 2025-06-05T23:22:12.6276993Z remote: Compressing objects: 94% (35/37) 2025-06-05T23:22:12.6277717Z remote: Compressing objects: 97% (36/37) 2025-06-05T23:22:12.6278424Z remote: Compressing objects: 100% (37/37) 2025-06-05T23:22:12.6279171Z remote: Compressing objects: 100% (37/37), done. 2025-06-05T23:22:12.6279801Z Receiving objects: 0% (1/11605) 2025-06-05T23:22:12.6280308Z Receiving objects: 1% (117/11605) 2025-06-05T23:22:12.6280841Z Receiving objects: 2% (233/11605) 2025-06-05T23:22:12.6281355Z Receiving objects: 3% (349/11605) 2025-06-05T23:22:12.6281890Z Receiving objects: 4% (465/11605) 2025-06-05T23:22:12.6282404Z Receiving objects: 5% (581/11605) 2025-06-05T23:22:12.6282924Z Receiving objects: 6% (697/11605) 2025-06-05T23:22:12.6283440Z Receiving objects: 7% (813/11605) 2025-06-05T23:22:12.6283954Z Receiving objects: 8% (929/11605) 2025-06-05T23:22:12.6284478Z Receiving objects: 9% (1045/11605) 2025-06-05T23:22:12.6284996Z Receiving objects: 10% (1161/11605) 2025-06-05T23:22:12.6285520Z Receiving objects: 11% (1277/11605) 2025-06-05T23:22:12.6286023Z Receiving objects: 12% (1393/11605) 2025-06-05T23:22:12.6286536Z Receiving objects: 13% (1509/11605) 2025-06-05T23:22:12.6287063Z Receiving objects: 14% (1625/11605) 2025-06-05T23:22:12.6287596Z Receiving objects: 15% (1741/11605) 2025-06-05T23:22:12.6288244Z Receiving objects: 16% (1857/11605) 2025-06-05T23:22:12.6288787Z Receiving objects: 17% (1973/11605) 2025-06-05T23:22:12.6289316Z Receiving objects: 18% (2089/11605) 2025-06-05T23:22:12.6289825Z Receiving objects: 19% (2205/11605) 2025-06-05T23:22:12.6290364Z Receiving objects: 20% (2321/11605) 2025-06-05T23:22:12.6290878Z Receiving objects: 21% (2438/11605) 2025-06-05T23:22:12.6291406Z Receiving objects: 22% (2554/11605) 2025-06-05T23:22:12.6291911Z Receiving objects: 23% (2670/11605) 2025-06-05T23:22:12.6292440Z Receiving objects: 24% (2786/11605) 2025-06-05T23:22:12.6293225Z Receiving objects: 25% (2902/11605) 2025-06-05T23:22:12.6293759Z Receiving objects: 26% (3018/11605) 2025-06-05T23:22:12.6294272Z Receiving objects: 27% (3134/11605) 2025-06-05T23:22:12.6294791Z Receiving objects: 28% (3250/11605) 2025-06-05T23:22:12.6295303Z Receiving objects: 29% (3366/11605) 2025-06-05T23:22:12.6295820Z Receiving objects: 30% (3482/11605) 2025-06-05T23:22:12.6296337Z Receiving objects: 31% (3598/11605) 2025-06-05T23:22:12.6296845Z Receiving objects: 32% (3714/11605) 2025-06-05T23:22:12.6297381Z Receiving objects: 33% (3830/11605) 2025-06-05T23:22:12.6297900Z Receiving objects: 34% (3946/11605) 2025-06-05T23:22:12.6298418Z Receiving objects: 35% (4062/11605) 2025-06-05T23:22:12.6298923Z Receiving objects: 36% (4178/11605) 2025-06-05T23:22:12.6299450Z Receiving objects: 37% (4294/11605) 2025-06-05T23:22:12.6299976Z Receiving objects: 38% (4410/11605) 2025-06-05T23:22:12.6300476Z Receiving objects: 39% (4526/11605) 2025-06-05T23:22:12.6301008Z Receiving objects: 40% (4642/11605) 2025-06-05T23:22:12.6301503Z Receiving objects: 41% (4759/11605) 2025-06-05T23:22:12.6302043Z Receiving objects: 42% (4875/11605) 2025-06-05T23:22:12.6302562Z Receiving objects: 43% (4991/11605) 2025-06-05T23:22:12.6303073Z Receiving objects: 44% (5107/11605) 2025-06-05T23:22:12.6303577Z Receiving objects: 45% (5223/11605) 2025-06-05T23:22:12.6304057Z Receiving objects: 46% (5339/11605) 2025-06-05T23:22:12.6304552Z Receiving objects: 47% (5455/11605) 2025-06-05T23:22:12.6305084Z Receiving objects: 48% (5571/11605) 2025-06-05T23:22:12.6305618Z Receiving objects: 49% (5687/11605) 2025-06-05T23:22:12.6306133Z Receiving objects: 50% (5803/11605) 2025-06-05T23:22:13.2235005Z Receiving objects: 51% (5919/11605) 2025-06-05T23:22:13.2235585Z Receiving objects: 52% (6035/11605) 2025-06-05T23:22:13.2236094Z Receiving objects: 53% (6151/11605) 2025-06-05T23:22:13.2236621Z Receiving objects: 54% (6267/11605) 2025-06-05T23:22:13.2236983Z Receiving objects: 55% (6383/11605) 2025-06-05T23:22:13.2237350Z Receiving objects: 56% (6499/11605) 2025-06-05T23:22:13.2237643Z Receiving objects: 57% (6615/11605) 2025-06-05T23:22:13.2238022Z Receiving objects: 58% (6731/11605) 2025-06-05T23:22:13.2238312Z Receiving objects: 59% (6847/11605) 2025-06-05T23:22:13.2238588Z Receiving objects: 60% (6963/11605) 2025-06-05T23:22:13.2238953Z Receiving objects: 61% (7080/11605) 2025-06-05T23:22:13.2239230Z Receiving objects: 62% (7196/11605) 2025-06-05T23:22:13.2239666Z Receiving objects: 63% (7312/11605) 2025-06-05T23:22:13.2239964Z Receiving objects: 64% (7428/11605) 2025-06-05T23:22:13.2240350Z Receiving objects: 65% (7544/11605) 2025-06-05T23:22:13.2240825Z Receiving objects: 66% (7660/11605) 2025-06-05T23:22:13.2241302Z Receiving objects: 67% (7776/11605) 2025-06-05T23:22:13.2241824Z Receiving objects: 68% (7892/11605) 2025-06-05T23:22:13.2242157Z Receiving objects: 69% (8008/11605) 2025-06-05T23:22:13.2242532Z Receiving objects: 70% (8124/11605) 2025-06-05T23:22:13.2243055Z Receiving objects: 71% (8240/11605) 2025-06-05T23:22:13.2243440Z Receiving objects: 72% (8356/11605) 2025-06-05T23:22:13.2243715Z Receiving objects: 73% (8472/11605) 2025-06-05T23:22:13.2244170Z Receiving objects: 74% (8588/11605) 2025-06-05T23:22:13.2244527Z Receiving objects: 75% (8704/11605) 2025-06-05T23:22:13.2244815Z Receiving objects: 76% (8820/11605) 2025-06-05T23:22:13.2245214Z Receiving objects: 77% (8936/11605) 2025-06-05T23:22:13.2245820Z Receiving objects: 78% (9052/11605) 2025-06-05T23:22:13.2246117Z Receiving objects: 79% (9168/11605) 2025-06-05T23:22:13.2246461Z Receiving objects: 80% (9284/11605) 2025-06-05T23:22:13.2246764Z Receiving objects: 81% (9401/11605) 2025-06-05T23:22:13.2247038Z Receiving objects: 82% (9517/11605) 2025-06-05T23:22:13.2247325Z Receiving objects: 83% (9633/11605) 2025-06-05T23:22:13.2247602Z Receiving objects: 84% (9749/11605) 2025-06-05T23:22:13.2247888Z Receiving objects: 85% (9865/11605) 2025-06-05T23:22:13.2248213Z Receiving objects: 86% (9981/11605) 2025-06-05T23:22:13.2248662Z Receiving objects: 87% (10097/11605) 2025-06-05T23:22:13.2248961Z Receiving objects: 88% (10213/11605) 2025-06-05T23:22:13.2249284Z Receiving objects: 89% (10329/11605) 2025-06-05T23:22:13.2249621Z Receiving objects: 90% (10445/11605) 2025-06-05T23:22:13.2249901Z Receiving objects: 91% (10561/11605) 2025-06-05T23:22:13.2250193Z Receiving objects: 92% (10677/11605) 2025-06-05T23:22:13.2250474Z Receiving objects: 93% (10793/11605) 2025-06-05T23:22:13.2250775Z Receiving objects: 94% (10909/11605) 2025-06-05T23:22:13.2251056Z Receiving objects: 95% (11025/11605) 2025-06-05T23:22:13.2251350Z Receiving objects: 96% (11141/11605) 2025-06-05T23:22:13.2251646Z Receiving objects: 97% (11257/11605) 2025-06-05T23:22:13.2251924Z Receiving objects: 98% (11373/11605) 2025-06-05T23:22:13.2252609Z remote: Total 11605 (delta 48), reused 76 (delta 45), pack-reused 11521 (from 1) 2025-06-05T23:22:13.2253051Z Receiving objects: 99% (11489/11605) 2025-06-05T23:22:13.2253350Z Receiving objects: 100% (11605/11605) 2025-06-05T23:22:13.2253720Z Receiving objects: 100% (11605/11605), 4.02 MiB | 8.79 MiB/s, done. 2025-06-05T23:22:13.2254117Z Resolving deltas: 0% (0/9212) 2025-06-05T23:22:13.2254384Z Resolving deltas: 1% (93/9212) 2025-06-05T23:22:13.2254668Z Resolving deltas: 2% (185/9212) 2025-06-05T23:22:13.2254951Z Resolving deltas: 3% (277/9212) 2025-06-05T23:22:13.2255217Z Resolving deltas: 4% (369/9212) 2025-06-05T23:22:13.2255502Z Resolving deltas: 5% (461/9212) 2025-06-05T23:22:13.2255770Z Resolving deltas: 6% (553/9212) 2025-06-05T23:22:13.2256048Z Resolving deltas: 7% (645/9212) 2025-06-05T23:22:13.2256316Z Resolving deltas: 8% (737/9212) 2025-06-05T23:22:13.2256592Z Resolving deltas: 9% (830/9212) 2025-06-05T23:22:13.2256856Z Resolving deltas: 10% (922/9212) 2025-06-05T23:22:13.2257139Z Resolving deltas: 11% (1014/9212) 2025-06-05T23:22:13.2257411Z Resolving deltas: 12% (1106/9212) 2025-06-05T23:22:13.2257775Z Resolving deltas: 13% (1199/9212) 2025-06-05T23:22:13.2258132Z Resolving deltas: 14% (1290/9212) 2025-06-05T23:22:13.2258399Z Resolving deltas: 15% (1382/9212) 2025-06-05T23:22:13.2258679Z Resolving deltas: 16% (1475/9212) 2025-06-05T23:22:13.2259055Z Resolving deltas: 17% (1567/9212) 2025-06-05T23:22:13.2259344Z Resolving deltas: 18% (1659/9212) 2025-06-05T23:22:13.2259614Z Resolving deltas: 19% (1751/9212) 2025-06-05T23:22:13.2259893Z Resolving deltas: 20% (1843/9212) 2025-06-05T23:22:13.2260168Z Resolving deltas: 21% (1935/9212) 2025-06-05T23:22:13.2260449Z Resolving deltas: 22% (2027/9212) 2025-06-05T23:22:13.2260718Z Resolving deltas: 23% (2119/9212) 2025-06-05T23:22:13.2261002Z Resolving deltas: 24% (2211/9212) 2025-06-05T23:22:13.2261291Z Resolving deltas: 25% (2303/9212) 2025-06-05T23:22:13.2261580Z Resolving deltas: 26% (2396/9212) 2025-06-05T23:22:13.2261867Z Resolving deltas: 27% (2488/9212) 2025-06-05T23:22:13.2262139Z Resolving deltas: 28% (2580/9212) 2025-06-05T23:22:13.2262425Z Resolving deltas: 29% (2672/9212) 2025-06-05T23:22:13.2262701Z Resolving deltas: 30% (2764/9212) 2025-06-05T23:22:13.2262985Z Resolving deltas: 31% (2856/9212) 2025-06-05T23:22:13.2263262Z Resolving deltas: 32% (2948/9212) 2025-06-05T23:22:13.2263551Z Resolving deltas: 33% (3040/9212) 2025-06-05T23:22:13.2263826Z Resolving deltas: 34% (3133/9212) 2025-06-05T23:22:13.2264112Z Resolving deltas: 35% (3225/9212) 2025-06-05T23:22:13.2264387Z Resolving deltas: 36% (3317/9212) 2025-06-05T23:22:13.2264796Z Resolving deltas: 37% (3409/9212) 2025-06-05T23:22:13.2265082Z Resolving deltas: 38% (3501/9212) 2025-06-05T23:22:13.2265356Z Resolving deltas: 39% (3594/9212) 2025-06-05T23:22:13.2265645Z Resolving deltas: 40% (3685/9212) 2025-06-05T23:22:13.2265916Z Resolving deltas: 41% (3777/9212) 2025-06-05T23:22:13.2266199Z Resolving deltas: 42% (3870/9212) 2025-06-05T23:22:13.2266469Z Resolving deltas: 43% (3962/9212) 2025-06-05T23:22:13.2266751Z Resolving deltas: 44% (4054/9212) 2025-06-05T23:22:13.2267019Z Resolving deltas: 45% (4146/9212) 2025-06-05T23:22:13.2267372Z Resolving deltas: 46% (4238/9212) 2025-06-05T23:22:13.2267653Z Resolving deltas: 47% (4330/9212) 2025-06-05T23:22:13.2267925Z Resolving deltas: 48% (4422/9212) 2025-06-05T23:22:13.2268207Z Resolving deltas: 49% (4514/9212) 2025-06-05T23:22:13.2268473Z Resolving deltas: 50% (4606/9212) 2025-06-05T23:22:13.2268754Z Resolving deltas: 51% (4699/9212) 2025-06-05T23:22:13.2269024Z Resolving deltas: 52% (4791/9212) 2025-06-05T23:22:13.2269305Z Resolving deltas: 53% (4883/9212) 2025-06-05T23:22:13.2269576Z Resolving deltas: 54% (4975/9212) 2025-06-05T23:22:13.2269856Z Resolving deltas: 55% (5067/9212) 2025-06-05T23:22:13.2270122Z Resolving deltas: 56% (5159/9212) 2025-06-05T23:22:13.2270401Z Resolving deltas: 57% (5251/9212) 2025-06-05T23:22:13.2270686Z Resolving deltas: 58% (5343/9212) 2025-06-05T23:22:13.2270954Z Resolving deltas: 59% (5436/9212) 2025-06-05T23:22:13.2271239Z Resolving deltas: 60% (5528/9212) 2025-06-05T23:22:13.2271509Z Resolving deltas: 61% (5620/9212) 2025-06-05T23:22:13.2271797Z Resolving deltas: 62% (5712/9212) 2025-06-05T23:22:13.2272150Z Resolving deltas: 63% (5804/9212) 2025-06-05T23:22:13.2272436Z Resolving deltas: 64% (5896/9212) 2025-06-05T23:22:13.2272706Z Resolving deltas: 65% (5988/9212) 2025-06-05T23:22:13.2272987Z Resolving deltas: 66% (6080/9212) 2025-06-05T23:22:13.2273256Z Resolving deltas: 67% (6173/9212) 2025-06-05T23:22:13.2273536Z Resolving deltas: 68% (6265/9212) 2025-06-05T23:22:13.2273823Z Resolving deltas: 69% (6357/9212) 2025-06-05T23:22:13.2274091Z Resolving deltas: 70% (6449/9212) 2025-06-05T23:22:13.2274370Z Resolving deltas: 71% (6541/9212) 2025-06-05T23:22:13.2274638Z Resolving deltas: 72% (6633/9212) 2025-06-05T23:22:13.2274916Z Resolving deltas: 73% (6725/9212) 2025-06-05T23:22:13.2275187Z Resolving deltas: 74% (6817/9212) 2025-06-05T23:22:13.2275467Z Resolving deltas: 75% (6909/9212) 2025-06-05T23:22:13.2275735Z Resolving deltas: 76% (7002/9212) 2025-06-05T23:22:13.2276017Z Resolving deltas: 77% (7094/9212) 2025-06-05T23:22:13.2276303Z Resolving deltas: 78% (7186/9212) 2025-06-05T23:22:13.2276572Z Resolving deltas: 79% (7278/9212) 2025-06-05T23:22:13.2276853Z Resolving deltas: 80% (7370/9212) 2025-06-05T23:22:13.2277122Z Resolving deltas: 81% (7462/9212) 2025-06-05T23:22:13.2277400Z Resolving deltas: 82% (7554/9212) 2025-06-05T23:22:13.2277669Z Resolving deltas: 83% (7646/9212) 2025-06-05T23:22:13.2277951Z Resolving deltas: 84% (7739/9212) 2025-06-05T23:22:13.2278226Z Resolving deltas: 85% (7831/9212) 2025-06-05T23:22:13.2278506Z Resolving deltas: 86% (7923/9212) 2025-06-05T23:22:13.2278773Z Resolving deltas: 87% (8015/9212) 2025-06-05T23:22:13.2279052Z Resolving deltas: 88% (8107/9212) 2025-06-05T23:22:13.2279334Z Resolving deltas: 89% (8199/9212) 2025-06-05T23:22:13.2279602Z Resolving deltas: 90% (8291/9212) 2025-06-05T23:22:13.2279883Z Resolving deltas: 91% (8383/9212) 2025-06-05T23:22:13.2280178Z Resolving deltas: 92% (8477/9212) 2025-06-05T23:22:13.2280595Z Resolving deltas: 93% (8568/9212) 2025-06-05T23:22:13.2280871Z Resolving deltas: 94% (8660/9212) 2025-06-05T23:22:13.2281154Z Resolving deltas: 95% (8752/9212) 2025-06-05T23:22:13.2281422Z Resolving deltas: 96% (8844/9212) 2025-06-05T23:22:13.2281812Z Resolving deltas: 97% (8936/9212) 2025-06-05T23:22:13.2282085Z Resolving deltas: 98% (9028/9212) 2025-06-05T23:22:13.2282368Z Resolving deltas: 99% (9120/9212) 2025-06-05T23:22:13.2282649Z Resolving deltas: 100% (9212/9212) 2025-06-05T23:22:13.2283046Z Resolving deltas: 100% (9212/9212), done. 2025-06-05T23:22:13.2283698Z Submodule 'thirdparty/doctest' (https://github.com/doctest/doctest.git) registered for path 'thirdparty/doctest' 2025-06-05T23:22:13.2284729Z Submodule 'thirdparty/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'thirdparty/eigen' 2025-06-05T23:22:13.2285668Z Submodule 'thirdparty/json' (https://github.com/nlohmann/json.git) registered for path 'thirdparty/json' 2025-06-05T23:22:13.2286559Z Submodule 'thirdparty/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'thirdparty/pybind11' 2025-06-05T23:22:13.2287711Z Submodule 'thirdparty/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'thirdparty/serialization_lib' 2025-06-05T23:22:13.2288894Z Submodule 'thirdparty/specification' (https://review.mlplatform.org/tosa/specification) registered for path 'thirdparty/specification' 2025-06-05T23:22:13.2289888Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/doctest'... 2025-06-05T23:22:13.2290566Z remote: Enumerating objects: 13364, done. 2025-06-05T23:22:13.2290940Z remote: Counting objects: 0% (1/3714) 2025-06-05T23:22:13.2291287Z remote: Counting objects: 1% (38/3714) 2025-06-05T23:22:13.2291717Z remote: Counting objects: 2% (75/3714) 2025-06-05T23:22:13.2292062Z remote: Counting objects: 3% (112/3714) 2025-06-05T23:22:13.2292421Z remote: Counting objects: 4% (149/3714) 2025-06-05T23:22:13.2293417Z remote: Counting objects: 5% (186/3714) 2025-06-05T23:22:13.2293783Z remote: Counting objects: 6% (223/3714) 2025-06-05T23:22:13.2294124Z remote: Counting objects: 7% (260/3714) 2025-06-05T23:22:13.2294477Z remote: Counting objects: 8% (298/3714) 2025-06-05T23:22:13.2294829Z remote: Counting objects: 9% (335/3714) 2025-06-05T23:22:13.2295166Z remote: Counting objects: 10% (372/3714) 2025-06-05T23:22:13.2295526Z remote: Counting objects: 11% (409/3714) 2025-06-05T23:22:13.2296002Z remote: Counting objects: 12% (446/3714) 2025-06-05T23:22:13.2296356Z remote: Counting objects: 13% (483/3714) 2025-06-05T23:22:13.2296696Z remote: Counting objects: 14% (520/3714) 2025-06-05T23:22:13.2297148Z remote: Counting objects: 15% (558/3714) 2025-06-05T23:22:13.2297488Z remote: Counting objects: 16% (595/3714) 2025-06-05T23:22:13.2297844Z remote: Counting objects: 17% (632/3714) 2025-06-05T23:22:13.2298230Z remote: Counting objects: 18% (669/3714) 2025-06-05T23:22:13.2298618Z remote: Counting objects: 19% (706/3714) 2025-06-05T23:22:13.2298974Z remote: Counting objects: 20% (743/3714) 2025-06-05T23:22:13.2299342Z remote: Counting objects: 21% (780/3714) 2025-06-05T23:22:13.2299748Z remote: Counting objects: 22% (818/3714) 2025-06-05T23:22:13.2300091Z remote: Counting objects: 23% (855/3714) 2025-06-05T23:22:13.2300452Z remote: Counting objects: 24% (892/3714) 2025-06-05T23:22:13.2300795Z remote: Counting objects: 25% (929/3714) 2025-06-05T23:22:13.2301150Z remote: Counting objects: 26% (966/3714) 2025-06-05T23:22:13.2301623Z remote: Counting objects: 27% (1003/3714) 2025-06-05T23:22:13.2301978Z remote: Counting objects: 28% (1040/3714) 2025-06-05T23:22:13.2302342Z remote: Counting objects: 29% (1078/3714) 2025-06-05T23:22:13.2302762Z remote: Counting objects: 30% (1115/3714) 2025-06-05T23:22:13.2303129Z remote: Counting objects: 31% (1152/3714) 2025-06-05T23:22:13.2303478Z remote: Counting objects: 32% (1189/3714) 2025-06-05T23:22:13.2303835Z remote: Counting objects: 33% (1226/3714) 2025-06-05T23:22:13.3063159Z remote: Counting objects: 34% (1263/3714) 2025-06-05T23:22:13.3063844Z remote: Counting objects: 35% (1300/3714) 2025-06-05T23:22:13.3064313Z remote: Counting objects: 36% (1338/3714) 2025-06-05T23:22:13.3065042Z remote: Counting objects: 37% (1375/3714) 2025-06-05T23:22:13.3065522Z remote: Counting objects: 38% (1412/3714) 2025-06-05T23:22:13.3065921Z remote: Counting objects: 39% (1449/3714) 2025-06-05T23:22:13.3066328Z remote: Counting objects: 40% (1486/3714) 2025-06-05T23:22:13.3066944Z remote: Counting objects: 41% (1523/3714) 2025-06-05T23:22:13.3067417Z remote: Counting objects: 42% (1560/3714) 2025-06-05T23:22:13.3067903Z remote: Counting objects: 43% (1598/3714) 2025-06-05T23:22:13.3068773Z remote: Counting objects: 44% (1635/3714) 2025-06-05T23:22:13.3069220Z remote: Counting objects: 45% (1672/3714) 2025-06-05T23:22:13.3069705Z remote: Counting objects: 46% (1709/3714) 2025-06-05T23:22:13.3070265Z remote: Counting objects: 47% (1746/3714) 2025-06-05T23:22:13.3070793Z remote: Counting objects: 48% (1783/3714) 2025-06-05T23:22:13.3071163Z remote: Counting objects: 49% (1820/3714) 2025-06-05T23:22:13.3071522Z remote: Counting objects: 50% (1857/3714) 2025-06-05T23:22:13.3071878Z remote: Counting objects: 51% (1895/3714) 2025-06-05T23:22:13.3072338Z remote: Counting objects: 52% (1932/3714) 2025-06-05T23:22:13.3072691Z remote: Counting objects: 53% (1969/3714) 2025-06-05T23:22:13.3073032Z remote: Counting objects: 54% (2006/3714) 2025-06-05T23:22:13.3073592Z remote: Counting objects: 55% (2043/3714) 2025-06-05T23:22:13.3073961Z remote: Counting objects: 56% (2080/3714) 2025-06-05T23:22:13.3074531Z remote: Counting objects: 57% (2117/3714) 2025-06-05T23:22:13.3074929Z remote: Counting objects: 58% (2155/3714) 2025-06-05T23:22:13.3075360Z remote: Counting objects: 59% (2192/3714) 2025-06-05T23:22:13.3075813Z remote: Counting objects: 60% (2229/3714) 2025-06-05T23:22:13.3076191Z remote: Counting objects: 61% (2266/3714) 2025-06-05T23:22:13.3076614Z remote: Counting objects: 62% (2303/3714) 2025-06-05T23:22:13.3076960Z remote: Counting objects: 63% (2340/3714) 2025-06-05T23:22:13.3077530Z remote: Counting objects: 64% (2377/3714) 2025-06-05T23:22:13.3077948Z remote: Counting objects: 65% (2415/3714) 2025-06-05T23:22:13.3078308Z remote: Counting objects: 66% (2452/3714) 2025-06-05T23:22:13.3078662Z remote: Counting objects: 67% (2489/3714) 2025-06-05T23:22:13.3079005Z remote: Counting objects: 68% (2526/3714) 2025-06-05T23:22:13.3079413Z remote: Counting objects: 69% (2563/3714) 2025-06-05T23:22:13.3079764Z remote: Counting objects: 70% (2600/3714) 2025-06-05T23:22:13.3080118Z remote: Counting objects: 71% (2637/3714) 2025-06-05T23:22:13.3080534Z remote: Counting objects: 72% (2675/3714) 2025-06-05T23:22:13.3081108Z remote: Counting objects: 73% (2712/3714) 2025-06-05T23:22:13.3081635Z remote: Counting objects: 74% (2749/3714) 2025-06-05T23:22:13.3081989Z remote: Counting objects: 75% (2786/3714) 2025-06-05T23:22:13.3082343Z remote: Counting objects: 76% (2823/3714) 2025-06-05T23:22:13.3082745Z remote: Counting objects: 77% (2860/3714) 2025-06-05T23:22:13.3083098Z remote: Counting objects: 78% (2897/3714) 2025-06-05T23:22:13.3083490Z remote: Counting objects: 79% (2935/3714) 2025-06-05T23:22:13.3083849Z remote: Counting objects: 80% (2972/3714) 2025-06-05T23:22:13.3084385Z remote: Counting objects: 81% (3009/3714) 2025-06-05T23:22:13.3084847Z remote: Counting objects: 82% (3046/3714) 2025-06-05T23:22:13.3085256Z remote: Counting objects: 83% (3083/3714) 2025-06-05T23:22:13.3085605Z remote: Counting objects: 84% (3120/3714) 2025-06-05T23:22:13.3086014Z remote: Counting objects: 85% (3157/3714) 2025-06-05T23:22:13.3086356Z remote: Counting objects: 86% (3195/3714) 2025-06-05T23:22:13.3086764Z remote: Counting objects: 87% (3232/3714) 2025-06-05T23:22:13.3087237Z remote: Counting objects: 88% (3269/3714) 2025-06-05T23:22:13.3087683Z remote: Counting objects: 89% (3306/3714) 2025-06-05T23:22:13.3088267Z remote: Counting objects: 90% (3343/3714) 2025-06-05T23:22:13.3088861Z remote: Counting objects: 91% (3380/3714) 2025-06-05T23:22:13.3089251Z remote: Counting objects: 92% (3417/3714) 2025-06-05T23:22:13.3089598Z remote: Counting objects: 93% (3455/3714) 2025-06-05T23:22:13.3090007Z remote: Counting objects: 94% (3492/3714) 2025-06-05T23:22:13.3090451Z remote: Counting objects: 95% (3529/3714) 2025-06-05T23:22:13.3090807Z remote: Counting objects: 96% (3566/3714) 2025-06-05T23:22:13.3091395Z remote: Counting objects: 97% (3603/3714) 2025-06-05T23:22:13.3091990Z remote: Counting objects: 98% (3640/3714) 2025-06-05T23:22:13.3092411Z remote: Counting objects: 99% (3677/3714) 2025-06-05T23:22:13.3092968Z remote: Counting objects: 100% (3714/3714) 2025-06-05T23:22:13.3093384Z remote: Counting objects: 100% (3714/3714), done. 2025-06-05T23:22:13.3093841Z remote: Compressing objects: 0% (1/399) 2025-06-05T23:22:13.3094212Z remote: Compressing objects: 1% (4/399) 2025-06-05T23:22:13.3094585Z remote: Compressing objects: 2% (8/399) 2025-06-05T23:22:13.3094981Z remote: Compressing objects: 3% (12/399) 2025-06-05T23:22:13.3095431Z remote: Compressing objects: 4% (16/399) 2025-06-05T23:22:13.3096093Z remote: Compressing objects: 5% (20/399) 2025-06-05T23:22:13.3096696Z remote: Compressing objects: 6% (24/399) 2025-06-05T23:22:13.3097228Z remote: Compressing objects: 7% (28/399) 2025-06-05T23:22:13.3097644Z remote: Compressing objects: 8% (32/399) 2025-06-05T23:22:13.3097993Z remote: Compressing objects: 9% (36/399) 2025-06-05T23:22:13.3098366Z remote: Compressing objects: 10% (40/399) 2025-06-05T23:22:13.3099015Z remote: Compressing objects: 11% (44/399) 2025-06-05T23:22:13.3099475Z remote: Compressing objects: 12% (48/399) 2025-06-05T23:22:13.3100006Z remote: Compressing objects: 13% (52/399) 2025-06-05T23:22:13.3100370Z remote: Compressing objects: 14% (56/399) 2025-06-05T23:22:13.3100794Z remote: Compressing objects: 15% (60/399) 2025-06-05T23:22:13.3101266Z remote: Compressing objects: 16% (64/399) 2025-06-05T23:22:13.3101640Z remote: Compressing objects: 17% (68/399) 2025-06-05T23:22:13.3102090Z remote: Compressing objects: 18% (72/399) 2025-06-05T23:22:13.3102534Z remote: Compressing objects: 19% (76/399) 2025-06-05T23:22:13.3103030Z remote: Compressing objects: 20% (80/399) 2025-06-05T23:22:13.3103578Z remote: Compressing objects: 21% (84/399) 2025-06-05T23:22:13.3104198Z remote: Compressing objects: 22% (88/399) 2025-06-05T23:22:13.3104632Z remote: Compressing objects: 23% (92/399) 2025-06-05T23:22:13.3105058Z remote: Compressing objects: 24% (96/399) 2025-06-05T23:22:13.3105461Z remote: Compressing objects: 25% (100/399) 2025-06-05T23:22:13.3105834Z remote: Compressing objects: 26% (104/399) 2025-06-05T23:22:13.3106246Z remote: Compressing objects: 27% (108/399) 2025-06-05T23:22:13.3106614Z remote: Compressing objects: 28% (112/399) 2025-06-05T23:22:13.3107016Z remote: Compressing objects: 29% (116/399) 2025-06-05T23:22:13.3107383Z remote: Compressing objects: 30% (120/399) 2025-06-05T23:22:13.3107979Z remote: Compressing objects: 31% (124/399) 2025-06-05T23:22:13.3108574Z remote: Compressing objects: 32% (128/399) 2025-06-05T23:22:13.3109128Z remote: Compressing objects: 33% (132/399) 2025-06-05T23:22:13.3109701Z remote: Compressing objects: 34% (136/399) 2025-06-05T23:22:13.3110108Z remote: Compressing objects: 35% (140/399) 2025-06-05T23:22:13.3110551Z remote: Compressing objects: 36% (144/399) 2025-06-05T23:22:13.3111236Z remote: Compressing objects: 37% (148/399) 2025-06-05T23:22:13.3111730Z remote: Compressing objects: 38% (152/399) 2025-06-05T23:22:13.3112174Z remote: Compressing objects: 39% (156/399) 2025-06-05T23:22:13.3112542Z remote: Compressing objects: 40% (160/399) 2025-06-05T23:22:13.3112950Z remote: Compressing objects: 41% (164/399) 2025-06-05T23:22:13.3113316Z remote: Compressing objects: 42% (168/399) 2025-06-05T23:22:13.3113671Z remote: Compressing objects: 43% (172/399) 2025-06-05T23:22:13.3114157Z remote: Compressing objects: 44% (176/399) 2025-06-05T23:22:13.3114635Z remote: Compressing objects: 45% (180/399) 2025-06-05T23:22:13.3115272Z remote: Compressing objects: 46% (184/399) 2025-06-05T23:22:13.3115650Z remote: Compressing objects: 47% (188/399) 2025-06-05T23:22:13.3116003Z remote: Compressing objects: 48% (192/399) 2025-06-05T23:22:13.3116371Z remote: Compressing objects: 49% (196/399) 2025-06-05T23:22:13.3116790Z remote: Compressing objects: 50% (200/399) 2025-06-05T23:22:13.3117153Z remote: Compressing objects: 51% (204/399) 2025-06-05T23:22:13.3117502Z remote: Compressing objects: 52% (208/399) 2025-06-05T23:22:13.3117865Z remote: Compressing objects: 53% (212/399) 2025-06-05T23:22:13.3118213Z remote: Compressing objects: 54% (216/399) 2025-06-05T23:22:13.3118704Z remote: Compressing objects: 55% (220/399) 2025-06-05T23:22:13.3119273Z remote: Compressing objects: 56% (224/399) 2025-06-05T23:22:13.3119705Z remote: Compressing objects: 57% (228/399) 2025-06-05T23:22:13.3120131Z remote: Compressing objects: 58% (232/399) 2025-06-05T23:22:13.3120566Z remote: Compressing objects: 59% (236/399) 2025-06-05T23:22:13.3120929Z remote: Compressing objects: 60% (240/399) 2025-06-05T23:22:13.3121279Z remote: Compressing objects: 61% (244/399) 2025-06-05T23:22:13.3121651Z remote: Compressing objects: 62% (248/399) 2025-06-05T23:22:13.3122169Z remote: Compressing objects: 63% (252/399) 2025-06-05T23:22:13.3122669Z remote: Compressing objects: 64% (256/399) 2025-06-05T23:22:13.3123040Z remote: Compressing objects: 65% (260/399) 2025-06-05T23:22:13.3123394Z remote: Compressing objects: 66% (264/399) 2025-06-05T23:22:13.3123813Z remote: Compressing objects: 67% (268/399) 2025-06-05T23:22:13.3124164Z remote: Compressing objects: 68% (272/399) 2025-06-05T23:22:13.3124525Z remote: Compressing objects: 69% (276/399) 2025-06-05T23:22:13.3124883Z remote: Compressing objects: 70% (280/399) 2025-06-05T23:22:13.3125246Z remote: Compressing objects: 71% (284/399) 2025-06-05T23:22:13.3125656Z remote: Compressing objects: 72% (288/399) 2025-06-05T23:22:13.3126042Z remote: Compressing objects: 73% (292/399) 2025-06-05T23:22:13.3126401Z remote: Compressing objects: 74% (296/399) 2025-06-05T23:22:13.3126758Z remote: Compressing objects: 75% (300/399) 2025-06-05T23:22:13.3127172Z remote: Compressing objects: 76% (304/399) 2025-06-05T23:22:13.3127526Z remote: Compressing objects: 77% (308/399) 2025-06-05T23:22:13.3127891Z remote: Compressing objects: 78% (312/399) 2025-06-05T23:22:13.3128265Z remote: Compressing objects: 79% (316/399) 2025-06-05T23:22:13.3128659Z remote: Compressing objects: 80% (320/399) 2025-06-05T23:22:13.3129100Z remote: Compressing objects: 81% (324/399) 2025-06-05T23:22:13.3129595Z remote: Compressing objects: 82% (328/399) 2025-06-05T23:22:13.3129961Z remote: Compressing objects: 83% (332/399) 2025-06-05T23:22:13.3130313Z remote: Compressing objects: 84% (336/399) 2025-06-05T23:22:13.3130728Z remote: Compressing objects: 85% (340/399) 2025-06-05T23:22:13.3131080Z remote: Compressing objects: 86% (344/399) 2025-06-05T23:22:13.3131445Z remote: Compressing objects: 87% (348/399) 2025-06-05T23:22:13.3131911Z remote: Compressing objects: 88% (352/399) 2025-06-05T23:22:13.3132333Z remote: Compressing objects: 89% (356/399) 2025-06-05T23:22:13.3132882Z remote: Compressing objects: 90% (360/399) 2025-06-05T23:22:14.5041458Z remote: Compressing objects: 91% (364/399) 2025-06-05T23:22:14.5042252Z remote: Compressing objects: 92% (368/399) 2025-06-05T23:22:14.5042828Z remote: Compressing objects: 93% (372/399) 2025-06-05T23:22:14.5043195Z remote: Compressing objects: 94% (376/399) 2025-06-05T23:22:14.5043838Z remote: Compressing objects: 95% (380/399) 2025-06-05T23:22:14.5044206Z remote: Compressing objects: 96% (384/399) 2025-06-05T23:22:14.5044555Z remote: Compressing objects: 97% (388/399) 2025-06-05T23:22:14.5044919Z remote: Compressing objects: 98% (392/399) 2025-06-05T23:22:14.5045277Z remote: Compressing objects: 99% (396/399) 2025-06-05T23:22:14.5045653Z remote: Compressing objects: 100% (399/399) 2025-06-05T23:22:14.5046052Z remote: Compressing objects: 100% (399/399), done. 2025-06-05T23:22:14.5046418Z Receiving objects: 0% (1/13364) 2025-06-05T23:22:14.5046707Z Receiving objects: 1% (134/13364) 2025-06-05T23:22:14.5046988Z Receiving objects: 2% (268/13364) 2025-06-05T23:22:14.5047276Z Receiving objects: 3% (401/13364) 2025-06-05T23:22:14.5047550Z Receiving objects: 4% (535/13364) 2025-06-05T23:22:14.5047837Z Receiving objects: 5% (669/13364) 2025-06-05T23:22:14.5048115Z Receiving objects: 6% (802/13364) 2025-06-05T23:22:14.5048406Z Receiving objects: 7% (936/13364) 2025-06-05T23:22:14.5048683Z Receiving objects: 8% (1070/13364) 2025-06-05T23:22:14.5048984Z Receiving objects: 9% (1203/13364) 2025-06-05T23:22:14.5049273Z Receiving objects: 10% (1337/13364) 2025-06-05T23:22:14.5049552Z Receiving objects: 11% (1471/13364) 2025-06-05T23:22:14.5049843Z Receiving objects: 12% (1604/13364) 2025-06-05T23:22:14.5050118Z Receiving objects: 13% (1738/13364) 2025-06-05T23:22:14.5050408Z Receiving objects: 14% (1871/13364) 2025-06-05T23:22:14.5050685Z Receiving objects: 15% (2005/13364) 2025-06-05T23:22:14.5050975Z Receiving objects: 16% (2139/13364) 2025-06-05T23:22:14.5051250Z Receiving objects: 17% (2272/13364) 2025-06-05T23:22:14.5051538Z Receiving objects: 18% (2406/13364) 2025-06-05T23:22:14.5051817Z Receiving objects: 19% (2540/13364) 2025-06-05T23:22:14.5052106Z Receiving objects: 20% (2673/13364) 2025-06-05T23:22:14.5052393Z Receiving objects: 21% (2807/13364) 2025-06-05T23:22:14.5052677Z Receiving objects: 22% (2941/13364) 2025-06-05T23:22:14.5052962Z Receiving objects: 23% (3074/13364) 2025-06-05T23:22:14.5053235Z Receiving objects: 24% (3208/13364) 2025-06-05T23:22:14.5053522Z Receiving objects: 25% (3341/13364) 2025-06-05T23:22:14.5053794Z Receiving objects: 26% (3475/13364) 2025-06-05T23:22:14.5054078Z Receiving objects: 27% (3609/13364) 2025-06-05T23:22:14.5054354Z Receiving objects: 28% (3742/13364) 2025-06-05T23:22:14.5054646Z Receiving objects: 29% (3876/13364) 2025-06-05T23:22:14.5054933Z Receiving objects: 30% (4010/13364) 2025-06-05T23:22:14.5055211Z Receiving objects: 31% (4143/13364) 2025-06-05T23:22:14.5055497Z Receiving objects: 32% (4277/13364) 2025-06-05T23:22:14.5055770Z Receiving objects: 33% (4411/13364) 2025-06-05T23:22:14.5056058Z Receiving objects: 34% (4544/13364) 2025-06-05T23:22:14.5056333Z Receiving objects: 35% (4678/13364) 2025-06-05T23:22:14.5056622Z Receiving objects: 36% (4812/13364) 2025-06-05T23:22:14.5056897Z Receiving objects: 37% (4945/13364) 2025-06-05T23:22:14.5057197Z Receiving objects: 38% (5079/13364) 2025-06-05T23:22:14.5057473Z Receiving objects: 39% (5212/13364) 2025-06-05T23:22:14.5057760Z Receiving objects: 40% (5346/13364) 2025-06-05T23:22:14.5058048Z Receiving objects: 41% (5480/13364) 2025-06-05T23:22:14.5058320Z Receiving objects: 42% (5613/13364) 2025-06-05T23:22:14.5058606Z Receiving objects: 43% (5747/13364) 2025-06-05T23:22:14.5058881Z Receiving objects: 44% (5881/13364) 2025-06-05T23:22:14.5059315Z Receiving objects: 45% (6014/13364) 2025-06-05T23:22:14.5059597Z Receiving objects: 46% (6148/13364) 2025-06-05T23:22:14.5059890Z Receiving objects: 47% (6282/13364) 2025-06-05T23:22:14.5060165Z Receiving objects: 48% (6415/13364) 2025-06-05T23:22:14.5060453Z Receiving objects: 49% (6549/13364) 2025-06-05T23:22:14.5060733Z Receiving objects: 50% (6682/13364) 2025-06-05T23:22:14.5061020Z Receiving objects: 51% (6816/13364) 2025-06-05T23:22:14.5061307Z Receiving objects: 52% (6950/13364) 2025-06-05T23:22:14.5061658Z Receiving objects: 53% (7083/13364) 2025-06-05T23:22:14.5061949Z Receiving objects: 54% (7217/13364) 2025-06-05T23:22:14.5062228Z Receiving objects: 55% (7351/13364) 2025-06-05T23:22:14.5062520Z Receiving objects: 56% (7484/13364) 2025-06-05T23:22:14.5062793Z Receiving objects: 57% (7618/13364) 2025-06-05T23:22:14.5063080Z Receiving objects: 58% (7752/13364) 2025-06-05T23:22:14.5063357Z Receiving objects: 59% (7885/13364) 2025-06-05T23:22:14.5063648Z Receiving objects: 60% (8019/13364) 2025-06-05T23:22:14.5063934Z Receiving objects: 61% (8153/13364) 2025-06-05T23:22:14.5064210Z Receiving objects: 62% (8286/13364) 2025-06-05T23:22:14.5064496Z Receiving objects: 63% (8420/13364) 2025-06-05T23:22:14.5064771Z Receiving objects: 64% (8553/13364) 2025-06-05T23:22:14.5065062Z Receiving objects: 65% (8687/13364) 2025-06-05T23:22:14.5065335Z Receiving objects: 66% (8821/13364) 2025-06-05T23:22:14.5065620Z Receiving objects: 67% (8954/13364) 2025-06-05T23:22:14.5065896Z Receiving objects: 68% (9088/13364) 2025-06-05T23:22:14.5066188Z Receiving objects: 69% (9222/13364) 2025-06-05T23:22:14.5066463Z Receiving objects: 70% (9355/13364) 2025-06-05T23:22:14.5066749Z Receiving objects: 71% (9489/13364) 2025-06-05T23:22:14.5067038Z Receiving objects: 72% (9623/13364) 2025-06-05T23:22:14.5067310Z Receiving objects: 73% (9756/13364) 2025-06-05T23:22:14.5067599Z Receiving objects: 74% (9890/13364) 2025-06-05T23:22:14.5067879Z Receiving objects: 75% (10023/13364) 2025-06-05T23:22:14.5068180Z Receiving objects: 76% (10157/13364) 2025-06-05T23:22:14.5068463Z Receiving objects: 77% (10291/13364) 2025-06-05T23:22:14.5068758Z Receiving objects: 78% (10424/13364) 2025-06-05T23:22:14.5069039Z Receiving objects: 79% (10558/13364) 2025-06-05T23:22:14.5069328Z Receiving objects: 80% (10692/13364) 2025-06-05T23:22:14.5069612Z Receiving objects: 81% (10825/13364) 2025-06-05T23:22:14.5069901Z Receiving objects: 82% (10959/13364) 2025-06-05T23:22:14.5070191Z Receiving objects: 83% (11093/13364) 2025-06-05T23:22:14.5070476Z Receiving objects: 84% (11226/13364) 2025-06-05T23:22:14.5070769Z Receiving objects: 85% (11360/13364) 2025-06-05T23:22:14.5071050Z Receiving objects: 86% (11494/13364) 2025-06-05T23:22:14.5071341Z Receiving objects: 87% (11627/13364) 2025-06-05T23:22:14.5071620Z Receiving objects: 88% (11761/13364) 2025-06-05T23:22:14.5071909Z Receiving objects: 89% (11894/13364) 2025-06-05T23:22:14.5072292Z Receiving objects: 90% (12028/13364) 2025-06-05T23:22:14.5072589Z Receiving objects: 91% (12162/13364) 2025-06-05T23:22:14.5072885Z Receiving objects: 92% (12295/13364) 2025-06-05T23:22:14.5073164Z Receiving objects: 93% (12429/13364) 2025-06-05T23:22:14.5073457Z Receiving objects: 94% (12563/13364) 2025-06-05T23:22:14.5073736Z Receiving objects: 95% (12696/13364) 2025-06-05T23:22:14.5074026Z Receiving objects: 96% (12830/13364) 2025-06-05T23:22:14.5074307Z Receiving objects: 97% (12964/13364) 2025-06-05T23:22:14.5074614Z Receiving objects: 98% (13097/13364) 2025-06-05T23:22:14.5074912Z Receiving objects: 99% (13231/13364) 2025-06-05T23:22:14.5075371Z remote: Total 13364 (delta 3447), reused 3316 (delta 3315), pack-reused 9650 (from 3) 2025-06-05T23:22:14.5075864Z Receiving objects: 100% (13364/13364) 2025-06-05T23:22:14.5076235Z Receiving objects: 100% (13364/13364), 6.71 MiB | 47.41 MiB/s, done. 2025-06-05T23:22:14.5076640Z Resolving deltas: 0% (0/8802) 2025-06-05T23:22:14.5076924Z Resolving deltas: 1% (89/8802) 2025-06-05T23:22:14.5077289Z Resolving deltas: 2% (177/8802) 2025-06-05T23:22:14.5077585Z Resolving deltas: 3% (265/8802) 2025-06-05T23:22:14.5077858Z Resolving deltas: 4% (353/8802) 2025-06-05T23:22:14.5078142Z Resolving deltas: 5% (441/8802) 2025-06-05T23:22:14.5078414Z Resolving deltas: 6% (529/8802) 2025-06-05T23:22:14.5078699Z Resolving deltas: 7% (617/8802) 2025-06-05T23:22:14.5078968Z Resolving deltas: 8% (705/8802) 2025-06-05T23:22:14.5079254Z Resolving deltas: 9% (793/8802) 2025-06-05T23:22:14.5079523Z Resolving deltas: 10% (881/8802) 2025-06-05T23:22:14.5079869Z Resolving deltas: 11% (969/8802) 2025-06-05T23:22:14.5080153Z Resolving deltas: 12% (1057/8802) 2025-06-05T23:22:14.5080428Z Resolving deltas: 13% (1145/8802) 2025-06-05T23:22:14.5080715Z Resolving deltas: 14% (1233/8802) 2025-06-05T23:22:14.5081080Z Resolving deltas: 15% (1321/8802) 2025-06-05T23:22:14.5081365Z Resolving deltas: 16% (1409/8802) 2025-06-05T23:22:14.5081637Z Resolving deltas: 17% (1497/8802) 2025-06-05T23:22:14.5081925Z Resolving deltas: 18% (1585/8802) 2025-06-05T23:22:14.5082195Z Resolving deltas: 19% (1673/8802) 2025-06-05T23:22:14.5082476Z Resolving deltas: 20% (1761/8802) 2025-06-05T23:22:14.5082744Z Resolving deltas: 21% (1849/8802) 2025-06-05T23:22:14.5083026Z Resolving deltas: 22% (1937/8802) 2025-06-05T23:22:14.5083303Z Resolving deltas: 23% (2025/8802) 2025-06-05T23:22:14.5083570Z Resolving deltas: 24% (2113/8802) 2025-06-05T23:22:14.5083850Z Resolving deltas: 25% (2201/8802) 2025-06-05T23:22:14.5084117Z Resolving deltas: 26% (2290/8802) 2025-06-05T23:22:14.5084400Z Resolving deltas: 27% (2377/8802) 2025-06-05T23:22:14.5084672Z Resolving deltas: 28% (2465/8802) 2025-06-05T23:22:14.5084953Z Resolving deltas: 29% (2553/8802) 2025-06-05T23:22:14.5085221Z Resolving deltas: 30% (2641/8802) 2025-06-05T23:22:14.5085504Z Resolving deltas: 31% (2729/8802) 2025-06-05T23:22:14.5085788Z Resolving deltas: 32% (2817/8802) 2025-06-05T23:22:14.5086057Z Resolving deltas: 33% (2905/8802) 2025-06-05T23:22:14.5086344Z Resolving deltas: 34% (2993/8802) 2025-06-05T23:22:14.5086612Z Resolving deltas: 35% (3081/8802) 2025-06-05T23:22:14.5086894Z Resolving deltas: 36% (3169/8802) 2025-06-05T23:22:14.5087162Z Resolving deltas: 37% (3257/8802) 2025-06-05T23:22:14.5087439Z Resolving deltas: 38% (3345/8802) 2025-06-05T23:22:14.5087707Z Resolving deltas: 39% (3433/8802) 2025-06-05T23:22:14.5087987Z Resolving deltas: 40% (3521/8802) 2025-06-05T23:22:14.5088259Z Resolving deltas: 41% (3609/8802) 2025-06-05T23:22:14.5088538Z Resolving deltas: 42% (3697/8802) 2025-06-05T23:22:14.5088825Z Resolving deltas: 43% (3785/8802) 2025-06-05T23:22:14.5089095Z Resolving deltas: 44% (3873/8802) 2025-06-05T23:22:14.5089377Z Resolving deltas: 45% (3961/8802) 2025-06-05T23:22:14.5089648Z Resolving deltas: 46% (4049/8802) 2025-06-05T23:22:14.5089929Z Resolving deltas: 47% (4137/8802) 2025-06-05T23:22:14.5090198Z Resolving deltas: 48% (4225/8802) 2025-06-05T23:22:14.5090478Z Resolving deltas: 49% (4313/8802) 2025-06-05T23:22:14.5090752Z Resolving deltas: 50% (4401/8802) 2025-06-05T23:22:14.5091033Z Resolving deltas: 51% (4490/8802) 2025-06-05T23:22:14.5091302Z Resolving deltas: 52% (4578/8802) 2025-06-05T23:22:14.5091674Z Resolving deltas: 53% (4666/8802) 2025-06-05T23:22:14.5092039Z Resolving deltas: 54% (4754/8802) 2025-06-05T23:22:14.5092305Z Resolving deltas: 55% (4842/8802) 2025-06-05T23:22:14.5092587Z Resolving deltas: 56% (4930/8802) 2025-06-05T23:22:14.5093155Z Resolving deltas: 57% (5018/8802) 2025-06-05T23:22:14.5093441Z Resolving deltas: 58% (5106/8802) 2025-06-05T23:22:14.5093722Z Resolving deltas: 59% (5194/8802) 2025-06-05T23:22:14.5094007Z Resolving deltas: 60% (5282/8802) 2025-06-05T23:22:14.5094276Z Resolving deltas: 61% (5370/8802) 2025-06-05T23:22:14.5094558Z Resolving deltas: 62% (5458/8802) 2025-06-05T23:22:14.5094840Z Resolving deltas: 63% (5546/8802) 2025-06-05T23:22:14.5095107Z Resolving deltas: 64% (5634/8802) 2025-06-05T23:22:14.5095388Z Resolving deltas: 65% (5722/8802) 2025-06-05T23:22:14.5095823Z Resolving deltas: 66% (5810/8802) 2025-06-05T23:22:14.5096108Z Resolving deltas: 67% (5898/8802) 2025-06-05T23:22:14.5096376Z Resolving deltas: 68% (5986/8802) 2025-06-05T23:22:14.5096661Z Resolving deltas: 69% (6074/8802) 2025-06-05T23:22:14.5096926Z Resolving deltas: 70% (6162/8802) 2025-06-05T23:22:14.5097207Z Resolving deltas: 71% (6250/8802) 2025-06-05T23:22:14.5097475Z Resolving deltas: 72% (6338/8802) 2025-06-05T23:22:14.5097756Z Resolving deltas: 73% (6426/8802) 2025-06-05T23:22:14.5098037Z Resolving deltas: 74% (6514/8802) 2025-06-05T23:22:14.5098400Z Resolving deltas: 75% (6602/8802) 2025-06-05T23:22:14.5098682Z Resolving deltas: 76% (6690/8802) 2025-06-05T23:22:14.5098947Z Resolving deltas: 77% (6778/8802) 2025-06-05T23:22:14.5099228Z Resolving deltas: 78% (6866/8802) 2025-06-05T23:22:14.5099495Z Resolving deltas: 79% (6954/8802) 2025-06-05T23:22:14.5099776Z Resolving deltas: 80% (7042/8802) 2025-06-05T23:22:14.5100048Z Resolving deltas: 81% (7130/8802) 2025-06-05T23:22:14.5100336Z Resolving deltas: 82% (7218/8802) 2025-06-05T23:22:14.5100612Z Resolving deltas: 83% (7306/8802) 2025-06-05T23:22:14.5100899Z Resolving deltas: 84% (7394/8802) 2025-06-05T23:22:14.5101182Z Resolving deltas: 85% (7482/8802) 2025-06-05T23:22:14.5101451Z Resolving deltas: 86% (7570/8802) 2025-06-05T23:22:14.5101733Z Resolving deltas: 87% (7658/8802) 2025-06-05T23:22:14.5102003Z Resolving deltas: 88% (7746/8802) 2025-06-05T23:22:14.5102280Z Resolving deltas: 89% (7836/8802) 2025-06-05T23:22:14.5102547Z Resolving deltas: 90% (7922/8802) 2025-06-05T23:22:14.5102832Z Resolving deltas: 91% (8010/8802) 2025-06-05T23:22:14.5103100Z Resolving deltas: 92% (8098/8802) 2025-06-05T23:22:14.5113034Z Resolving deltas: 93% (8186/8802) 2025-06-05T23:22:14.5113472Z Resolving deltas: 94% (8274/8802) 2025-06-05T23:22:14.5113754Z Resolving deltas: 95% (8362/8802) 2025-06-05T23:22:14.5114046Z Resolving deltas: 96% (8450/8802) 2025-06-05T23:22:14.5114321Z Resolving deltas: 97% (8538/8802) 2025-06-05T23:22:14.5114623Z Resolving deltas: 98% (8626/8802) 2025-06-05T23:22:14.5114893Z Resolving deltas: 99% (8714/8802) 2025-06-05T23:22:14.5115180Z Resolving deltas: 100% (8802/8802) 2025-06-05T23:22:14.5115465Z Resolving deltas: 100% (8802/8802), done. 2025-06-05T23:22:14.5116057Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/eigen'... 2025-06-05T23:22:14.5122228Z remote: Enumerating objects: 128219, done. 2025-06-05T23:22:14.5122754Z remote: Counting objects: 0% (1/1534) 2025-06-05T23:22:14.5123424Z remote: Counting objects: 1% (16/1534) 2025-06-05T23:22:14.5123801Z remote: Counting objects: 2% (31/1534) 2025-06-05T23:22:14.5124139Z remote: Counting objects: 3% (47/1534) 2025-06-05T23:22:14.5124491Z remote: Counting objects: 4% (62/1534) 2025-06-05T23:22:14.5124829Z remote: Counting objects: 5% (77/1534) 2025-06-05T23:22:14.5125179Z remote: Counting objects: 6% (93/1534) 2025-06-05T23:22:14.5125531Z remote: Counting objects: 7% (108/1534) 2025-06-05T23:22:14.5125890Z remote: Counting objects: 8% (123/1534) 2025-06-05T23:22:14.5126246Z remote: Counting objects: 9% (139/1534) 2025-06-05T23:22:14.5126639Z remote: Counting objects: 10% (154/1534) 2025-06-05T23:22:14.5126993Z remote: Counting objects: 11% (169/1534) 2025-06-05T23:22:14.5127329Z remote: Counting objects: 12% (185/1534) 2025-06-05T23:22:14.5127682Z remote: Counting objects: 13% (200/1534) 2025-06-05T23:22:14.5128178Z remote: Counting objects: 14% (215/1534) 2025-06-05T23:22:14.5128607Z remote: Counting objects: 15% (231/1534) 2025-06-05T23:22:14.5129008Z remote: Counting objects: 16% (246/1534) 2025-06-05T23:22:14.5129356Z remote: Counting objects: 17% (261/1534) 2025-06-05T23:22:14.5129705Z remote: Counting objects: 18% (277/1534) 2025-06-05T23:22:14.5130044Z remote: Counting objects: 19% (292/1534) 2025-06-05T23:22:14.5130594Z remote: Counting objects: 20% (307/1534) 2025-06-05T23:22:14.5131010Z remote: Counting objects: 21% (323/1534) 2025-06-05T23:22:14.5131362Z remote: Counting objects: 22% (338/1534) 2025-06-05T23:22:14.5131703Z remote: Counting objects: 23% (353/1534) 2025-06-05T23:22:14.5132057Z remote: Counting objects: 24% (369/1534) 2025-06-05T23:22:14.5132417Z remote: Counting objects: 25% (384/1534) 2025-06-05T23:22:14.5132845Z remote: Counting objects: 26% (399/1534) 2025-06-05T23:22:14.5133198Z remote: Counting objects: 27% (415/1534) 2025-06-05T23:22:14.5133625Z remote: Counting objects: 28% (430/1534) 2025-06-05T23:22:14.5133980Z remote: Counting objects: 29% (445/1534) 2025-06-05T23:22:14.5134337Z remote: Counting objects: 30% (461/1534) 2025-06-05T23:22:14.5134755Z remote: Counting objects: 31% (476/1534) 2025-06-05T23:22:14.5135094Z remote: Counting objects: 32% (491/1534) 2025-06-05T23:22:14.5135448Z remote: Counting objects: 33% (507/1534) 2025-06-05T23:22:14.5135899Z remote: Counting objects: 34% (522/1534) 2025-06-05T23:22:14.5136244Z remote: Counting objects: 35% (537/1534) 2025-06-05T23:22:14.5136594Z remote: Counting objects: 36% (553/1534) 2025-06-05T23:22:14.5136932Z remote: Counting objects: 37% (568/1534) 2025-06-05T23:22:14.5137288Z remote: Counting objects: 38% (583/1534) 2025-06-05T23:22:14.5137629Z remote: Counting objects: 39% (599/1534) 2025-06-05T23:22:14.5137993Z remote: Counting objects: 40% (614/1534) 2025-06-05T23:22:14.5138333Z remote: Counting objects: 41% (629/1534) 2025-06-05T23:22:14.5138685Z remote: Counting objects: 42% (645/1534) 2025-06-05T23:22:14.5139040Z remote: Counting objects: 43% (660/1534) 2025-06-05T23:22:14.5139380Z remote: Counting objects: 44% (675/1534) 2025-06-05T23:22:14.5139730Z remote: Counting objects: 45% (691/1534) 2025-06-05T23:22:14.5140074Z remote: Counting objects: 46% (706/1534) 2025-06-05T23:22:14.5140427Z remote: Counting objects: 47% (721/1534) 2025-06-05T23:22:14.5140768Z remote: Counting objects: 48% (737/1534) 2025-06-05T23:22:14.5141124Z remote: Counting objects: 49% (752/1534) 2025-06-05T23:22:14.5141463Z remote: Counting objects: 50% (767/1534) 2025-06-05T23:22:14.5141819Z remote: Counting objects: 51% (783/1534) 2025-06-05T23:22:14.5142171Z remote: Counting objects: 52% (798/1534) 2025-06-05T23:22:14.5142517Z remote: Counting objects: 53% (814/1534) 2025-06-05T23:22:14.5142870Z remote: Counting objects: 54% (829/1534) 2025-06-05T23:22:14.5143283Z remote: Counting objects: 55% (844/1534) 2025-06-05T23:22:14.5143757Z remote: Counting objects: 56% (860/1534) 2025-06-05T23:22:14.5144269Z remote: Counting objects: 57% (875/1534) 2025-06-05T23:22:14.5144824Z remote: Counting objects: 58% (890/1534) 2025-06-05T23:22:14.5145503Z remote: Counting objects: 59% (906/1534) 2025-06-05T23:22:14.5145932Z remote: Counting objects: 60% (921/1534) 2025-06-05T23:22:14.5146291Z remote: Counting objects: 61% (936/1534) 2025-06-05T23:22:14.5146630Z remote: Counting objects: 62% (952/1534) 2025-06-05T23:22:14.5146983Z remote: Counting objects: 63% (967/1534) 2025-06-05T23:22:14.5147321Z remote: Counting objects: 64% (982/1534) 2025-06-05T23:22:14.5147674Z remote: Counting objects: 65% (998/1534) 2025-06-05T23:22:14.5148075Z remote: Counting objects: 66% (1013/1534) 2025-06-05T23:22:14.5148435Z remote: Counting objects: 67% (1028/1534) 2025-06-05T23:22:14.5148788Z remote: Counting objects: 68% (1044/1534) 2025-06-05T23:22:14.5149144Z remote: Counting objects: 69% (1059/1534) 2025-06-05T23:22:14.5149486Z remote: Counting objects: 70% (1074/1534) 2025-06-05T23:22:14.5149839Z remote: Counting objects: 71% (1090/1534) 2025-06-05T23:22:14.5150311Z remote: Counting objects: 72% (1105/1534) 2025-06-05T23:22:14.5150667Z remote: Counting objects: 73% (1120/1534) 2025-06-05T23:22:14.5151019Z remote: Counting objects: 74% (1136/1534) 2025-06-05T23:22:14.5151363Z remote: Counting objects: 75% (1151/1534) 2025-06-05T23:22:14.5151718Z remote: Counting objects: 76% (1166/1534) 2025-06-05T23:22:14.5152136Z remote: Counting objects: 77% (1182/1534) 2025-06-05T23:22:14.5152500Z remote: Counting objects: 78% (1197/1534) 2025-06-05T23:22:14.5152916Z remote: Counting objects: 79% (1212/1534) 2025-06-05T23:22:14.5153270Z remote: Counting objects: 80% (1228/1534) 2025-06-05T23:22:14.5153620Z remote: Counting objects: 81% (1243/1534) 2025-06-05T23:22:14.5154010Z remote: Counting objects: 82% (1258/1534) 2025-06-05T23:22:14.5154469Z remote: Counting objects: 83% (1274/1534) 2025-06-05T23:22:14.5154813Z remote: Counting objects: 84% (1289/1534) 2025-06-05T23:22:14.5155170Z remote: Counting objects: 85% (1304/1534) 2025-06-05T23:22:14.5155626Z remote: Counting objects: 86% (1320/1534) 2025-06-05T23:22:14.5156075Z remote: Counting objects: 87% (1335/1534) 2025-06-05T23:22:14.5156416Z remote: Counting objects: 88% (1350/1534) 2025-06-05T23:22:14.5156770Z remote: Counting objects: 89% (1366/1534) 2025-06-05T23:22:14.5157124Z remote: Counting objects: 90% (1381/1534) 2025-06-05T23:22:14.5157465Z remote: Counting objects: 91% (1396/1534) 2025-06-05T23:22:14.5157858Z remote: Counting objects: 92% (1412/1534) 2025-06-05T23:22:14.5158200Z remote: Counting objects: 93% (1427/1534) 2025-06-05T23:22:14.5158556Z remote: Counting objects: 94% (1442/1534) 2025-06-05T23:22:14.5158896Z remote: Counting objects: 95% (1458/1534) 2025-06-05T23:22:14.5159302Z remote: Counting objects: 96% (1473/1534) 2025-06-05T23:22:14.5159650Z remote: Counting objects: 97% (1488/1534) 2025-06-05T23:22:14.5160010Z remote: Counting objects: 98% (1504/1534) 2025-06-05T23:22:14.5160363Z remote: Counting objects: 99% (1519/1534) 2025-06-05T23:22:14.5160706Z remote: Counting objects: 100% (1534/1534) 2025-06-05T23:22:14.5161089Z remote: Counting objects: 100% (1534/1534), done. 2025-06-05T23:22:14.5161472Z remote: Compressing objects: 0% (1/561) 2025-06-05T23:22:14.5161836Z remote: Compressing objects: 1% (6/561) 2025-06-05T23:22:14.5162185Z remote: Compressing objects: 2% (12/561) 2025-06-05T23:22:14.5162552Z remote: Compressing objects: 3% (17/561) 2025-06-05T23:22:14.5162903Z remote: Compressing objects: 4% (23/561) 2025-06-05T23:22:14.5163262Z remote: Compressing objects: 5% (29/561) 2025-06-05T23:22:14.5163620Z remote: Compressing objects: 6% (34/561) 2025-06-05T23:22:14.5163970Z remote: Compressing objects: 7% (40/561) 2025-06-05T23:22:14.5164334Z remote: Compressing objects: 8% (45/561) 2025-06-05T23:22:14.5164682Z remote: Compressing objects: 9% (51/561) 2025-06-05T23:22:14.5165041Z remote: Compressing objects: 10% (57/561) 2025-06-05T23:22:14.5165388Z remote: Compressing objects: 11% (62/561) 2025-06-05T23:22:14.5165755Z remote: Compressing objects: 12% (68/561) 2025-06-05T23:22:14.5166116Z remote: Compressing objects: 13% (73/561) 2025-06-05T23:22:14.5166467Z remote: Compressing objects: 14% (79/561) 2025-06-05T23:22:14.5166869Z remote: Compressing objects: 15% (85/561) 2025-06-05T23:22:14.5167281Z remote: Compressing objects: 16% (90/561) 2025-06-05T23:22:14.5167646Z remote: Compressing objects: 17% (96/561) 2025-06-05T23:22:14.5168000Z remote: Compressing objects: 18% (101/561) 2025-06-05T23:22:14.5168442Z remote: Compressing objects: 19% (107/561) 2025-06-05T23:22:14.5168798Z remote: Compressing objects: 20% (113/561) 2025-06-05T23:22:14.5169255Z remote: Compressing objects: 21% (118/561) 2025-06-05T23:22:14.5169620Z remote: Compressing objects: 22% (124/561) 2025-06-05T23:22:14.5169972Z remote: Compressing objects: 23% (130/561) 2025-06-05T23:22:14.5170339Z remote: Compressing objects: 24% (135/561) 2025-06-05T23:22:14.5170690Z remote: Compressing objects: 25% (141/561) 2025-06-05T23:22:14.5171063Z remote: Compressing objects: 26% (146/561) 2025-06-05T23:22:14.5171416Z remote: Compressing objects: 27% (152/561) 2025-06-05T23:22:14.5171842Z remote: Compressing objects: 28% (158/561) 2025-06-05T23:22:14.5172195Z remote: Compressing objects: 29% (163/561) 2025-06-05T23:22:14.5172560Z remote: Compressing objects: 30% (169/561) 2025-06-05T23:22:14.5172926Z remote: Compressing objects: 31% (174/561) 2025-06-05T23:22:14.5173283Z remote: Compressing objects: 32% (180/561) 2025-06-05T23:22:14.5173649Z remote: Compressing objects: 33% (186/561) 2025-06-05T23:22:14.5174003Z remote: Compressing objects: 34% (191/561) 2025-06-05T23:22:14.5174366Z remote: Compressing objects: 35% (197/561) 2025-06-05T23:22:14.5174717Z remote: Compressing objects: 36% (202/561) 2025-06-05T23:22:14.5175081Z remote: Compressing objects: 37% (208/561) 2025-06-05T23:22:14.5175444Z remote: Compressing objects: 38% (214/561) 2025-06-05T23:22:14.5175866Z remote: Compressing objects: 39% (219/561) 2025-06-05T23:22:14.5176228Z remote: Compressing objects: 40% (225/561) 2025-06-05T23:22:14.5176581Z remote: Compressing objects: 41% (231/561) 2025-06-05T23:22:14.5176942Z remote: Compressing objects: 42% (236/561) 2025-06-05T23:22:14.5177292Z remote: Compressing objects: 43% (242/561) 2025-06-05T23:22:14.5177656Z remote: Compressing objects: 44% (247/561) 2025-06-05T23:22:14.5178008Z remote: Compressing objects: 45% (253/561) 2025-06-05T23:22:14.5178376Z remote: Compressing objects: 46% (259/561) 2025-06-05T23:22:14.5178740Z remote: Compressing objects: 47% (264/561) 2025-06-05T23:22:14.5179094Z remote: Compressing objects: 48% (270/561) 2025-06-05T23:22:14.5179457Z remote: Compressing objects: 49% (275/561) 2025-06-05T23:22:14.5179805Z remote: Compressing objects: 50% (281/561) 2025-06-05T23:22:14.5180170Z remote: Compressing objects: 51% (287/561) 2025-06-05T23:22:14.5180517Z remote: Compressing objects: 52% (292/561) 2025-06-05T23:22:14.5180889Z remote: Compressing objects: 53% (298/561) 2025-06-05T23:22:14.5181239Z remote: Compressing objects: 54% (303/561) 2025-06-05T23:22:14.5181600Z remote: Compressing objects: 55% (309/561) 2025-06-05T23:22:14.5181961Z remote: Compressing objects: 56% (315/561) 2025-06-05T23:22:14.5182312Z remote: Compressing objects: 57% (320/561) 2025-06-05T23:22:17.6520437Z remote: Compressing objects: 58% (326/561) 2025-06-05T23:22:17.6521303Z remote: Compressing objects: 59% (331/561) 2025-06-05T23:22:17.6521806Z remote: Compressing objects: 60% (337/561) 2025-06-05T23:22:17.6522532Z remote: Compressing objects: 61% (343/561) 2025-06-05T23:22:17.6523042Z remote: Compressing objects: 62% (348/561) 2025-06-05T23:22:17.6523392Z remote: Compressing objects: 63% (354/561) 2025-06-05T23:22:17.6523755Z remote: Compressing objects: 64% (360/561) 2025-06-05T23:22:17.6524107Z remote: Compressing objects: 65% (365/561) 2025-06-05T23:22:17.6524484Z remote: Compressing objects: 66% (371/561) 2025-06-05T23:22:17.6524882Z remote: Compressing objects: 67% (376/561) 2025-06-05T23:22:17.6525233Z remote: Compressing objects: 68% (382/561) 2025-06-05T23:22:17.6525598Z remote: Compressing objects: 69% (388/561) 2025-06-05T23:22:17.6525984Z remote: Compressing objects: 70% (393/561) 2025-06-05T23:22:17.6526346Z remote: Compressing objects: 71% (399/561) 2025-06-05T23:22:17.6526950Z remote: Compressing objects: 72% (404/561) 2025-06-05T23:22:17.6527324Z remote: Compressing objects: 73% (410/561) 2025-06-05T23:22:17.6527695Z remote: Compressing objects: 74% (416/561) 2025-06-05T23:22:17.6528074Z remote: Compressing objects: 75% (421/561) 2025-06-05T23:22:17.6528440Z remote: Compressing objects: 76% (427/561) 2025-06-05T23:22:17.6528789Z remote: Compressing objects: 77% (432/561) 2025-06-05T23:22:17.6529214Z remote: Compressing objects: 78% (438/561) 2025-06-05T23:22:17.6529744Z remote: Compressing objects: 79% (444/561) 2025-06-05T23:22:17.6530150Z remote: Compressing objects: 80% (449/561) 2025-06-05T23:22:17.6530502Z remote: Compressing objects: 81% (455/561) 2025-06-05T23:22:17.6530877Z remote: Compressing objects: 82% (461/561) 2025-06-05T23:22:17.6531241Z remote: Compressing objects: 83% (466/561) 2025-06-05T23:22:17.6531630Z remote: Compressing objects: 84% (472/561) 2025-06-05T23:22:17.6531990Z remote: Compressing objects: 85% (477/561) 2025-06-05T23:22:17.6532365Z remote: Compressing objects: 86% (483/561) 2025-06-05T23:22:17.6532725Z remote: Compressing objects: 87% (489/561) 2025-06-05T23:22:17.6533076Z remote: Compressing objects: 88% (494/561) 2025-06-05T23:22:17.6533473Z remote: Compressing objects: 89% (500/561) 2025-06-05T23:22:17.6533824Z remote: Compressing objects: 90% (505/561) 2025-06-05T23:22:17.6534190Z remote: Compressing objects: 91% (511/561) 2025-06-05T23:22:17.6534580Z remote: Compressing objects: 92% (517/561) 2025-06-05T23:22:17.6534927Z remote: Compressing objects: 93% (522/561) 2025-06-05T23:22:17.6535287Z remote: Compressing objects: 94% (528/561) 2025-06-05T23:22:17.6535668Z remote: Compressing objects: 95% (533/561) 2025-06-05T23:22:17.6536029Z remote: Compressing objects: 96% (539/561) 2025-06-05T23:22:17.6536419Z remote: Compressing objects: 97% (545/561) 2025-06-05T23:22:17.6536786Z remote: Compressing objects: 98% (550/561) 2025-06-05T23:22:17.6537182Z remote: Compressing objects: 99% (556/561) 2025-06-05T23:22:17.6537531Z remote: Compressing objects: 100% (561/561) 2025-06-05T23:22:17.6537931Z remote: Compressing objects: 100% (561/561), done. 2025-06-05T23:22:17.6538330Z Receiving objects: 0% (1/128219) 2025-06-05T23:22:17.6538624Z Receiving objects: 1% (1283/128219) 2025-06-05T23:22:17.6538918Z Receiving objects: 2% (2565/128219) 2025-06-05T23:22:17.6539220Z Receiving objects: 3% (3847/128219) 2025-06-05T23:22:17.6539534Z Receiving objects: 4% (5129/128219) 2025-06-05T23:22:17.6539834Z Receiving objects: 5% (6411/128219) 2025-06-05T23:22:17.6540128Z Receiving objects: 6% (7694/128219) 2025-06-05T23:22:17.6540409Z Receiving objects: 7% (8976/128219) 2025-06-05T23:22:17.6540729Z Receiving objects: 8% (10258/128219) 2025-06-05T23:22:17.6541032Z Receiving objects: 9% (11540/128219) 2025-06-05T23:22:17.6541335Z Receiving objects: 10% (12822/128219) 2025-06-05T23:22:17.6541618Z Receiving objects: 11% (14105/128219) 2025-06-05T23:22:17.6541943Z Receiving objects: 12% (15387/128219) 2025-06-05T23:22:17.6542232Z Receiving objects: 13% (16669/128219) 2025-06-05T23:22:17.6542531Z Receiving objects: 14% (17951/128219) 2025-06-05T23:22:17.6542816Z Receiving objects: 15% (19233/128219) 2025-06-05T23:22:17.6543144Z Receiving objects: 16% (20516/128219) 2025-06-05T23:22:17.6543445Z Receiving objects: 17% (21798/128219) 2025-06-05T23:22:17.6543730Z Receiving objects: 18% (23080/128219) 2025-06-05T23:22:17.6544059Z Receiving objects: 19% (24362/128219) 2025-06-05T23:22:17.6544414Z Receiving objects: 20% (25644/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6544860Z Receiving objects: 21% (26926/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6545317Z Receiving objects: 22% (28209/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6545877Z Receiving objects: 23% (29491/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6546438Z Receiving objects: 24% (30773/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6546934Z Receiving objects: 25% (32055/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6547371Z Receiving objects: 26% (33337/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6547821Z Receiving objects: 27% (34620/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6548255Z Receiving objects: 28% (35902/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6548765Z Receiving objects: 28% (36677/128219), 20.50 MiB | 40.99 MiB/s 2025-06-05T23:22:17.6549219Z Receiving objects: 29% (37184/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6549642Z Receiving objects: 30% (38466/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6550108Z Receiving objects: 31% (39748/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6550543Z Receiving objects: 32% (41031/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6550997Z Receiving objects: 33% (42313/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6551427Z Receiving objects: 34% (43595/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6551879Z Receiving objects: 35% (44877/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6552400Z Receiving objects: 36% (46159/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6552854Z Receiving objects: 37% (47442/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6553289Z Receiving objects: 38% (48724/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6553759Z Receiving objects: 39% (50006/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6554175Z Receiving objects: 40% (51288/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6554631Z Receiving objects: 41% (52570/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6555052Z Receiving objects: 42% (53852/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6555514Z Receiving objects: 43% (55135/128219), 42.97 MiB | 42.96 MiB/s 2025-06-05T23:22:17.6555950Z Receiving objects: 44% (56417/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6556398Z Receiving objects: 45% (57699/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6556832Z Receiving objects: 46% (58981/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6557251Z Receiving objects: 47% (60263/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6557717Z Receiving objects: 48% (61546/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6558153Z Receiving objects: 49% (62828/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6558610Z Receiving objects: 50% (64110/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6559044Z Receiving objects: 51% (65392/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6559492Z Receiving objects: 52% (66674/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6559922Z Receiving objects: 53% (67957/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6560370Z Receiving objects: 54% (69239/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6560805Z Receiving objects: 55% (70521/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6561250Z Receiving objects: 56% (71803/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6561815Z Receiving objects: 57% (73085/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6562278Z Receiving objects: 58% (74368/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6562697Z Receiving objects: 59% (75650/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6563159Z Receiving objects: 60% (76932/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6563586Z Receiving objects: 61% (78214/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6564050Z Receiving objects: 62% (79496/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6564482Z Receiving objects: 63% (80778/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6564935Z Receiving objects: 64% (82061/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6565373Z Receiving objects: 65% (83343/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6565953Z Receiving objects: 66% (84625/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6566391Z Receiving objects: 67% (85907/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6566826Z Receiving objects: 68% (87189/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6567280Z Receiving objects: 69% (88472/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6567715Z Receiving objects: 70% (89754/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6568166Z Receiving objects: 71% (91036/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6568662Z Receiving objects: 72% (92318/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6569113Z Receiving objects: 73% (93600/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6569547Z Receiving objects: 74% (94883/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6569997Z Receiving objects: 75% (96165/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6570433Z Receiving objects: 76% (97447/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6570899Z Receiving objects: 77% (98729/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6571327Z Receiving objects: 78% (100011/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6571801Z Receiving objects: 79% (101294/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6572231Z Receiving objects: 80% (102576/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6572698Z Receiving objects: 81% (103858/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6573124Z Receiving objects: 81% (105043/128219), 65.56 MiB | 43.70 MiB/s 2025-06-05T23:22:17.6573601Z Receiving objects: 82% (105140/128219), 87.78 MiB | 43.91 MiB/s 2025-06-05T23:22:17.6574030Z Receiving objects: 83% (106422/128219), 87.78 MiB | 43.91 MiB/s 2025-06-05T23:22:17.6574497Z Receiving objects: 84% (107704/128219), 87.78 MiB | 43.91 MiB/s 2025-06-05T23:22:17.6574936Z Receiving objects: 85% (108987/128219), 87.78 MiB | 43.91 MiB/s 2025-06-05T23:22:17.6575390Z Receiving objects: 86% (110269/128219), 87.78 MiB | 43.91 MiB/s 2025-06-05T23:22:17.6575832Z Receiving objects: 87% (111551/128219), 87.78 MiB | 43.91 MiB/s 2025-06-05T23:22:17.6576370Z Receiving objects: 88% (112833/128219), 93.79 MiB | 37.41 MiB/s 2025-06-05T23:22:17.6576880Z Receiving objects: 89% (114115/128219), 93.79 MiB | 37.41 MiB/s 2025-06-05T23:22:17.6577341Z Receiving objects: 90% (115398/128219), 93.79 MiB | 37.41 MiB/s 2025-06-05T23:22:17.6577778Z Receiving objects: 90% (116464/128219), 93.79 MiB | 37.41 MiB/s 2025-06-05T23:22:17.6578250Z Receiving objects: 91% (116680/128219), 93.79 MiB | 37.41 MiB/s 2025-06-05T23:22:17.6578681Z Receiving objects: 92% (117962/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:17.6579153Z Receiving objects: 93% (119244/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:17.6579582Z Receiving objects: 94% (120526/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:17.6580054Z Receiving objects: 95% (121809/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:19.8250232Z Receiving objects: 96% (123091/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:19.8251260Z Receiving objects: 97% (124373/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:19.8251942Z Receiving objects: 98% (125655/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:19.8252728Z Receiving objects: 99% (126937/128219), 97.83 MiB | 32.53 MiB/s 2025-06-05T23:22:19.8253357Z remote: Total 128219 (delta 973), reused 1482 (delta 970), pack-reused 126685 (from 1) 2025-06-05T23:22:19.8254094Z Receiving objects: 100% (128219/128219), 106.32 MiB | 30.31 MiB/s 2025-06-05T23:22:19.8254565Z Receiving objects: 100% (128219/128219), 107.15 MiB | 29.37 MiB/s, done. 2025-06-05T23:22:19.8254994Z Resolving deltas: 0% (0/106077) 2025-06-05T23:22:19.8255283Z Resolving deltas: 1% (1062/106077) 2025-06-05T23:22:19.8255564Z Resolving deltas: 2% (2122/106077) 2025-06-05T23:22:19.8255855Z Resolving deltas: 3% (3183/106077) 2025-06-05T23:22:19.8256129Z Resolving deltas: 4% (4244/106077) 2025-06-05T23:22:19.8256418Z Resolving deltas: 5% (5304/106077) 2025-06-05T23:22:19.8256958Z Resolving deltas: 6% (6365/106077) 2025-06-05T23:22:19.8257250Z Resolving deltas: 7% (7426/106077) 2025-06-05T23:22:19.8257525Z Resolving deltas: 8% (8487/106077) 2025-06-05T23:22:19.8257809Z Resolving deltas: 9% (9547/106077) 2025-06-05T23:22:19.8258089Z Resolving deltas: 10% (10608/106077) 2025-06-05T23:22:19.8258385Z Resolving deltas: 11% (11669/106077) 2025-06-05T23:22:19.8258680Z Resolving deltas: 12% (12730/106077) 2025-06-05T23:22:19.8258960Z Resolving deltas: 13% (13791/106077) 2025-06-05T23:22:19.8259250Z Resolving deltas: 14% (14852/106077) 2025-06-05T23:22:19.8259639Z Resolving deltas: 15% (15912/106077) 2025-06-05T23:22:19.8259935Z Resolving deltas: 16% (16973/106077) 2025-06-05T23:22:19.8260211Z Resolving deltas: 17% (18034/106077) 2025-06-05T23:22:19.8260499Z Resolving deltas: 18% (19094/106077) 2025-06-05T23:22:19.8260778Z Resolving deltas: 19% (20155/106077) 2025-06-05T23:22:19.8261073Z Resolving deltas: 20% (21216/106077) 2025-06-05T23:22:19.8261374Z Resolving deltas: 21% (22277/106077) 2025-06-05T23:22:19.8261708Z Resolving deltas: 22% (23337/106077) 2025-06-05T23:22:19.8262129Z Resolving deltas: 23% (24398/106077) 2025-06-05T23:22:19.8262475Z Resolving deltas: 24% (25459/106077) 2025-06-05T23:22:19.8262824Z Resolving deltas: 25% (26520/106077) 2025-06-05T23:22:19.8263099Z Resolving deltas: 26% (27581/106077) 2025-06-05T23:22:19.8263388Z Resolving deltas: 27% (28641/106077) 2025-06-05T23:22:19.8263664Z Resolving deltas: 28% (29702/106077) 2025-06-05T23:22:19.8263952Z Resolving deltas: 29% (30763/106077) 2025-06-05T23:22:19.8264238Z Resolving deltas: 30% (31824/106077) 2025-06-05T23:22:19.8264527Z Resolving deltas: 31% (32884/106077) 2025-06-05T23:22:19.8264818Z Resolving deltas: 32% (33945/106077) 2025-06-05T23:22:19.8265096Z Resolving deltas: 33% (35006/106077) 2025-06-05T23:22:19.8265384Z Resolving deltas: 34% (36067/106077) 2025-06-05T23:22:19.8265661Z Resolving deltas: 35% (37127/106077) 2025-06-05T23:22:19.8265952Z Resolving deltas: 36% (38188/106077) 2025-06-05T23:22:19.8266236Z Resolving deltas: 37% (39250/106077) 2025-06-05T23:22:19.8266526Z Resolving deltas: 38% (40310/106077) 2025-06-05T23:22:19.8266808Z Resolving deltas: 39% (41371/106077) 2025-06-05T23:22:19.8267103Z Resolving deltas: 40% (42431/106077) 2025-06-05T23:22:19.8267394Z Resolving deltas: 41% (43492/106077) 2025-06-05T23:22:19.8267675Z Resolving deltas: 42% (44553/106077) 2025-06-05T23:22:19.8267970Z Resolving deltas: 43% (45614/106077) 2025-06-05T23:22:19.8268246Z Resolving deltas: 44% (46674/106077) 2025-06-05T23:22:19.8268546Z Resolving deltas: 45% (47735/106077) 2025-06-05T23:22:19.8268823Z Resolving deltas: 46% (48796/106077) 2025-06-05T23:22:19.8269113Z Resolving deltas: 47% (49857/106077) 2025-06-05T23:22:19.8269392Z Resolving deltas: 48% (50917/106077) 2025-06-05T23:22:19.8269681Z Resolving deltas: 49% (51979/106077) 2025-06-05T23:22:19.8269990Z Resolving deltas: 50% (53039/106077) 2025-06-05T23:22:19.8270271Z Resolving deltas: 51% (54100/106077) 2025-06-05T23:22:19.8270571Z Resolving deltas: 52% (55161/106077) 2025-06-05T23:22:19.8270851Z Resolving deltas: 53% (56221/106077) 2025-06-05T23:22:19.8271150Z Resolving deltas: 54% (57282/106077) 2025-06-05T23:22:19.8271432Z Resolving deltas: 55% (58343/106077) 2025-06-05T23:22:19.8271732Z Resolving deltas: 56% (59404/106077) 2025-06-05T23:22:19.8272111Z Resolving deltas: 57% (60464/106077) 2025-06-05T23:22:19.8272405Z Resolving deltas: 58% (61525/106077) 2025-06-05T23:22:19.8272700Z Resolving deltas: 59% (62588/106077) 2025-06-05T23:22:19.8272983Z Resolving deltas: 60% (63647/106077) 2025-06-05T23:22:19.8273290Z Resolving deltas: 61% (64707/106077) 2025-06-05T23:22:19.8273571Z Resolving deltas: 62% (65768/106077) 2025-06-05T23:22:19.8273866Z Resolving deltas: 63% (66829/106077) 2025-06-05T23:22:19.8274146Z Resolving deltas: 64% (67890/106077) 2025-06-05T23:22:19.8274440Z Resolving deltas: 65% (68951/106077) 2025-06-05T23:22:19.8274718Z Resolving deltas: 66% (70011/106077) 2025-06-05T23:22:19.8275143Z Resolving deltas: 67% (71072/106077) 2025-06-05T23:22:19.8275441Z Resolving deltas: 68% (72133/106077) 2025-06-05T23:22:19.8275719Z Resolving deltas: 69% (73194/106077) 2025-06-05T23:22:19.8276013Z Resolving deltas: 70% (74254/106077) 2025-06-05T23:22:19.8276291Z Resolving deltas: 71% (75315/106077) 2025-06-05T23:22:19.8276579Z Resolving deltas: 72% (76376/106077) 2025-06-05T23:22:19.8276856Z Resolving deltas: 73% (77437/106077) 2025-06-05T23:22:19.8277148Z Resolving deltas: 74% (78497/106077) 2025-06-05T23:22:19.8277425Z Resolving deltas: 75% (79558/106077) 2025-06-05T23:22:19.8277792Z Resolving deltas: 76% (80619/106077) 2025-06-05T23:22:19.8278084Z Resolving deltas: 77% (81680/106077) 2025-06-05T23:22:19.8278360Z Resolving deltas: 78% (82741/106077) 2025-06-05T23:22:19.8278649Z Resolving deltas: 79% (83801/106077) 2025-06-05T23:22:19.8278925Z Resolving deltas: 80% (84862/106077) 2025-06-05T23:22:19.8279218Z Resolving deltas: 81% (85923/106077) 2025-06-05T23:22:19.8279496Z Resolving deltas: 82% (86984/106077) 2025-06-05T23:22:19.8279789Z Resolving deltas: 83% (88044/106077) 2025-06-05T23:22:19.8280066Z Resolving deltas: 84% (89105/106077) 2025-06-05T23:22:19.8280365Z Resolving deltas: 85% (90166/106077) 2025-06-05T23:22:19.8280647Z Resolving deltas: 86% (91227/106077) 2025-06-05T23:22:19.8280940Z Resolving deltas: 87% (92287/106077) 2025-06-05T23:22:19.8281233Z Resolving deltas: 88% (93348/106077) 2025-06-05T23:22:19.8281509Z Resolving deltas: 89% (94409/106077) 2025-06-05T23:22:19.8281802Z Resolving deltas: 89% (94719/106077) 2025-06-05T23:22:19.8282085Z Resolving deltas: 90% (95470/106077) 2025-06-05T23:22:19.8282379Z Resolving deltas: 91% (96531/106077) 2025-06-05T23:22:19.8282663Z Resolving deltas: 92% (97591/106077) 2025-06-05T23:22:19.8282952Z Resolving deltas: 93% (98652/106077) 2025-06-05T23:22:19.8283233Z Resolving deltas: 94% (99713/106077) 2025-06-05T23:22:19.8283525Z Resolving deltas: 95% (100774/106077) 2025-06-05T23:22:19.8283828Z Resolving deltas: 96% (101834/106077) 2025-06-05T23:22:19.8284122Z Resolving deltas: 97% (102895/106077) 2025-06-05T23:22:19.8284419Z Resolving deltas: 98% (103956/106077) 2025-06-05T23:22:19.8284703Z Resolving deltas: 99% (105017/106077) 2025-06-05T23:22:19.8284999Z Resolving deltas: 100% (106077/106077) 2025-06-05T23:22:19.8285300Z Resolving deltas: 100% (106077/106077), done. 2025-06-05T23:22:19.8285892Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/json'... 2025-06-05T23:22:19.8286479Z remote: Enumerating objects: 60588, done. 2025-06-05T23:22:19.8286845Z remote: Counting objects: 0% (1/816) 2025-06-05T23:22:19.8287189Z remote: Counting objects: 1% (9/816) 2025-06-05T23:22:19.8287521Z remote: Counting objects: 2% (17/816) 2025-06-05T23:22:19.8287867Z remote: Counting objects: 3% (25/816) 2025-06-05T23:22:19.8288200Z remote: Counting objects: 4% (33/816) 2025-06-05T23:22:19.8288543Z remote: Counting objects: 5% (41/816) 2025-06-05T23:22:19.8288880Z remote: Counting objects: 6% (49/816) 2025-06-05T23:22:19.8289228Z remote: Counting objects: 7% (58/816) 2025-06-05T23:22:19.8289564Z remote: Counting objects: 8% (66/816) 2025-06-05T23:22:19.8289906Z remote: Counting objects: 9% (74/816) 2025-06-05T23:22:19.8290249Z remote: Counting objects: 10% (82/816) 2025-06-05T23:22:19.8290581Z remote: Counting objects: 11% (90/816) 2025-06-05T23:22:19.8290922Z remote: Counting objects: 12% (98/816) 2025-06-05T23:22:19.8291256Z remote: Counting objects: 13% (107/816) 2025-06-05T23:22:19.8291613Z remote: Counting objects: 14% (115/816) 2025-06-05T23:22:19.8291955Z remote: Counting objects: 15% (123/816) 2025-06-05T23:22:19.8292304Z remote: Counting objects: 16% (131/816) 2025-06-05T23:22:19.8292639Z remote: Counting objects: 17% (139/816) 2025-06-05T23:22:19.8293226Z remote: Counting objects: 18% (147/816) 2025-06-05T23:22:19.8293787Z remote: Counting objects: 19% (156/816) 2025-06-05T23:22:19.8294123Z remote: Counting objects: 20% (164/816) 2025-06-05T23:22:19.8294469Z remote: Counting objects: 21% (172/816) 2025-06-05T23:22:19.8294801Z remote: Counting objects: 22% (180/816) 2025-06-05T23:22:19.8295147Z remote: Counting objects: 23% (188/816) 2025-06-05T23:22:19.8295480Z remote: Counting objects: 24% (196/816) 2025-06-05T23:22:19.8295827Z remote: Counting objects: 25% (204/816) 2025-06-05T23:22:19.8296163Z remote: Counting objects: 26% (213/816) 2025-06-05T23:22:19.8296605Z remote: Counting objects: 27% (221/816) 2025-06-05T23:22:19.8296949Z remote: Counting objects: 28% (229/816) 2025-06-05T23:22:19.8297283Z remote: Counting objects: 29% (237/816) 2025-06-05T23:22:19.8297632Z remote: Counting objects: 30% (245/816) 2025-06-05T23:22:19.8297966Z remote: Counting objects: 31% (253/816) 2025-06-05T23:22:19.8298321Z remote: Counting objects: 32% (262/816) 2025-06-05T23:22:19.8298664Z remote: Counting objects: 33% (270/816) 2025-06-05T23:22:19.8299011Z remote: Counting objects: 34% (278/816) 2025-06-05T23:22:19.8299345Z remote: Counting objects: 35% (286/816) 2025-06-05T23:22:19.8299693Z remote: Counting objects: 36% (294/816) 2025-06-05T23:22:19.8300037Z remote: Counting objects: 37% (302/816) 2025-06-05T23:22:19.8300369Z remote: Counting objects: 38% (311/816) 2025-06-05T23:22:19.8300715Z remote: Counting objects: 39% (319/816) 2025-06-05T23:22:19.8301055Z remote: Counting objects: 40% (327/816) 2025-06-05T23:22:19.8301402Z remote: Counting objects: 41% (335/816) 2025-06-05T23:22:19.8301736Z remote: Counting objects: 42% (343/816) 2025-06-05T23:22:19.8302081Z remote: Counting objects: 43% (351/816) 2025-06-05T23:22:19.8302416Z remote: Counting objects: 44% (360/816) 2025-06-05T23:22:19.8302763Z remote: Counting objects: 45% (368/816) 2025-06-05T23:22:19.8303115Z remote: Counting objects: 46% (376/816) 2025-06-05T23:22:19.8303451Z remote: Counting objects: 47% (384/816) 2025-06-05T23:22:19.8303801Z remote: Counting objects: 48% (392/816) 2025-06-05T23:22:19.8304137Z remote: Counting objects: 49% (400/816) 2025-06-05T23:22:19.8304489Z remote: Counting objects: 50% (408/816) 2025-06-05T23:22:19.8304824Z remote: Counting objects: 51% (417/816) 2025-06-05T23:22:19.8305178Z remote: Counting objects: 52% (425/816) 2025-06-05T23:22:19.8305532Z remote: Counting objects: 53% (433/816) 2025-06-05T23:22:19.8305872Z remote: Counting objects: 54% (441/816) 2025-06-05T23:22:19.8306221Z remote: Counting objects: 55% (449/816) 2025-06-05T23:22:19.8306557Z remote: Counting objects: 56% (457/816) 2025-06-05T23:22:19.8306907Z remote: Counting objects: 57% (466/816) 2025-06-05T23:22:19.8307244Z remote: Counting objects: 58% (474/816) 2025-06-05T23:22:19.8307603Z remote: Counting objects: 59% (482/816) 2025-06-05T23:22:19.8307943Z remote: Counting objects: 60% (490/816) 2025-06-05T23:22:19.8308292Z remote: Counting objects: 61% (498/816) 2025-06-05T23:22:19.8308641Z remote: Counting objects: 62% (506/816) 2025-06-05T23:22:19.8308976Z remote: Counting objects: 63% (515/816) 2025-06-05T23:22:19.8309321Z remote: Counting objects: 64% (523/816) 2025-06-05T23:22:19.8309655Z remote: Counting objects: 65% (531/816) 2025-06-05T23:22:19.8310004Z remote: Counting objects: 66% (539/816) 2025-06-05T23:22:19.8310338Z remote: Counting objects: 67% (547/816) 2025-06-05T23:22:19.8310681Z remote: Counting objects: 68% (555/816) 2025-06-05T23:22:19.8311014Z remote: Counting objects: 69% (564/816) 2025-06-05T23:22:19.8311358Z remote: Counting objects: 70% (572/816) 2025-06-05T23:22:19.8311704Z remote: Counting objects: 71% (580/816) 2025-06-05T23:22:19.8312213Z remote: Counting objects: 72% (588/816) 2025-06-05T23:22:19.8312567Z remote: Counting objects: 73% (596/816) 2025-06-05T23:22:22.1551060Z remote: Counting objects: 74% (604/816) 2025-06-05T23:22:22.1551695Z remote: Counting objects: 75% (612/816) 2025-06-05T23:22:22.1552094Z remote: Counting objects: 76% (621/816) 2025-06-05T23:22:22.1552437Z remote: Counting objects: 77% (629/816) 2025-06-05T23:22:22.1552785Z remote: Counting objects: 78% (637/816) 2025-06-05T23:22:22.1553397Z remote: Counting objects: 79% (645/816) 2025-06-05T23:22:22.1553750Z remote: Counting objects: 80% (653/816) 2025-06-05T23:22:22.1554101Z remote: Counting objects: 81% (661/816) 2025-06-05T23:22:22.1554435Z remote: Counting objects: 82% (670/816) 2025-06-05T23:22:22.1554784Z remote: Counting objects: 83% (678/816) 2025-06-05T23:22:22.1555119Z remote: Counting objects: 84% (686/816) 2025-06-05T23:22:22.1555482Z remote: Counting objects: 85% (694/816) 2025-06-05T23:22:22.1555816Z remote: Counting objects: 86% (702/816) 2025-06-05T23:22:22.1556161Z remote: Counting objects: 87% (710/816) 2025-06-05T23:22:22.1556506Z remote: Counting objects: 88% (719/816) 2025-06-05T23:22:22.1556937Z remote: Counting objects: 89% (727/816) 2025-06-05T23:22:22.1557279Z remote: Counting objects: 90% (735/816) 2025-06-05T23:22:22.1557611Z remote: Counting objects: 91% (743/816) 2025-06-05T23:22:22.1557970Z remote: Counting objects: 92% (751/816) 2025-06-05T23:22:22.1558302Z remote: Counting objects: 93% (759/816) 2025-06-05T23:22:22.1558647Z remote: Counting objects: 94% (768/816) 2025-06-05T23:22:22.1558980Z remote: Counting objects: 95% (776/816) 2025-06-05T23:22:22.1559325Z remote: Counting objects: 96% (784/816) 2025-06-05T23:22:22.1559661Z remote: Counting objects: 97% (792/816) 2025-06-05T23:22:22.1560015Z remote: Counting objects: 98% (800/816) 2025-06-05T23:22:22.1560364Z remote: Counting objects: 99% (808/816) 2025-06-05T23:22:22.1560698Z remote: Counting objects: 100% (816/816) 2025-06-05T23:22:22.1561071Z remote: Counting objects: 100% (816/816), done. 2025-06-05T23:22:22.1561448Z remote: Compressing objects: 0% (1/525) 2025-06-05T23:22:22.1561814Z remote: Compressing objects: 1% (6/525) 2025-06-05T23:22:22.1562164Z remote: Compressing objects: 2% (11/525) 2025-06-05T23:22:22.1562534Z remote: Compressing objects: 3% (16/525) 2025-06-05T23:22:22.1562891Z remote: Compressing objects: 4% (21/525) 2025-06-05T23:22:22.1563251Z remote: Compressing objects: 5% (27/525) 2025-06-05T23:22:22.1563615Z remote: Compressing objects: 6% (32/525) 2025-06-05T23:22:22.1563964Z remote: Compressing objects: 7% (37/525) 2025-06-05T23:22:22.1564322Z remote: Compressing objects: 8% (42/525) 2025-06-05T23:22:22.1564676Z remote: Compressing objects: 9% (48/525) 2025-06-05T23:22:22.1565038Z remote: Compressing objects: 10% (53/525) 2025-06-05T23:22:22.1565386Z remote: Compressing objects: 11% (58/525) 2025-06-05T23:22:22.1565750Z remote: Compressing objects: 12% (63/525) 2025-06-05T23:22:22.1566112Z remote: Compressing objects: 13% (69/525) 2025-06-05T23:22:22.1566460Z remote: Compressing objects: 14% (74/525) 2025-06-05T23:22:22.1566820Z remote: Compressing objects: 15% (79/525) 2025-06-05T23:22:22.1567182Z remote: Compressing objects: 16% (84/525) 2025-06-05T23:22:22.1567716Z remote: Compressing objects: 17% (90/525) 2025-06-05T23:22:22.1568066Z remote: Compressing objects: 18% (95/525) 2025-06-05T23:22:22.1568434Z remote: Compressing objects: 19% (100/525) 2025-06-05T23:22:22.1568788Z remote: Compressing objects: 20% (105/525) 2025-06-05T23:22:22.1569152Z remote: Compressing objects: 21% (111/525) 2025-06-05T23:22:22.1569693Z remote: Compressing objects: 22% (116/525) 2025-06-05T23:22:22.1570045Z remote: Compressing objects: 23% (121/525) 2025-06-05T23:22:22.1570409Z remote: Compressing objects: 24% (126/525) 2025-06-05T23:22:22.1570760Z remote: Compressing objects: 25% (132/525) 2025-06-05T23:22:22.1571123Z remote: Compressing objects: 26% (137/525) 2025-06-05T23:22:22.1571474Z remote: Compressing objects: 27% (142/525) 2025-06-05T23:22:22.1571840Z remote: Compressing objects: 28% (147/525) 2025-06-05T23:22:22.1572268Z remote: Compressing objects: 29% (153/525) 2025-06-05T23:22:22.1572631Z remote: Compressing objects: 30% (158/525) 2025-06-05T23:22:22.1572993Z remote: Compressing objects: 31% (163/525) 2025-06-05T23:22:22.1573342Z remote: Compressing objects: 32% (168/525) 2025-06-05T23:22:22.1573710Z remote: Compressing objects: 33% (174/525) 2025-06-05T23:22:22.1574068Z remote: Compressing objects: 34% (179/525) 2025-06-05T23:22:22.1574433Z remote: Compressing objects: 35% (184/525) 2025-06-05T23:22:22.1574811Z remote: Compressing objects: 36% (189/525) 2025-06-05T23:22:22.1575163Z remote: Compressing objects: 37% (195/525) 2025-06-05T23:22:22.1575531Z remote: Compressing objects: 38% (200/525) 2025-06-05T23:22:22.1575882Z remote: Compressing objects: 39% (205/525) 2025-06-05T23:22:22.1576248Z remote: Compressing objects: 40% (210/525) 2025-06-05T23:22:22.1576621Z remote: Compressing objects: 41% (216/525) 2025-06-05T23:22:22.1576973Z remote: Compressing objects: 42% (221/525) 2025-06-05T23:22:22.1577346Z remote: Compressing objects: 43% (226/525) 2025-06-05T23:22:22.1577699Z remote: Compressing objects: 44% (231/525) 2025-06-05T23:22:22.1578069Z remote: Compressing objects: 45% (237/525) 2025-06-05T23:22:22.1578422Z remote: Compressing objects: 46% (242/525) 2025-06-05T23:22:22.1578792Z remote: Compressing objects: 47% (247/525) 2025-06-05T23:22:22.1579163Z remote: Compressing objects: 48% (252/525) 2025-06-05T23:22:22.1579517Z remote: Compressing objects: 49% (258/525) 2025-06-05T23:22:22.1579887Z remote: Compressing objects: 50% (263/525) 2025-06-05T23:22:22.1580239Z remote: Compressing objects: 51% (268/525) 2025-06-05T23:22:22.1580646Z remote: Compressing objects: 52% (273/525) 2025-06-05T23:22:22.1581011Z remote: Compressing objects: 53% (279/525) 2025-06-05T23:22:22.1581367Z remote: Compressing objects: 54% (284/525) 2025-06-05T23:22:22.1581730Z remote: Compressing objects: 55% (289/525) 2025-06-05T23:22:22.1582081Z remote: Compressing objects: 56% (294/525) 2025-06-05T23:22:22.1582445Z remote: Compressing objects: 57% (300/525) 2025-06-05T23:22:22.1582796Z remote: Compressing objects: 58% (305/525) 2025-06-05T23:22:22.1583161Z remote: Compressing objects: 59% (310/525) 2025-06-05T23:22:22.1583531Z remote: Compressing objects: 60% (315/525) 2025-06-05T23:22:22.1583879Z remote: Compressing objects: 61% (321/525) 2025-06-05T23:22:22.1584240Z remote: Compressing objects: 62% (326/525) 2025-06-05T23:22:22.1584590Z remote: Compressing objects: 63% (331/525) 2025-06-05T23:22:22.1584953Z remote: Compressing objects: 64% (336/525) 2025-06-05T23:22:22.1585303Z remote: Compressing objects: 65% (342/525) 2025-06-05T23:22:22.1585664Z remote: Compressing objects: 66% (347/525) 2025-06-05T23:22:22.1586017Z remote: Compressing objects: 67% (352/525) 2025-06-05T23:22:22.1586379Z remote: Compressing objects: 68% (357/525) 2025-06-05T23:22:22.1586742Z remote: Compressing objects: 69% (363/525) 2025-06-05T23:22:22.1587097Z remote: Compressing objects: 70% (368/525) 2025-06-05T23:22:22.1587467Z remote: Compressing objects: 71% (373/525) 2025-06-05T23:22:22.1587944Z remote: Compressing objects: 72% (378/525) 2025-06-05T23:22:22.1588314Z remote: Compressing objects: 73% (384/525) 2025-06-05T23:22:22.1588665Z remote: Compressing objects: 74% (389/525) 2025-06-05T23:22:22.1589027Z remote: Compressing objects: 75% (394/525) 2025-06-05T23:22:22.1589390Z remote: Compressing objects: 76% (399/525) 2025-06-05T23:22:22.1589741Z remote: Compressing objects: 77% (405/525) 2025-06-05T23:22:22.1590103Z remote: Compressing objects: 78% (410/525) 2025-06-05T23:22:22.1590527Z remote: Compressing objects: 79% (415/525) 2025-06-05T23:22:22.1590891Z remote: Compressing objects: 80% (420/525) 2025-06-05T23:22:22.1591240Z remote: Compressing objects: 81% (426/525) 2025-06-05T23:22:22.1591600Z remote: Compressing objects: 82% (431/525) 2025-06-05T23:22:22.1591950Z remote: Compressing objects: 83% (436/525) 2025-06-05T23:22:22.1592404Z remote: Compressing objects: 84% (441/525) 2025-06-05T23:22:22.1592948Z remote: Compressing objects: 85% (447/525) 2025-06-05T23:22:22.1593306Z remote: Compressing objects: 86% (452/525) 2025-06-05T23:22:22.1593677Z remote: Compressing objects: 87% (457/525) 2025-06-05T23:22:22.1594029Z remote: Compressing objects: 88% (462/525) 2025-06-05T23:22:22.1594398Z remote: Compressing objects: 89% (468/525) 2025-06-05T23:22:22.1594755Z remote: Compressing objects: 90% (473/525) 2025-06-05T23:22:22.1595123Z remote: Compressing objects: 91% (478/525) 2025-06-05T23:22:22.1595478Z remote: Compressing objects: 92% (483/525) 2025-06-05T23:22:22.1595842Z remote: Compressing objects: 93% (489/525) 2025-06-05T23:22:22.1596205Z remote: Compressing objects: 94% (494/525) 2025-06-05T23:22:22.1596554Z remote: Compressing objects: 95% (499/525) 2025-06-05T23:22:22.1596916Z remote: Compressing objects: 96% (504/525) 2025-06-05T23:22:22.1597274Z remote: Compressing objects: 97% (510/525) 2025-06-05T23:22:22.1597636Z remote: Compressing objects: 98% (515/525) 2025-06-05T23:22:22.1597986Z remote: Compressing objects: 99% (520/525) 2025-06-05T23:22:22.1598351Z remote: Compressing objects: 100% (525/525) 2025-06-05T23:22:22.1598745Z remote: Compressing objects: 100% (525/525), done. 2025-06-05T23:22:22.1599106Z Receiving objects: 0% (1/60588) 2025-06-05T23:22:22.1599394Z Receiving objects: 1% (606/60588) 2025-06-05T23:22:22.1599675Z Receiving objects: 2% (1212/60588) 2025-06-05T23:22:22.1599976Z Receiving objects: 3% (1818/60588) 2025-06-05T23:22:22.1600254Z Receiving objects: 4% (2424/60588) 2025-06-05T23:22:22.1600547Z Receiving objects: 5% (3030/60588) 2025-06-05T23:22:22.1600821Z Receiving objects: 6% (3636/60588) 2025-06-05T23:22:22.1601109Z Receiving objects: 7% (4242/60588) 2025-06-05T23:22:22.1601384Z Receiving objects: 8% (4848/60588) 2025-06-05T23:22:22.1601672Z Receiving objects: 9% (5453/60588) 2025-06-05T23:22:22.1601964Z Receiving objects: 10% (6059/60588) 2025-06-05T23:22:22.1602236Z Receiving objects: 11% (6665/60588) 2025-06-05T23:22:22.1602521Z Receiving objects: 12% (7271/60588) 2025-06-05T23:22:22.1602861Z Receiving objects: 13% (7877/60588), 15.00 MiB | 29.64 MiB/s 2025-06-05T23:22:22.1603292Z Receiving objects: 13% (8286/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1603707Z Receiving objects: 14% (8483/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1604131Z Receiving objects: 15% (9089/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1604549Z Receiving objects: 16% (9695/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1604978Z Receiving objects: 17% (10300/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1605412Z Receiving objects: 18% (10906/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1605834Z Receiving objects: 19% (11512/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1606269Z Receiving objects: 20% (12118/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1606869Z Receiving objects: 21% (12724/60588), 18.71 MiB | 18.59 MiB/s 2025-06-05T23:22:22.1607310Z Receiving objects: 22% (13330/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:22.1607726Z Receiving objects: 23% (13936/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:22.1608160Z Receiving objects: 24% (14542/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:22.1608592Z Receiving objects: 25% (15147/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:22.1609009Z Receiving objects: 26% (15753/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:22.1609522Z Receiving objects: 27% (16359/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:28.2447659Z Receiving objects: 28% (16965/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:28.2448593Z Receiving objects: 29% (17571/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:28.2449405Z Receiving objects: 29% (18151/60588), 38.89 MiB | 25.82 MiB/s 2025-06-05T23:22:28.2450197Z Receiving objects: 30% (18177/60588), 45.18 MiB | 22.52 MiB/s 2025-06-05T23:22:28.2451027Z Receiving objects: 31% (18783/60588), 45.18 MiB | 22.52 MiB/s 2025-06-05T23:22:28.2451817Z Receiving objects: 32% (19389/60588), 48.59 MiB | 19.39 MiB/s 2025-06-05T23:22:28.2452630Z Receiving objects: 32% (19706/60588), 62.95 MiB | 20.94 MiB/s 2025-06-05T23:22:28.2453417Z Receiving objects: 33% (19995/60588), 62.95 MiB | 20.94 MiB/s 2025-06-05T23:22:28.2454208Z Receiving objects: 33% (20352/60588), 106.68 MiB | 26.63 MiB/s 2025-06-05T23:22:28.2454937Z Receiving objects: 34% (20600/60588), 132.84 MiB | 29.48 MiB/s 2025-06-05T23:22:28.2455663Z Receiving objects: 35% (21206/60588), 132.84 MiB | 29.48 MiB/s 2025-06-05T23:22:28.2456424Z Receiving objects: 35% (21601/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2457218Z Receiving objects: 36% (21812/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2458029Z Receiving objects: 37% (22418/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2458827Z Receiving objects: 38% (23024/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2459645Z Receiving objects: 39% (23630/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2460450Z Receiving objects: 40% (24236/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2461247Z Receiving objects: 41% (24842/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2462062Z Receiving objects: 42% (25447/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2462862Z Receiving objects: 43% (26053/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2463676Z Receiving objects: 44% (26659/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2464486Z Receiving objects: 45% (27265/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2465287Z Receiving objects: 46% (27871/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2466015Z Receiving objects: 47% (28477/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2466772Z Receiving objects: 48% (29083/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2467581Z Receiving objects: 49% (29689/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2468389Z Receiving objects: 50% (30294/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2469202Z Receiving objects: 51% (30900/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2469998Z Receiving objects: 52% (31506/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2470807Z Receiving objects: 53% (32112/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2471616Z Receiving objects: 54% (32718/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2472526Z Receiving objects: 55% (33324/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2473339Z Receiving objects: 56% (33930/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2474147Z Receiving objects: 57% (34536/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2474952Z Receiving objects: 58% (35142/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2475707Z Receiving objects: 59% (35747/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2476438Z Receiving objects: 60% (36353/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2477705Z Receiving objects: 61% (36959/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2478854Z Receiving objects: 62% (37565/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2479790Z Receiving objects: 63% (38171/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2480615Z Receiving objects: 64% (38777/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2481451Z Receiving objects: 65% (39383/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2482263Z Receiving objects: 66% (39989/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2483090Z Receiving objects: 67% (40594/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2484120Z Receiving objects: 68% (41200/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2484947Z Receiving objects: 69% (41806/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2485772Z Receiving objects: 70% (42412/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2486725Z Receiving objects: 71% (43018/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2487560Z Receiving objects: 72% (43624/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2488378Z Receiving objects: 73% (44230/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2489210Z Receiving objects: 74% (44836/60588), 162.88 MiB | 32.87 MiB/s 2025-06-05T23:22:28.2490027Z Receiving objects: 75% (45441/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2490858Z Receiving objects: 76% (46047/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2491690Z Receiving objects: 77% (46653/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2492511Z Receiving objects: 78% (47259/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2493517Z Receiving objects: 79% (47865/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2494336Z Receiving objects: 80% (48471/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2495161Z Receiving objects: 81% (49077/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2495985Z Receiving objects: 82% (49683/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2496829Z Receiving objects: 83% (50289/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2497660Z Receiving objects: 84% (50894/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2498484Z Receiving objects: 85% (51500/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2499317Z Receiving objects: 86% (52106/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2500138Z Receiving objects: 87% (52712/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2500970Z Receiving objects: 88% (53318/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2501792Z Receiving objects: 89% (53924/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2502630Z Receiving objects: 90% (54530/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2503462Z Receiving objects: 91% (55136/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2504281Z Receiving objects: 92% (55741/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2505109Z Receiving objects: 93% (56347/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2505936Z Receiving objects: 94% (56953/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2506765Z Receiving objects: 95% (57559/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2507581Z Receiving objects: 96% (58165/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2508406Z Receiving objects: 97% (58771/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2509234Z Receiving objects: 98% (59377/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2510047Z Receiving objects: 99% (59983/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2511062Z remote: Total 60588 (delta 652), reused 292 (delta 291), pack-reused 59772 (from 3) 2025-06-05T23:22:28.2512149Z Receiving objects: 99% (60487/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2513000Z Receiving objects: 100% (60588/60588), 194.50 MiB | 39.07 MiB/s 2025-06-05T23:22:28.2513887Z Receiving objects: 100% (60588/60588), 217.57 MiB | 36.25 MiB/s, done. 2025-06-05T23:22:28.2514661Z Resolving deltas: 0% (0/34955) 2025-06-05T23:22:28.2515400Z Resolving deltas: 1% (350/34955) 2025-06-05T23:22:28.2515920Z Resolving deltas: 2% (700/34955) 2025-06-05T23:22:28.2516454Z Resolving deltas: 3% (1049/34955) 2025-06-05T23:22:28.2516976Z Resolving deltas: 4% (1399/34955) 2025-06-05T23:22:28.2517514Z Resolving deltas: 5% (1748/34955) 2025-06-05T23:22:28.2518036Z Resolving deltas: 6% (2098/34955) 2025-06-05T23:22:28.2518569Z Resolving deltas: 7% (2447/34955) 2025-06-05T23:22:28.2519083Z Resolving deltas: 8% (2797/34955) 2025-06-05T23:22:28.2519610Z Resolving deltas: 9% (3146/34955) 2025-06-05T23:22:28.2520304Z Resolving deltas: 10% (3496/34955) 2025-06-05T23:22:28.2520827Z Resolving deltas: 11% (3846/34955) 2025-06-05T23:22:28.2521355Z Resolving deltas: 12% (4195/34955) 2025-06-05T23:22:28.2521869Z Resolving deltas: 13% (4545/34955) 2025-06-05T23:22:28.2522393Z Resolving deltas: 14% (4894/34955) 2025-06-05T23:22:28.2522931Z Resolving deltas: 15% (5244/34955) 2025-06-05T23:22:28.2523456Z Resolving deltas: 16% (5594/34955) 2025-06-05T23:22:28.2523979Z Resolving deltas: 17% (5943/34955) 2025-06-05T23:22:28.2524510Z Resolving deltas: 18% (6292/34955) 2025-06-05T23:22:28.2525025Z Resolving deltas: 19% (6642/34955) 2025-06-05T23:22:28.2525552Z Resolving deltas: 20% (6991/34955) 2025-06-05T23:22:28.2526067Z Resolving deltas: 21% (7341/34955) 2025-06-05T23:22:28.2526598Z Resolving deltas: 22% (7691/34955) 2025-06-05T23:22:28.2527113Z Resolving deltas: 23% (8040/34955) 2025-06-05T23:22:28.2527641Z Resolving deltas: 24% (8390/34955) 2025-06-05T23:22:28.2528177Z Resolving deltas: 25% (8739/34955) 2025-06-05T23:22:28.2528850Z Resolving deltas: 26% (9089/34955) 2025-06-05T23:22:28.2529384Z Resolving deltas: 27% (9438/34955) 2025-06-05T23:22:28.2529901Z Resolving deltas: 28% (9788/34955) 2025-06-05T23:22:28.2530432Z Resolving deltas: 29% (10137/34955) 2025-06-05T23:22:28.2530963Z Resolving deltas: 30% (10487/34955) 2025-06-05T23:22:28.2531507Z Resolving deltas: 31% (10837/34955) 2025-06-05T23:22:28.2532032Z Resolving deltas: 32% (11186/34955) 2025-06-05T23:22:28.2532579Z Resolving deltas: 33% (11536/34955) 2025-06-05T23:22:28.2533101Z Resolving deltas: 33% (11700/34955) 2025-06-05T23:22:28.2533639Z Resolving deltas: 34% (11885/34955) 2025-06-05T23:22:28.2534174Z Resolving deltas: 35% (12235/34955) 2025-06-05T23:22:28.2534693Z Resolving deltas: 36% (12584/34955) 2025-06-05T23:22:28.2535231Z Resolving deltas: 37% (12934/34955) 2025-06-05T23:22:28.2535749Z Resolving deltas: 38% (13283/34955) 2025-06-05T23:22:28.2536287Z Resolving deltas: 39% (13633/34955) 2025-06-05T23:22:28.2536810Z Resolving deltas: 40% (13982/34955) 2025-06-05T23:22:28.2537345Z Resolving deltas: 41% (14332/34955) 2025-06-05T23:22:28.2537864Z Resolving deltas: 42% (14682/34955) 2025-06-05T23:22:28.2538400Z Resolving deltas: 43% (15031/34955) 2025-06-05T23:22:28.2538919Z Resolving deltas: 44% (15381/34955) 2025-06-05T23:22:28.2539449Z Resolving deltas: 45% (15730/34955) 2025-06-05T23:22:28.2539983Z Resolving deltas: 46% (16080/34955) 2025-06-05T23:22:28.2540511Z Resolving deltas: 47% (16429/34955) 2025-06-05T23:22:28.2541044Z Resolving deltas: 48% (16779/34955) 2025-06-05T23:22:28.2541568Z Resolving deltas: 49% (17128/34955) 2025-06-05T23:22:28.2542097Z Resolving deltas: 50% (17478/34955) 2025-06-05T23:22:28.2542617Z Resolving deltas: 51% (17828/34955) 2025-06-05T23:22:28.2543150Z Resolving deltas: 52% (18177/34955) 2025-06-05T23:22:28.2543671Z Resolving deltas: 53% (18527/34955) 2025-06-05T23:22:28.2544201Z Resolving deltas: 54% (18876/34955) 2025-06-05T23:22:28.2544736Z Resolving deltas: 55% (19226/34955) 2025-06-05T23:22:28.2545259Z Resolving deltas: 56% (19575/34955) 2025-06-05T23:22:28.2545795Z Resolving deltas: 57% (19925/34955) 2025-06-05T23:22:28.2546279Z Resolving deltas: 58% (20274/34955) 2025-06-05T23:22:28.2546805Z Resolving deltas: 59% (20624/34955) 2025-06-05T23:22:28.2547327Z Resolving deltas: 60% (20973/34955) 2025-06-05T23:22:28.2547861Z Resolving deltas: 61% (21323/34955) 2025-06-05T23:22:28.2548378Z Resolving deltas: 62% (21673/34955) 2025-06-05T23:22:28.2549059Z Resolving deltas: 63% (22022/34955) 2025-06-05T23:22:28.2549586Z Resolving deltas: 64% (22372/34955) 2025-06-05T23:22:28.2550124Z Resolving deltas: 65% (22721/34955) 2025-06-05T23:22:28.2550638Z Resolving deltas: 66% (23071/34955) 2025-06-05T23:22:28.2551135Z Resolving deltas: 67% (23420/34955) 2025-06-05T23:22:28.2551676Z Resolving deltas: 68% (23770/34955) 2025-06-05T23:22:28.2552276Z Resolving deltas: 69% (24119/34955) 2025-06-05T23:22:28.2552813Z Resolving deltas: 70% (24469/34955) 2025-06-05T23:22:28.2553445Z Resolving deltas: 71% (24819/34955) 2025-06-05T23:22:28.2553987Z Resolving deltas: 72% (25168/34955) 2025-06-05T23:22:28.2554509Z Resolving deltas: 73% (25518/34955) 2025-06-05T23:22:28.2555040Z Resolving deltas: 74% (25867/34955) 2025-06-05T23:22:28.2555549Z Resolving deltas: 75% (26217/34955) 2025-06-05T23:22:28.2556081Z Resolving deltas: 76% (26566/34955) 2025-06-05T23:22:28.2556625Z Resolving deltas: 77% (26916/34955) 2025-06-05T23:22:28.2557155Z Resolving deltas: 78% (27265/34955) 2025-06-05T23:22:28.2557686Z Resolving deltas: 79% (27615/34955) 2025-06-05T23:22:28.2558208Z Resolving deltas: 80% (27964/34955) 2025-06-05T23:22:28.2558744Z Resolving deltas: 81% (28314/34955) 2025-06-05T23:22:29.8827190Z Resolving deltas: 82% (28664/34955) 2025-06-05T23:22:29.8827755Z Resolving deltas: 83% (29013/34955) 2025-06-05T23:22:29.8828148Z Resolving deltas: 83% (29053/34955) 2025-06-05T23:22:29.8828428Z Resolving deltas: 84% (29363/34955) 2025-06-05T23:22:29.8828802Z Resolving deltas: 85% (29712/34955) 2025-06-05T23:22:29.8829110Z Resolving deltas: 86% (30062/34955) 2025-06-05T23:22:29.8829395Z Resolving deltas: 87% (30411/34955) 2025-06-05T23:22:29.8829705Z Resolving deltas: 88% (30761/34955) 2025-06-05T23:22:29.8829991Z Resolving deltas: 89% (31110/34955) 2025-06-05T23:22:29.8830339Z Resolving deltas: 90% (31460/34955) 2025-06-05T23:22:29.8830613Z Resolving deltas: 91% (31810/34955) 2025-06-05T23:22:29.8830950Z Resolving deltas: 92% (32159/34955) 2025-06-05T23:22:29.8831272Z Resolving deltas: 93% (32509/34955) 2025-06-05T23:22:29.8831548Z Resolving deltas: 94% (32858/34955) 2025-06-05T23:22:29.8831856Z Resolving deltas: 95% (33208/34955) 2025-06-05T23:22:29.8832252Z Resolving deltas: 96% (33557/34955) 2025-06-05T23:22:29.8832546Z Resolving deltas: 97% (33907/34955) 2025-06-05T23:22:29.8832822Z Resolving deltas: 98% (34256/34955) 2025-06-05T23:22:29.8833147Z Resolving deltas: 99% (34606/34955) 2025-06-05T23:22:29.8833438Z Resolving deltas: 100% (34955/34955) 2025-06-05T23:22:29.8833722Z Resolving deltas: 100% (34955/34955), done. 2025-06-05T23:22:29.8834401Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/pybind11'... 2025-06-05T23:22:29.8835039Z remote: Enumerating objects: 31544, done. 2025-06-05T23:22:29.8835403Z remote: Counting objects: 2% (1/46) 2025-06-05T23:22:29.8844410Z remote: Counting objects: 4% (2/46) 2025-06-05T23:22:29.8844984Z remote: Counting objects: 6% (3/46) 2025-06-05T23:22:29.8845354Z remote: Counting objects: 8% (4/46) 2025-06-05T23:22:29.8845745Z remote: Counting objects: 10% (5/46) 2025-06-05T23:22:29.8846090Z remote: Counting objects: 13% (6/46) 2025-06-05T23:22:29.8846472Z remote: Counting objects: 15% (7/46) 2025-06-05T23:22:29.8846811Z remote: Counting objects: 17% (8/46) 2025-06-05T23:22:29.8847185Z remote: Counting objects: 19% (9/46) 2025-06-05T23:22:29.8847525Z remote: Counting objects: 21% (10/46) 2025-06-05T23:22:29.8847915Z remote: Counting objects: 23% (11/46) 2025-06-05T23:22:29.8848258Z remote: Counting objects: 26% (12/46) 2025-06-05T23:22:29.8848641Z remote: Counting objects: 28% (13/46) 2025-06-05T23:22:29.8848976Z remote: Counting objects: 30% (14/46) 2025-06-05T23:22:29.8849313Z remote: Counting objects: 32% (15/46) 2025-06-05T23:22:29.8849697Z remote: Counting objects: 34% (16/46) 2025-06-05T23:22:29.8850329Z remote: Counting objects: 36% (17/46) 2025-06-05T23:22:29.8850663Z remote: Counting objects: 39% (18/46) 2025-06-05T23:22:29.8851060Z remote: Counting objects: 41% (19/46) 2025-06-05T23:22:29.8851387Z remote: Counting objects: 43% (20/46) 2025-06-05T23:22:29.8851787Z remote: Counting objects: 45% (21/46) 2025-06-05T23:22:29.8852129Z remote: Counting objects: 47% (22/46) 2025-06-05T23:22:29.8852509Z remote: Counting objects: 50% (23/46) 2025-06-05T23:22:29.8852852Z remote: Counting objects: 52% (24/46) 2025-06-05T23:22:29.8853334Z remote: Counting objects: 54% (25/46) 2025-06-05T23:22:29.8853693Z remote: Counting objects: 56% (26/46) 2025-06-05T23:22:29.8854057Z remote: Counting objects: 58% (27/46) 2025-06-05T23:22:29.8854401Z remote: Counting objects: 60% (28/46) 2025-06-05T23:22:29.8854786Z remote: Counting objects: 63% (29/46) 2025-06-05T23:22:29.8855124Z remote: Counting objects: 65% (30/46) 2025-06-05T23:22:29.8855526Z remote: Counting objects: 67% (31/46) 2025-06-05T23:22:29.8855854Z remote: Counting objects: 69% (32/46) 2025-06-05T23:22:29.8856252Z remote: Counting objects: 71% (33/46) 2025-06-05T23:22:29.8856578Z remote: Counting objects: 73% (34/46) 2025-06-05T23:22:29.8856978Z remote: Counting objects: 76% (35/46) 2025-06-05T23:22:29.8857308Z remote: Counting objects: 78% (36/46) 2025-06-05T23:22:29.8857697Z remote: Counting objects: 80% (37/46) 2025-06-05T23:22:29.8858035Z remote: Counting objects: 82% (38/46) 2025-06-05T23:22:29.8858432Z remote: Counting objects: 84% (39/46) 2025-06-05T23:22:29.8858778Z remote: Counting objects: 86% (40/46) 2025-06-05T23:22:29.8859131Z remote: Counting objects: 89% (41/46) 2025-06-05T23:22:29.8859501Z remote: Counting objects: 91% (42/46) 2025-06-05T23:22:29.8859880Z remote: Counting objects: 93% (43/46) 2025-06-05T23:22:29.8860229Z remote: Counting objects: 95% (44/46) 2025-06-05T23:22:29.8860561Z remote: Counting objects: 97% (45/46) 2025-06-05T23:22:29.8860955Z remote: Counting objects: 100% (46/46) 2025-06-05T23:22:29.8861324Z remote: Counting objects: 100% (46/46), done. 2025-06-05T23:22:29.8861748Z remote: Compressing objects: 2% (1/42) 2025-06-05T23:22:29.8862113Z remote: Compressing objects: 4% (2/42) 2025-06-05T23:22:29.8862467Z remote: Compressing objects: 7% (3/42) 2025-06-05T23:22:29.8862866Z remote: Compressing objects: 9% (4/42) 2025-06-05T23:22:29.8863232Z remote: Compressing objects: 11% (5/42) 2025-06-05T23:22:29.8863627Z remote: Compressing objects: 14% (6/42) 2025-06-05T23:22:29.8863969Z remote: Compressing objects: 16% (7/42) 2025-06-05T23:22:29.8864378Z remote: Compressing objects: 19% (8/42) 2025-06-05T23:22:29.8864735Z remote: Compressing objects: 21% (9/42) 2025-06-05T23:22:29.8865147Z remote: Compressing objects: 23% (10/42) 2025-06-05T23:22:29.8865511Z remote: Compressing objects: 26% (11/42) 2025-06-05T23:22:29.8865915Z remote: Compressing objects: 28% (12/42) 2025-06-05T23:22:29.8866280Z remote: Compressing objects: 30% (13/42) 2025-06-05T23:22:29.8866680Z remote: Compressing objects: 33% (14/42) 2025-06-05T23:22:29.8867037Z remote: Compressing objects: 35% (15/42) 2025-06-05T23:22:29.8867391Z remote: Compressing objects: 38% (16/42) 2025-06-05T23:22:29.8867795Z remote: Compressing objects: 40% (17/42) 2025-06-05T23:22:29.8868157Z remote: Compressing objects: 42% (18/42) 2025-06-05T23:22:29.8868561Z remote: Compressing objects: 45% (19/42) 2025-06-05T23:22:29.8868933Z remote: Compressing objects: 47% (20/42) 2025-06-05T23:22:29.8869450Z remote: Compressing objects: 50% (21/42) 2025-06-05T23:22:29.8869813Z remote: Compressing objects: 52% (22/42) 2025-06-05T23:22:29.8870359Z remote: Compressing objects: 54% (23/42) 2025-06-05T23:22:29.8870724Z remote: Compressing objects: 57% (24/42) 2025-06-05T23:22:29.8871135Z remote: Compressing objects: 59% (25/42) 2025-06-05T23:22:29.8871537Z remote: Compressing objects: 61% (26/42) 2025-06-05T23:22:29.8871906Z remote: Compressing objects: 64% (27/42) 2025-06-05T23:22:29.8872348Z remote: Compressing objects: 66% (28/42) 2025-06-05T23:22:29.8872763Z remote: Compressing objects: 69% (29/42) 2025-06-05T23:22:29.8873162Z remote: Compressing objects: 71% (30/42) 2025-06-05T23:22:29.8873609Z remote: Compressing objects: 73% (31/42) 2025-06-05T23:22:29.8874003Z remote: Compressing objects: 76% (32/42) 2025-06-05T23:22:29.8874362Z remote: Compressing objects: 78% (33/42) 2025-06-05T23:22:29.8874758Z remote: Compressing objects: 80% (34/42) 2025-06-05T23:22:29.8875121Z remote: Compressing objects: 83% (35/42) 2025-06-05T23:22:29.8875533Z remote: Compressing objects: 85% (36/42) 2025-06-05T23:22:29.8875892Z remote: Compressing objects: 88% (37/42) 2025-06-05T23:22:29.8876293Z remote: Compressing objects: 90% (38/42) 2025-06-05T23:22:29.8876653Z remote: Compressing objects: 92% (39/42) 2025-06-05T23:22:29.8877050Z remote: Compressing objects: 95% (40/42) 2025-06-05T23:22:29.8877408Z remote: Compressing objects: 97% (41/42) 2025-06-05T23:22:29.8877798Z remote: Compressing objects: 100% (42/42) 2025-06-05T23:22:29.8878190Z remote: Compressing objects: 100% (42/42), done. 2025-06-05T23:22:29.8878607Z Receiving objects: 0% (1/31544) 2025-06-05T23:22:29.8878899Z Receiving objects: 1% (316/31544) 2025-06-05T23:22:29.8879196Z Receiving objects: 2% (631/31544) 2025-06-05T23:22:29.8879523Z Receiving objects: 3% (947/31544) 2025-06-05T23:22:29.8879816Z Receiving objects: 4% (1262/31544) 2025-06-05T23:22:29.8880096Z Receiving objects: 5% (1578/31544) 2025-06-05T23:22:29.8880393Z Receiving objects: 6% (1893/31544) 2025-06-05T23:22:29.8880721Z Receiving objects: 7% (2209/31544) 2025-06-05T23:22:29.8881007Z Receiving objects: 8% (2524/31544) 2025-06-05T23:22:29.8881279Z Receiving objects: 9% (2839/31544) 2025-06-05T23:22:29.8881564Z Receiving objects: 10% (3155/31544) 2025-06-05T23:22:29.8881889Z Receiving objects: 11% (3470/31544) 2025-06-05T23:22:29.8882173Z Receiving objects: 12% (3786/31544) 2025-06-05T23:22:29.8882461Z Receiving objects: 13% (4101/31544) 2025-06-05T23:22:29.8882734Z Receiving objects: 14% (4417/31544) 2025-06-05T23:22:29.8883081Z Receiving objects: 15% (4732/31544) 2025-06-05T23:22:29.8883355Z Receiving objects: 16% (5048/31544) 2025-06-05T23:22:29.8883640Z Receiving objects: 17% (5363/31544) 2025-06-05T23:22:29.8883914Z Receiving objects: 18% (5678/31544) 2025-06-05T23:22:29.8884253Z Receiving objects: 19% (5994/31544) 2025-06-05T23:22:29.8884532Z Receiving objects: 20% (6309/31544) 2025-06-05T23:22:29.8884816Z Receiving objects: 21% (6625/31544) 2025-06-05T23:22:29.8885109Z Receiving objects: 22% (6940/31544) 2025-06-05T23:22:29.8885385Z Receiving objects: 23% (7256/31544) 2025-06-05T23:22:29.8885730Z Receiving objects: 24% (7571/31544) 2025-06-05T23:22:29.8886006Z Receiving objects: 25% (7886/31544) 2025-06-05T23:22:29.8886297Z Receiving objects: 26% (8202/31544) 2025-06-05T23:22:29.8886572Z Receiving objects: 27% (8517/31544) 2025-06-05T23:22:29.8886875Z Receiving objects: 28% (8833/31544) 2025-06-05T23:22:29.8887184Z Receiving objects: 29% (9148/31544) 2025-06-05T23:22:29.8887476Z Receiving objects: 30% (9464/31544) 2025-06-05T23:22:29.8887749Z Receiving objects: 31% (9779/31544) 2025-06-05T23:22:29.8888040Z Receiving objects: 32% (10095/31544) 2025-06-05T23:22:29.8888394Z Receiving objects: 33% (10410/31544) 2025-06-05T23:22:29.8888676Z Receiving objects: 34% (10725/31544) 2025-06-05T23:22:29.8888968Z Receiving objects: 35% (11041/31544) 2025-06-05T23:22:29.8889251Z Receiving objects: 36% (11356/31544) 2025-06-05T23:22:29.8889698Z Receiving objects: 37% (11672/31544) 2025-06-05T23:22:29.8889988Z Receiving objects: 38% (11987/31544) 2025-06-05T23:22:29.8890284Z Receiving objects: 39% (12303/31544) 2025-06-05T23:22:29.8890565Z Receiving objects: 40% (12618/31544) 2025-06-05T23:22:29.8890919Z Receiving objects: 41% (12934/31544) 2025-06-05T23:22:29.8891199Z Receiving objects: 42% (13249/31544) 2025-06-05T23:22:29.8891490Z Receiving objects: 43% (13564/31544) 2025-06-05T23:22:29.8891782Z Receiving objects: 44% (13880/31544) 2025-06-05T23:22:29.8892185Z Receiving objects: 45% (14195/31544) 2025-06-05T23:22:29.8892560Z Receiving objects: 46% (14511/31544) 2025-06-05T23:22:29.8893068Z Receiving objects: 47% (14826/31544) 2025-06-05T23:22:29.8893364Z Receiving objects: 48% (15142/31544) 2025-06-05T23:22:29.8893645Z Receiving objects: 49% (15457/31544) 2025-06-05T23:22:29.8894003Z Receiving objects: 50% (15772/31544) 2025-06-05T23:22:29.8894283Z Receiving objects: 51% (16088/31544) 2025-06-05T23:22:29.8894580Z Receiving objects: 52% (16403/31544) 2025-06-05T23:22:29.8894879Z Receiving objects: 53% (16719/31544) 2025-06-05T23:22:29.8895163Z Receiving objects: 54% (17034/31544) 2025-06-05T23:22:29.8895512Z Receiving objects: 55% (17350/31544) 2025-06-05T23:22:29.8895789Z Receiving objects: 56% (17665/31544) 2025-06-05T23:22:29.8896077Z Receiving objects: 57% (17981/31544) 2025-06-05T23:22:29.8896387Z Receiving objects: 58% (18296/31544) 2025-06-05T23:22:29.8896698Z Receiving objects: 59% (18611/31544) 2025-06-05T23:22:29.8896977Z Receiving objects: 60% (18927/31544) 2025-06-05T23:22:29.8897273Z Receiving objects: 61% (19242/31544) 2025-06-05T23:22:29.8897619Z Receiving objects: 62% (19558/31544) 2025-06-05T23:22:29.8897894Z Receiving objects: 63% (19873/31544) 2025-06-05T23:22:29.8898205Z Receiving objects: 64% (20189/31544) 2025-06-05T23:22:29.8898518Z Receiving objects: 65% (20504/31544) 2025-06-05T23:22:29.8898811Z Receiving objects: 66% (20820/31544) 2025-06-05T23:22:29.8899132Z Receiving objects: 67% (21135/31544) 2025-06-05T23:22:29.8899437Z Receiving objects: 68% (21450/31544) 2025-06-05T23:22:29.8899720Z Receiving objects: 69% (21766/31544) 2025-06-05T23:22:29.8900063Z Receiving objects: 70% (22081/31544) 2025-06-05T23:22:29.8900343Z Receiving objects: 71% (22397/31544) 2025-06-05T23:22:29.8900664Z Receiving objects: 72% (22712/31544) 2025-06-05T23:22:29.8901000Z Receiving objects: 73% (23028/31544) 2025-06-05T23:22:29.8901278Z Receiving objects: 74% (23343/31544) 2025-06-05T23:22:29.8901624Z Receiving objects: 75% (23658/31544) 2025-06-05T23:22:29.8901909Z Receiving objects: 76% (23974/31544) 2025-06-05T23:22:30.3583957Z Receiving objects: 77% (24289/31544) 2025-06-05T23:22:30.3584519Z Receiving objects: 78% (24605/31544) 2025-06-05T23:22:30.3584972Z Receiving objects: 79% (24920/31544) 2025-06-05T23:22:30.3585374Z Receiving objects: 80% (25236/31544) 2025-06-05T23:22:30.3585808Z Receiving objects: 81% (25551/31544) 2025-06-05T23:22:30.3586262Z Receiving objects: 82% (25867/31544) 2025-06-05T23:22:30.3586746Z Receiving objects: 83% (26182/31544) 2025-06-05T23:22:30.3587209Z Receiving objects: 84% (26497/31544) 2025-06-05T23:22:30.3587605Z Receiving objects: 85% (26813/31544) 2025-06-05T23:22:30.3587940Z Receiving objects: 86% (27128/31544) 2025-06-05T23:22:30.3588286Z Receiving objects: 87% (27444/31544) 2025-06-05T23:22:30.3588730Z Receiving objects: 88% (27759/31544) 2025-06-05T23:22:30.3589201Z Receiving objects: 89% (28075/31544) 2025-06-05T23:22:30.3589647Z Receiving objects: 90% (28390/31544) 2025-06-05T23:22:30.3590049Z Receiving objects: 91% (28706/31544) 2025-06-05T23:22:30.3590554Z Receiving objects: 92% (29021/31544) 2025-06-05T23:22:30.3591000Z Receiving objects: 93% (29336/31544) 2025-06-05T23:22:30.3591288Z Receiving objects: 94% (29652/31544) 2025-06-05T23:22:30.3591746Z Receiving objects: 95% (29967/31544) 2025-06-05T23:22:30.3592145Z Receiving objects: 96% (30283/31544) 2025-06-05T23:22:30.3592654Z Receiving objects: 97% (30598/31544) 2025-06-05T23:22:30.3593456Z Receiving objects: 98% (30914/31544) 2025-06-05T23:22:30.3593741Z Receiving objects: 99% (31229/31544) 2025-06-05T23:22:30.3594185Z remote: Total 31544 (delta 19), reused 4 (delta 4), pack-reused 31498 (from 2) 2025-06-05T23:22:30.3594634Z Receiving objects: 100% (31544/31544) 2025-06-05T23:22:30.3595014Z Receiving objects: 100% (31544/31544), 12.39 MiB | 42.56 MiB/s, done. 2025-06-05T23:22:30.3595407Z Resolving deltas: 0% (0/22494) 2025-06-05T23:22:30.3595691Z Resolving deltas: 1% (225/22494) 2025-06-05T23:22:30.3595965Z Resolving deltas: 2% (450/22494) 2025-06-05T23:22:30.3596364Z Resolving deltas: 3% (675/22494) 2025-06-05T23:22:30.3596645Z Resolving deltas: 4% (900/22494) 2025-06-05T23:22:30.3596920Z Resolving deltas: 5% (1125/22494) 2025-06-05T23:22:30.3597209Z Resolving deltas: 6% (1350/22494) 2025-06-05T23:22:30.3597487Z Resolving deltas: 7% (1575/22494) 2025-06-05T23:22:30.3597773Z Resolving deltas: 8% (1800/22494) 2025-06-05T23:22:30.3598045Z Resolving deltas: 9% (2025/22494) 2025-06-05T23:22:30.3598338Z Resolving deltas: 10% (2250/22494) 2025-06-05T23:22:30.3598613Z Resolving deltas: 11% (2475/22494) 2025-06-05T23:22:30.3598894Z Resolving deltas: 12% (2700/22494) 2025-06-05T23:22:30.3599164Z Resolving deltas: 13% (2926/22494) 2025-06-05T23:22:30.3599447Z Resolving deltas: 14% (3150/22494) 2025-06-05T23:22:30.3599728Z Resolving deltas: 15% (3375/22494) 2025-06-05T23:22:30.3600002Z Resolving deltas: 16% (3600/22494) 2025-06-05T23:22:30.3600286Z Resolving deltas: 17% (3824/22494) 2025-06-05T23:22:30.3600559Z Resolving deltas: 18% (4049/22494) 2025-06-05T23:22:30.3600847Z Resolving deltas: 19% (4274/22494) 2025-06-05T23:22:30.3601117Z Resolving deltas: 20% (4499/22494) 2025-06-05T23:22:30.3601399Z Resolving deltas: 21% (4724/22494) 2025-06-05T23:22:30.3601670Z Resolving deltas: 22% (4949/22494) 2025-06-05T23:22:30.3601952Z Resolving deltas: 23% (5174/22494) 2025-06-05T23:22:30.3602221Z Resolving deltas: 24% (5399/22494) 2025-06-05T23:22:30.3602504Z Resolving deltas: 25% (5624/22494) 2025-06-05T23:22:30.3602790Z Resolving deltas: 26% (5849/22494) 2025-06-05T23:22:30.3603065Z Resolving deltas: 27% (6074/22494) 2025-06-05T23:22:30.3603355Z Resolving deltas: 28% (6299/22494) 2025-06-05T23:22:30.3603622Z Resolving deltas: 29% (6524/22494) 2025-06-05T23:22:30.3603904Z Resolving deltas: 30% (6749/22494) 2025-06-05T23:22:30.3604176Z Resolving deltas: 31% (6974/22494) 2025-06-05T23:22:30.3604457Z Resolving deltas: 32% (7199/22494) 2025-06-05T23:22:30.3604727Z Resolving deltas: 33% (7424/22494) 2025-06-05T23:22:30.3605012Z Resolving deltas: 34% (7648/22494) 2025-06-05T23:22:30.3605295Z Resolving deltas: 35% (7873/22494) 2025-06-05T23:22:30.3605563Z Resolving deltas: 36% (8098/22494) 2025-06-05T23:22:30.3605844Z Resolving deltas: 37% (8323/22494) 2025-06-05T23:22:30.3606114Z Resolving deltas: 38% (8548/22494) 2025-06-05T23:22:30.3606400Z Resolving deltas: 39% (8773/22494) 2025-06-05T23:22:30.3606670Z Resolving deltas: 40% (8998/22494) 2025-06-05T23:22:30.3607014Z Resolving deltas: 41% (9223/22494) 2025-06-05T23:22:30.3607360Z Resolving deltas: 42% (9448/22494) 2025-06-05T23:22:30.3607643Z Resolving deltas: 43% (9673/22494) 2025-06-05T23:22:30.3607913Z Resolving deltas: 44% (9898/22494) 2025-06-05T23:22:30.3608196Z Resolving deltas: 45% (10123/22494) 2025-06-05T23:22:30.3608491Z Resolving deltas: 46% (10348/22494) 2025-06-05T23:22:30.3608770Z Resolving deltas: 47% (10573/22494) 2025-06-05T23:22:30.3609058Z Resolving deltas: 48% (10798/22494) 2025-06-05T23:22:30.3609333Z Resolving deltas: 49% (11023/22494) 2025-06-05T23:22:30.3609625Z Resolving deltas: 50% (11247/22494) 2025-06-05T23:22:30.3609900Z Resolving deltas: 51% (11472/22494) 2025-06-05T23:22:30.3610185Z Resolving deltas: 52% (11697/22494) 2025-06-05T23:22:30.3610463Z Resolving deltas: 53% (11923/22494) 2025-06-05T23:22:30.3610748Z Resolving deltas: 54% (12147/22494) 2025-06-05T23:22:30.3611025Z Resolving deltas: 55% (12372/22494) 2025-06-05T23:22:30.3611314Z Resolving deltas: 56% (12597/22494) 2025-06-05T23:22:30.3611718Z Resolving deltas: 57% (12822/22494) 2025-06-05T23:22:30.3611999Z Resolving deltas: 58% (13047/22494) 2025-06-05T23:22:30.3612290Z Resolving deltas: 59% (13272/22494) 2025-06-05T23:22:30.3612566Z Resolving deltas: 60% (13497/22494) 2025-06-05T23:22:30.3612851Z Resolving deltas: 61% (13722/22494) 2025-06-05T23:22:30.3613123Z Resolving deltas: 62% (13947/22494) 2025-06-05T23:22:30.3613407Z Resolving deltas: 63% (14172/22494) 2025-06-05T23:22:30.3613680Z Resolving deltas: 64% (14397/22494) 2025-06-05T23:22:30.3613967Z Resolving deltas: 65% (14622/22494) 2025-06-05T23:22:30.3614345Z Resolving deltas: 66% (14847/22494) 2025-06-05T23:22:30.3614624Z Resolving deltas: 67% (15071/22494) 2025-06-05T23:22:30.3614915Z Resolving deltas: 68% (15296/22494) 2025-06-05T23:22:30.3615199Z Resolving deltas: 69% (15521/22494) 2025-06-05T23:22:30.3615542Z Resolving deltas: 70% (15746/22494) 2025-06-05T23:22:30.3615834Z Resolving deltas: 71% (15971/22494) 2025-06-05T23:22:30.3616115Z Resolving deltas: 72% (16196/22494) 2025-06-05T23:22:30.3616530Z Resolving deltas: 73% (16421/22494) 2025-06-05T23:22:30.3616980Z Resolving deltas: 74% (16646/22494) 2025-06-05T23:22:30.3617493Z Resolving deltas: 75% (16871/22494) 2025-06-05T23:22:30.3617977Z Resolving deltas: 76% (17096/22494) 2025-06-05T23:22:30.3618502Z Resolving deltas: 77% (17321/22494) 2025-06-05T23:22:30.3619025Z Resolving deltas: 78% (17546/22494) 2025-06-05T23:22:30.3619504Z Resolving deltas: 79% (17771/22494) 2025-06-05T23:22:30.3619780Z Resolving deltas: 80% (17996/22494) 2025-06-05T23:22:30.3620084Z Resolving deltas: 81% (18221/22494) 2025-06-05T23:22:30.3620371Z Resolving deltas: 82% (18446/22494) 2025-06-05T23:22:30.3620643Z Resolving deltas: 83% (18671/22494) 2025-06-05T23:22:30.3620927Z Resolving deltas: 84% (18895/22494) 2025-06-05T23:22:30.3621201Z Resolving deltas: 85% (19120/22494) 2025-06-05T23:22:30.3621542Z Resolving deltas: 86% (19345/22494) 2025-06-05T23:22:30.3621818Z Resolving deltas: 87% (19570/22494) 2025-06-05T23:22:30.3622117Z Resolving deltas: 88% (19795/22494) 2025-06-05T23:22:30.3622403Z Resolving deltas: 89% (20020/22494) 2025-06-05T23:22:30.3622674Z Resolving deltas: 90% (20245/22494) 2025-06-05T23:22:30.3622959Z Resolving deltas: 91% (20470/22494) 2025-06-05T23:22:30.3623232Z Resolving deltas: 92% (20695/22494) 2025-06-05T23:22:30.3623514Z Resolving deltas: 93% (20920/22494) 2025-06-05T23:22:30.3623788Z Resolving deltas: 94% (21145/22494) 2025-06-05T23:22:30.3624073Z Resolving deltas: 95% (21370/22494) 2025-06-05T23:22:30.3624344Z Resolving deltas: 96% (21595/22494) 2025-06-05T23:22:30.3624635Z Resolving deltas: 97% (21820/22494) 2025-06-05T23:22:30.3624906Z Resolving deltas: 98% (22045/22494) 2025-06-05T23:22:30.3625190Z Resolving deltas: 99% (22270/22494) 2025-06-05T23:22:30.3625509Z Resolving deltas: 100% (22494/22494) 2025-06-05T23:22:30.3625802Z Resolving deltas: 100% (22494/22494), done. 2025-06-05T23:22:30.3626473Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib'... 2025-06-05T23:22:30.3627102Z remote: Counting objects: 1 2025-06-05T23:22:30.3627422Z remote: Counting objects: 434, done 2025-06-05T23:22:30.3627751Z remote: Finding sources: 1% (3/422) 2025-06-05T23:22:30.3628108Z remote: Finding sources: 2% (7/422) 2025-06-05T23:22:30.3628461Z remote: Finding sources: 3% (11/422) 2025-06-05T23:22:30.3628802Z remote: Finding sources: 4% (15/422) 2025-06-05T23:22:30.3629156Z remote: Finding sources: 5% (19/422) 2025-06-05T23:22:30.3629532Z remote: Finding sources: 6% (24/422) 2025-06-05T23:22:30.3629882Z remote: Finding sources: 7% (28/422) 2025-06-05T23:22:30.3630215Z remote: Finding sources: 8% (32/422) 2025-06-05T23:22:30.3630562Z remote: Finding sources: 9% (36/422) 2025-06-05T23:22:30.3630895Z remote: Finding sources: 10% (41/422) 2025-06-05T23:22:30.3631363Z remote: Finding sources: 11% (45/422) 2025-06-05T23:22:30.3631751Z remote: Finding sources: 12% (49/422) 2025-06-05T23:22:30.3632236Z remote: Finding sources: 13% (53/422) 2025-06-05T23:22:30.3632585Z remote: Finding sources: 14% (57/422) 2025-06-05T23:22:30.3632988Z remote: Finding sources: 15% (62/422) 2025-06-05T23:22:30.3633389Z remote: Finding sources: 16% (66/422) 2025-06-05T23:22:30.3633728Z remote: Finding sources: 17% (70/422) 2025-06-05T23:22:30.3634135Z remote: Finding sources: 18% (74/422) 2025-06-05T23:22:30.3634563Z remote: Finding sources: 19% (79/422) 2025-06-05T23:22:30.3634914Z remote: Finding sources: 20% (83/422) 2025-06-05T23:22:30.3635309Z remote: Finding sources: 21% (87/422) 2025-06-05T23:22:30.3635645Z remote: Finding sources: 22% (91/422) 2025-06-05T23:22:30.3636050Z remote: Finding sources: 23% (95/422) 2025-06-05T23:22:30.3636398Z remote: Finding sources: 24% (100/422) 2025-06-05T23:22:30.3636795Z remote: Finding sources: 25% (104/422) 2025-06-05T23:22:30.3637145Z remote: Finding sources: 26% (108/422) 2025-06-05T23:22:30.3637544Z remote: Finding sources: 27% (112/422) 2025-06-05T23:22:30.3637897Z remote: Finding sources: 28% (117/422) 2025-06-05T23:22:30.3638280Z remote: Finding sources: 29% (121/422) 2025-06-05T23:22:30.3638733Z remote: Finding sources: 30% (125/422) 2025-06-05T23:22:30.3639126Z remote: Finding sources: 31% (129/422) 2025-06-05T23:22:30.3639495Z remote: Finding sources: 32% (133/422) 2025-06-05T23:22:30.3639909Z remote: Finding sources: 33% (138/422) 2025-06-05T23:22:30.3640295Z remote: Finding sources: 34% (142/422) 2025-06-05T23:22:30.3640689Z remote: Finding sources: 35% (146/422) 2025-06-05T23:22:30.3641054Z remote: Finding sources: 36% (150/422) 2025-06-05T23:22:30.3641487Z remote: Finding sources: 37% (155/422) 2025-06-05T23:22:30.3641885Z remote: Finding sources: 38% (159/422) 2025-06-05T23:22:30.3642240Z remote: Finding sources: 39% (163/422) 2025-06-05T23:22:30.3642578Z remote: Finding sources: 40% (167/422) 2025-06-05T23:22:30.3642991Z remote: Finding sources: 41% (171/422) 2025-06-05T23:22:30.3643328Z remote: Finding sources: 42% (176/422) 2025-06-05T23:22:30.3643676Z remote: Finding sources: 43% (180/422) 2025-06-05T23:22:30.3644016Z remote: Finding sources: 44% (184/422) 2025-06-05T23:22:30.3644435Z remote: Finding sources: 45% (188/422) 2025-06-05T23:22:30.3644786Z remote: Finding sources: 46% (193/422) 2025-06-05T23:22:30.3645125Z remote: Finding sources: 47% (197/422) 2025-06-05T23:22:30.3645529Z remote: Finding sources: 48% (201/422) 2025-06-05T23:22:30.3645869Z remote: Finding sources: 49% (205/422) 2025-06-05T23:22:30.3646224Z remote: Finding sources: 50% (209/422) 2025-06-05T23:22:30.3646563Z remote: Finding sources: 51% (214/422) 2025-06-05T23:22:30.3646915Z remote: Finding sources: 52% (218/422) 2025-06-05T23:22:30.3647267Z remote: Finding sources: 53% (222/422) 2025-06-05T23:22:30.3647605Z remote: Finding sources: 54% (226/422) 2025-06-05T23:22:30.3647955Z remote: Finding sources: 55% (230/422) 2025-06-05T23:22:30.3648296Z remote: Finding sources: 56% (235/422) 2025-06-05T23:22:30.3648651Z remote: Finding sources: 57% (239/422) 2025-06-05T23:22:30.3648990Z remote: Finding sources: 58% (243/422) 2025-06-05T23:22:30.3649340Z remote: Finding sources: 59% (247/422) 2025-06-05T23:22:30.3649678Z remote: Finding sources: 60% (252/422) 2025-06-05T23:22:30.3650029Z remote: Finding sources: 61% (256/422) 2025-06-05T23:22:30.3650380Z remote: Finding sources: 62% (260/422) 2025-06-05T23:22:30.3650847Z remote: Finding sources: 63% (264/422) 2025-06-05T23:22:30.4309398Z remote: Finding sources: 64% (268/422) 2025-06-05T23:22:30.4310211Z remote: Finding sources: 65% (273/422) 2025-06-05T23:22:30.4310867Z remote: Finding sources: 66% (277/422) 2025-06-05T23:22:30.4311525Z remote: Finding sources: 67% (281/422) 2025-06-05T23:22:30.4312278Z remote: Finding sources: 68% (285/422) 2025-06-05T23:22:30.4312939Z remote: Finding sources: 69% (290/422) 2025-06-05T23:22:30.4313981Z remote: Finding sources: 70% (294/422) 2025-06-05T23:22:30.4314628Z remote: Finding sources: 71% (298/422) 2025-06-05T23:22:30.4315270Z remote: Finding sources: 72% (302/422) 2025-06-05T23:22:30.4315917Z remote: Finding sources: 73% (306/422) 2025-06-05T23:22:30.4316537Z remote: Finding sources: 74% (311/422) 2025-06-05T23:22:30.4317159Z remote: Finding sources: 75% (315/422) 2025-06-05T23:22:30.4317813Z remote: Finding sources: 76% (319/422) 2025-06-05T23:22:30.4318475Z remote: Finding sources: 77% (323/422) 2025-06-05T23:22:30.4319116Z remote: Finding sources: 78% (328/422) 2025-06-05T23:22:30.4319770Z remote: Finding sources: 79% (332/422) 2025-06-05T23:22:30.4320404Z remote: Finding sources: 80% (336/422) 2025-06-05T23:22:30.4321068Z remote: Finding sources: 81% (340/422) 2025-06-05T23:22:30.4321715Z remote: Finding sources: 82% (344/422) 2025-06-05T23:22:30.4322387Z remote: Finding sources: 83% (349/422) 2025-06-05T23:22:30.4323036Z remote: Finding sources: 84% (353/422) 2025-06-05T23:22:30.4323687Z remote: Finding sources: 85% (357/422) 2025-06-05T23:22:30.4324345Z remote: Finding sources: 86% (361/422) 2025-06-05T23:22:30.4324989Z remote: Finding sources: 87% (366/422) 2025-06-05T23:22:30.4325650Z remote: Finding sources: 88% (370/422) 2025-06-05T23:22:30.4326288Z remote: Finding sources: 89% (374/422) 2025-06-05T23:22:30.4326945Z remote: Finding sources: 90% (378/422) 2025-06-05T23:22:30.4327588Z remote: Finding sources: 91% (382/422) 2025-06-05T23:22:30.4328226Z remote: Finding sources: 92% (387/422) 2025-06-05T23:22:30.4328865Z remote: Finding sources: 93% (391/422) 2025-06-05T23:22:30.4329536Z remote: Finding sources: 94% (395/422) 2025-06-05T23:22:30.4330161Z remote: Finding sources: 95% (399/422) 2025-06-05T23:22:30.4330826Z remote: Finding sources: 96% (404/422) 2025-06-05T23:22:30.4331477Z remote: Finding sources: 97% (408/422) 2025-06-05T23:22:30.4332143Z remote: Finding sources: 98% (412/422) 2025-06-05T23:22:30.4332803Z remote: Finding sources: 99% (416/422) 2025-06-05T23:22:30.4333460Z remote: Finding sources: 100% (420/422) 2025-06-05T23:22:30.4334137Z remote: Finding sources: 100% (422/422) 2025-06-05T23:22:30.4334743Z Receiving objects: 0% (1/2844) 2025-06-05T23:22:30.4335275Z Receiving objects: 1% (29/2844) 2025-06-05T23:22:30.4335795Z Receiving objects: 2% (57/2844) 2025-06-05T23:22:30.4336311Z Receiving objects: 3% (86/2844) 2025-06-05T23:22:30.4336824Z Receiving objects: 4% (114/2844) 2025-06-05T23:22:30.4337368Z Receiving objects: 5% (143/2844) 2025-06-05T23:22:30.4337892Z Receiving objects: 6% (171/2844) 2025-06-05T23:22:30.4338429Z Receiving objects: 7% (200/2844) 2025-06-05T23:22:30.4338976Z Receiving objects: 8% (228/2844) 2025-06-05T23:22:30.4339491Z Receiving objects: 9% (256/2844) 2025-06-05T23:22:30.4340021Z Receiving objects: 10% (285/2844) 2025-06-05T23:22:30.4340538Z Receiving objects: 11% (313/2844) 2025-06-05T23:22:30.4341067Z Receiving objects: 12% (342/2844) 2025-06-05T23:22:30.4341573Z Receiving objects: 13% (370/2844) 2025-06-05T23:22:30.4342102Z Receiving objects: 14% (399/2844) 2025-06-05T23:22:30.4342886Z Receiving objects: 15% (427/2844) 2025-06-05T23:22:30.4343425Z Receiving objects: 16% (456/2844) 2025-06-05T23:22:30.4343935Z Receiving objects: 17% (484/2844) 2025-06-05T23:22:30.4344463Z Receiving objects: 18% (512/2844) 2025-06-05T23:22:30.4344993Z Receiving objects: 19% (541/2844) 2025-06-05T23:22:30.4345509Z Receiving objects: 20% (569/2844) 2025-06-05T23:22:30.4346042Z Receiving objects: 21% (598/2844) 2025-06-05T23:22:30.4346551Z Receiving objects: 22% (626/2844) 2025-06-05T23:22:30.4347074Z Receiving objects: 23% (655/2844) 2025-06-05T23:22:30.4347680Z Receiving objects: 24% (683/2844) 2025-06-05T23:22:30.4348198Z Receiving objects: 25% (711/2844) 2025-06-05T23:22:30.4348708Z Receiving objects: 26% (740/2844) 2025-06-05T23:22:30.4349229Z Receiving objects: 27% (768/2844) 2025-06-05T23:22:30.4349751Z Receiving objects: 28% (797/2844) 2025-06-05T23:22:30.4350262Z Receiving objects: 29% (825/2844) 2025-06-05T23:22:30.4350787Z Receiving objects: 30% (854/2844) 2025-06-05T23:22:30.4351304Z Receiving objects: 31% (882/2844) 2025-06-05T23:22:30.4351837Z Receiving objects: 32% (911/2844) 2025-06-05T23:22:30.4352403Z Receiving objects: 33% (939/2844) 2025-06-05T23:22:30.4352910Z Receiving objects: 34% (967/2844) 2025-06-05T23:22:30.4353421Z Receiving objects: 35% (996/2844) 2025-06-05T23:22:30.4353955Z Receiving objects: 36% (1024/2844) 2025-06-05T23:22:30.4354481Z Receiving objects: 37% (1053/2844) 2025-06-05T23:22:30.4355019Z Receiving objects: 38% (1081/2844) 2025-06-05T23:22:30.4355539Z Receiving objects: 39% (1110/2844) 2025-06-05T23:22:30.4356070Z Receiving objects: 40% (1138/2844) 2025-06-05T23:22:30.4356605Z Receiving objects: 41% (1167/2844) 2025-06-05T23:22:30.4357132Z Receiving objects: 42% (1195/2844) 2025-06-05T23:22:30.4357665Z Receiving objects: 43% (1223/2844) 2025-06-05T23:22:30.4358186Z Receiving objects: 44% (1252/2844) 2025-06-05T23:22:30.4358719Z Receiving objects: 45% (1280/2844) 2025-06-05T23:22:30.4359239Z Receiving objects: 46% (1309/2844) 2025-06-05T23:22:30.4359778Z Receiving objects: 47% (1337/2844) 2025-06-05T23:22:30.4360304Z Receiving objects: 48% (1366/2844) 2025-06-05T23:22:30.4360841Z Receiving objects: 49% (1394/2844) 2025-06-05T23:22:30.4361378Z Receiving objects: 50% (1422/2844) 2025-06-05T23:22:30.4361905Z Receiving objects: 51% (1451/2844) 2025-06-05T23:22:30.4362442Z Receiving objects: 52% (1479/2844) 2025-06-05T23:22:30.4362958Z Receiving objects: 53% (1508/2844) 2025-06-05T23:22:30.4363490Z Receiving objects: 54% (1536/2844) 2025-06-05T23:22:30.4364012Z Receiving objects: 55% (1565/2844) 2025-06-05T23:22:30.4364558Z Receiving objects: 56% (1593/2844) 2025-06-05T23:22:30.4365080Z Receiving objects: 57% (1622/2844) 2025-06-05T23:22:30.4365608Z Receiving objects: 58% (1650/2844) 2025-06-05T23:22:30.4366137Z Receiving objects: 59% (1678/2844) 2025-06-05T23:22:30.4366651Z Receiving objects: 60% (1707/2844) 2025-06-05T23:22:30.4367184Z Receiving objects: 61% (1735/2844) 2025-06-05T23:22:30.4367705Z Receiving objects: 62% (1764/2844) 2025-06-05T23:22:30.4368251Z Receiving objects: 63% (1792/2844) 2025-06-05T23:22:30.4368773Z Receiving objects: 64% (1821/2844) 2025-06-05T23:22:30.4369288Z Receiving objects: 65% (1849/2844) 2025-06-05T23:22:30.4369797Z Receiving objects: 66% (1878/2844) 2025-06-05T23:22:30.4370331Z Receiving objects: 67% (1906/2844) 2025-06-05T23:22:30.4370848Z Receiving objects: 68% (1934/2844) 2025-06-05T23:22:30.4371373Z Receiving objects: 69% (1963/2844) 2025-06-05T23:22:30.4371883Z Receiving objects: 70% (1991/2844) 2025-06-05T23:22:30.4372387Z Receiving objects: 71% (2020/2844) 2025-06-05T23:22:30.4372925Z Receiving objects: 72% (2048/2844) 2025-06-05T23:22:30.4373424Z Receiving objects: 73% (2077/2844) 2025-06-05T23:22:30.4373922Z Receiving objects: 74% (2105/2844) 2025-06-05T23:22:30.4374411Z Receiving objects: 75% (2133/2844) 2025-06-05T23:22:30.4374925Z Receiving objects: 76% (2162/2844) 2025-06-05T23:22:30.4375429Z Receiving objects: 77% (2190/2844) 2025-06-05T23:22:30.4375953Z Receiving objects: 78% (2219/2844) 2025-06-05T23:22:30.4376626Z Receiving objects: 79% (2247/2844) 2025-06-05T23:22:30.4377111Z Receiving objects: 80% (2276/2844) 2025-06-05T23:22:30.4377505Z Receiving objects: 81% (2304/2844) 2025-06-05T23:22:30.4377780Z Receiving objects: 82% (2333/2844) 2025-06-05T23:22:30.4378066Z Receiving objects: 83% (2361/2844) 2025-06-05T23:22:30.4378340Z Receiving objects: 84% (2389/2844) 2025-06-05T23:22:30.4378623Z Receiving objects: 85% (2418/2844) 2025-06-05T23:22:30.4378895Z Receiving objects: 86% (2446/2844) 2025-06-05T23:22:30.4379260Z Receiving objects: 87% (2475/2844) 2025-06-05T23:22:30.4379536Z Receiving objects: 88% (2503/2844) 2025-06-05T23:22:30.4379896Z remote: Total 2844 (delta 196), reused 2772 (delta 196) 2025-06-05T23:22:30.4380282Z Receiving objects: 89% (2532/2844) 2025-06-05T23:22:30.4380559Z Receiving objects: 90% (2560/2844) 2025-06-05T23:22:30.4380848Z Receiving objects: 91% (2589/2844) 2025-06-05T23:22:30.4381122Z Receiving objects: 92% (2617/2844) 2025-06-05T23:22:30.4381413Z Receiving objects: 93% (2645/2844) 2025-06-05T23:22:30.4381689Z Receiving objects: 94% (2674/2844) 2025-06-05T23:22:30.4381980Z Receiving objects: 95% (2702/2844) 2025-06-05T23:22:30.4382254Z Receiving objects: 96% (2731/2844) 2025-06-05T23:22:30.4382542Z Receiving objects: 97% (2759/2844) 2025-06-05T23:22:30.4382817Z Receiving objects: 98% (2788/2844) 2025-06-05T23:22:30.4383108Z Receiving objects: 99% (2816/2844) 2025-06-05T23:22:30.4383396Z Receiving objects: 100% (2844/2844) 2025-06-05T23:22:30.4383761Z Receiving objects: 100% (2844/2844), 891.22 KiB | 20.73 MiB/s, done. 2025-06-05T23:22:30.4384169Z Resolving deltas: 0% (0/1845) 2025-06-05T23:22:30.4384437Z Resolving deltas: 1% (19/1845) 2025-06-05T23:22:30.4384723Z Resolving deltas: 2% (37/1845) 2025-06-05T23:22:30.4384993Z Resolving deltas: 3% (56/1845) 2025-06-05T23:22:30.4385271Z Resolving deltas: 4% (74/1845) 2025-06-05T23:22:30.4385533Z Resolving deltas: 5% (93/1845) 2025-06-05T23:22:30.4385899Z Resolving deltas: 6% (111/1845) 2025-06-05T23:22:30.4386285Z Resolving deltas: 7% (130/1845) 2025-06-05T23:22:30.4386601Z Resolving deltas: 8% (148/1845) 2025-06-05T23:22:30.4386921Z Resolving deltas: 9% (167/1845) 2025-06-05T23:22:30.4387214Z Resolving deltas: 10% (185/1845) 2025-06-05T23:22:30.4387496Z Resolving deltas: 11% (203/1845) 2025-06-05T23:22:30.4387761Z Resolving deltas: 12% (222/1845) 2025-06-05T23:22:30.4388036Z Resolving deltas: 13% (240/1845) 2025-06-05T23:22:30.4388302Z Resolving deltas: 14% (259/1845) 2025-06-05T23:22:30.4388586Z Resolving deltas: 15% (277/1845) 2025-06-05T23:22:30.4388848Z Resolving deltas: 16% (296/1845) 2025-06-05T23:22:30.4389129Z Resolving deltas: 17% (314/1845) 2025-06-05T23:22:30.4389407Z Resolving deltas: 18% (333/1845) 2025-06-05T23:22:30.4389670Z Resolving deltas: 19% (351/1845) 2025-06-05T23:22:30.4389946Z Resolving deltas: 20% (369/1845) 2025-06-05T23:22:30.4390211Z Resolving deltas: 21% (388/1845) 2025-06-05T23:22:30.4390489Z Resolving deltas: 22% (406/1845) 2025-06-05T23:22:30.4390756Z Resolving deltas: 23% (425/1845) 2025-06-05T23:22:30.4391036Z Resolving deltas: 24% (444/1845) 2025-06-05T23:22:30.4391308Z Resolving deltas: 25% (462/1845) 2025-06-05T23:22:30.4391590Z Resolving deltas: 26% (480/1845) 2025-06-05T23:22:30.4391858Z Resolving deltas: 27% (499/1845) 2025-06-05T23:22:30.4392218Z Resolving deltas: 28% (517/1845) 2025-06-05T23:22:30.4392497Z Resolving deltas: 29% (536/1845) 2025-06-05T23:22:30.4393034Z Resolving deltas: 30% (555/1845) 2025-06-05T23:22:30.4393323Z Resolving deltas: 31% (572/1845) 2025-06-05T23:22:30.4393594Z Resolving deltas: 32% (591/1845) 2025-06-05T23:22:30.4393874Z Resolving deltas: 33% (609/1845) 2025-06-05T23:22:30.4394141Z Resolving deltas: 34% (628/1845) 2025-06-05T23:22:30.4394418Z Resolving deltas: 35% (646/1845) 2025-06-05T23:22:30.4394684Z Resolving deltas: 36% (665/1845) 2025-06-05T23:22:30.4394966Z Resolving deltas: 37% (683/1845) 2025-06-05T23:22:30.4395233Z Resolving deltas: 38% (702/1845) 2025-06-05T23:22:30.4395703Z Resolving deltas: 39% (720/1845) 2025-06-05T23:22:30.4395989Z Resolving deltas: 40% (738/1845) 2025-06-05T23:22:30.4396259Z Resolving deltas: 41% (757/1845) 2025-06-05T23:22:30.4396537Z Resolving deltas: 42% (775/1845) 2025-06-05T23:22:30.4396806Z Resolving deltas: 43% (794/1845) 2025-06-05T23:22:30.4397090Z Resolving deltas: 44% (812/1845) 2025-06-05T23:22:30.4397358Z Resolving deltas: 45% (831/1845) 2025-06-05T23:22:30.4397636Z Resolving deltas: 46% (849/1845) 2025-06-05T23:22:30.4397900Z Resolving deltas: 47% (868/1845) 2025-06-05T23:22:30.4398270Z Resolving deltas: 48% (886/1845) 2025-06-05T23:22:30.4398552Z Resolving deltas: 49% (905/1845) 2025-06-05T23:22:30.4398824Z Resolving deltas: 50% (923/1845) 2025-06-05T23:22:30.4399105Z Resolving deltas: 51% (941/1845) 2025-06-05T23:22:30.4399374Z Resolving deltas: 52% (960/1845) 2025-06-05T23:22:30.4399658Z Resolving deltas: 53% (978/1845) 2025-06-05T23:22:30.4399923Z Resolving deltas: 54% (997/1845) 2025-06-05T23:22:30.4400207Z Resolving deltas: 55% (1015/1845) 2025-06-05T23:22:30.4400480Z Resolving deltas: 56% (1034/1845) 2025-06-05T23:22:30.4400763Z Resolving deltas: 57% (1052/1845) 2025-06-05T23:22:30.4401031Z Resolving deltas: 58% (1071/1845) 2025-06-05T23:22:30.4401311Z Resolving deltas: 59% (1089/1845) 2025-06-05T23:22:30.4401592Z Resolving deltas: 60% (1107/1845) 2025-06-05T23:22:30.4401858Z Resolving deltas: 61% (1126/1845) 2025-06-05T23:22:30.4402139Z Resolving deltas: 62% (1145/1845) 2025-06-05T23:22:30.4402405Z Resolving deltas: 63% (1163/1845) 2025-06-05T23:22:30.4402688Z Resolving deltas: 64% (1181/1845) 2025-06-05T23:22:30.4402955Z Resolving deltas: 65% (1200/1845) 2025-06-05T23:22:30.4403234Z Resolving deltas: 66% (1218/1845) 2025-06-05T23:22:30.4403500Z Resolving deltas: 67% (1237/1845) 2025-06-05T23:22:30.4403778Z Resolving deltas: 68% (1255/1845) 2025-06-05T23:22:30.4404046Z Resolving deltas: 69% (1274/1845) 2025-06-05T23:22:30.4404325Z Resolving deltas: 70% (1292/1845) 2025-06-05T23:22:30.4404606Z Resolving deltas: 71% (1310/1845) 2025-06-05T23:22:30.4404873Z Resolving deltas: 72% (1329/1845) 2025-06-05T23:22:30.4405153Z Resolving deltas: 73% (1347/1845) 2025-06-05T23:22:30.5452554Z Resolving deltas: 74% (1366/1845) 2025-06-05T23:22:30.5453129Z Resolving deltas: 75% (1384/1845) 2025-06-05T23:22:30.5453679Z Resolving deltas: 76% (1403/1845) 2025-06-05T23:22:30.5454311Z Resolving deltas: 77% (1421/1845) 2025-06-05T23:22:30.5454737Z Resolving deltas: 78% (1440/1845) 2025-06-05T23:22:30.5455009Z Resolving deltas: 79% (1458/1845) 2025-06-05T23:22:30.5455411Z Resolving deltas: 80% (1476/1845) 2025-06-05T23:22:30.5455687Z Resolving deltas: 81% (1495/1845) 2025-06-05T23:22:30.5455971Z Resolving deltas: 82% (1513/1845) 2025-06-05T23:22:30.5456271Z Resolving deltas: 83% (1532/1845) 2025-06-05T23:22:30.5456620Z Resolving deltas: 84% (1550/1845) 2025-06-05T23:22:30.5456890Z Resolving deltas: 85% (1569/1845) 2025-06-05T23:22:30.5457179Z Resolving deltas: 86% (1587/1845) 2025-06-05T23:22:30.5457473Z Resolving deltas: 87% (1606/1845) 2025-06-05T23:22:30.5457746Z Resolving deltas: 88% (1624/1845) 2025-06-05T23:22:30.5458035Z Resolving deltas: 89% (1643/1845) 2025-06-05T23:22:30.5458306Z Resolving deltas: 90% (1661/1845) 2025-06-05T23:22:30.5458593Z Resolving deltas: 91% (1679/1845) 2025-06-05T23:22:30.5458864Z Resolving deltas: 92% (1699/1845) 2025-06-05T23:22:30.5459149Z Resolving deltas: 93% (1716/1845) 2025-06-05T23:22:30.5459415Z Resolving deltas: 94% (1735/1845) 2025-06-05T23:22:30.5459692Z Resolving deltas: 95% (1753/1845) 2025-06-05T23:22:30.5459964Z Resolving deltas: 96% (1772/1845) 2025-06-05T23:22:30.5460247Z Resolving deltas: 97% (1790/1845) 2025-06-05T23:22:30.5460530Z Resolving deltas: 98% (1809/1845) 2025-06-05T23:22:30.5460795Z Resolving deltas: 99% (1827/1845) 2025-06-05T23:22:30.5461078Z Resolving deltas: 100% (1845/1845) 2025-06-05T23:22:30.5461357Z Resolving deltas: 100% (1845/1845), done. 2025-06-05T23:22:30.5462232Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/specification'... 2025-06-05T23:22:30.5462841Z remote: Counting objects: 1 2025-06-05T23:22:30.5463162Z remote: Counting objects: 272, done 2025-06-05T23:22:30.5463495Z remote: Finding sources: 1% (15/2881) 2025-06-05T23:22:30.5463855Z remote: Finding sources: 2% (44/2881) 2025-06-05T23:22:30.5464328Z remote: Finding sources: 3% (73/2881) 2025-06-05T23:22:30.5464736Z remote: Finding sources: 4% (101/2881) 2025-06-05T23:22:30.5465097Z remote: Finding sources: 5% (130/2881) 2025-06-05T23:22:30.5465573Z remote: Finding sources: 6% (159/2881) 2025-06-05T23:22:30.5465928Z remote: Finding sources: 7% (188/2881) 2025-06-05T23:22:30.5466266Z remote: Finding sources: 8% (217/2881) 2025-06-05T23:22:30.5466622Z remote: Finding sources: 9% (245/2881) 2025-06-05T23:22:30.5466980Z remote: Finding sources: 10% (274/2881) 2025-06-05T23:22:30.5467327Z remote: Finding sources: 11% (303/2881) 2025-06-05T23:22:30.5467685Z remote: Finding sources: 12% (332/2881) 2025-06-05T23:22:30.5468030Z remote: Finding sources: 13% (361/2881) 2025-06-05T23:22:30.5468383Z remote: Finding sources: 14% (389/2881) 2025-06-05T23:22:30.5468724Z remote: Finding sources: 15% (418/2881) 2025-06-05T23:22:30.5469077Z remote: Finding sources: 16% (447/2881) 2025-06-05T23:22:30.5469416Z remote: Finding sources: 17% (476/2881) 2025-06-05T23:22:30.5469778Z remote: Finding sources: 18% (505/2881) 2025-06-05T23:22:30.5470182Z remote: Finding sources: 19% (533/2881) 2025-06-05T23:22:30.5470634Z remote: Finding sources: 20% (562/2881) 2025-06-05T23:22:30.5470986Z remote: Finding sources: 21% (591/2881) 2025-06-05T23:22:30.5471328Z remote: Finding sources: 22% (620/2881) 2025-06-05T23:22:30.5471679Z remote: Finding sources: 23% (649/2881) 2025-06-05T23:22:30.5472105Z remote: Finding sources: 24% (678/2881) 2025-06-05T23:22:30.5472469Z remote: Finding sources: 25% (706/2881) 2025-06-05T23:22:30.5472813Z remote: Finding sources: 26% (735/2881) 2025-06-05T23:22:30.5473173Z remote: Finding sources: 27% (764/2881) 2025-06-05T23:22:30.5473534Z remote: Finding sources: 28% (793/2881) 2025-06-05T23:22:30.5473882Z remote: Finding sources: 29% (822/2881) 2025-06-05T23:22:30.5474242Z remote: Finding sources: 30% (850/2881) 2025-06-05T23:22:30.5474590Z remote: Finding sources: 31% (879/2881) 2025-06-05T23:22:30.5474943Z remote: Finding sources: 32% (908/2881) 2025-06-05T23:22:30.5475287Z remote: Finding sources: 33% (937/2881) 2025-06-05T23:22:30.5475638Z remote: Finding sources: 34% (966/2881) 2025-06-05T23:22:30.5475988Z remote: Finding sources: 35% (994/2881) 2025-06-05T23:22:30.5476346Z remote: Finding sources: 36% (1023/2881) 2025-06-05T23:22:30.5476718Z remote: Finding sources: 37% (1052/2881) 2025-06-05T23:22:30.5477082Z remote: Finding sources: 38% (1081/2881) 2025-06-05T23:22:30.5477457Z remote: Finding sources: 39% (1110/2881) 2025-06-05T23:22:30.5477811Z remote: Finding sources: 40% (1138/2881) 2025-06-05T23:22:30.5478182Z remote: Finding sources: 41% (1167/2881) 2025-06-05T23:22:30.5478539Z remote: Finding sources: 42% (1196/2881) 2025-06-05T23:22:30.5478917Z remote: Finding sources: 43% (1225/2881) 2025-06-05T23:22:30.5479287Z remote: Finding sources: 44% (1254/2881) 2025-06-05T23:22:30.5479644Z remote: Finding sources: 45% (1283/2881) 2025-06-05T23:22:30.5480009Z remote: Finding sources: 46% (1311/2881) 2025-06-05T23:22:30.5480368Z remote: Finding sources: 47% (1340/2881) 2025-06-05T23:22:30.5480733Z remote: Finding sources: 48% (1369/2881) 2025-06-05T23:22:30.5481204Z remote: Finding sources: 49% (1398/2881) 2025-06-05T23:22:30.5481585Z remote: Finding sources: 50% (1427/2881) 2025-06-05T23:22:30.5482121Z remote: Finding sources: 51% (1455/2881) 2025-06-05T23:22:30.5482506Z remote: Finding sources: 52% (1484/2881) 2025-06-05T23:22:30.5482875Z remote: Finding sources: 53% (1513/2881) 2025-06-05T23:22:30.5483232Z remote: Finding sources: 54% (1542/2881) 2025-06-05T23:22:30.5483606Z remote: Finding sources: 55% (1571/2881) 2025-06-05T23:22:30.5484192Z remote: Finding sources: 56% (1599/2881) 2025-06-05T23:22:30.5484567Z remote: Finding sources: 57% (1628/2881) 2025-06-05T23:22:30.5484923Z remote: Finding sources: 58% (1657/2881) 2025-06-05T23:22:30.5485322Z remote: Finding sources: 59% (1686/2881) 2025-06-05T23:22:30.5485813Z remote: Finding sources: 60% (1715/2881) 2025-06-05T23:22:30.5486179Z remote: Finding sources: 61% (1744/2881) 2025-06-05T23:22:30.5486553Z remote: Finding sources: 62% (1772/2881) 2025-06-05T23:22:30.5486950Z remote: Finding sources: 63% (1801/2881) 2025-06-05T23:22:30.5487429Z remote: Finding sources: 64% (1830/2881) 2025-06-05T23:22:30.5487788Z remote: Finding sources: 65% (1859/2881) 2025-06-05T23:22:30.5488159Z remote: Finding sources: 66% (1888/2881) 2025-06-05T23:22:30.5488517Z remote: Finding sources: 67% (1916/2881) 2025-06-05T23:22:30.5488939Z remote: Finding sources: 68% (1945/2881) 2025-06-05T23:22:30.5489409Z remote: Finding sources: 69% (1974/2881) 2025-06-05T23:22:30.5489763Z remote: Finding sources: 70% (2003/2881) 2025-06-05T23:22:30.5490128Z remote: Finding sources: 71% (2032/2881) 2025-06-05T23:22:30.5490484Z remote: Finding sources: 72% (2060/2881) 2025-06-05T23:22:30.5490853Z remote: Finding sources: 73% (2089/2881) 2025-06-05T23:22:30.5491217Z remote: Finding sources: 74% (2118/2881) 2025-06-05T23:22:30.5491586Z remote: Finding sources: 75% (2147/2881) 2025-06-05T23:22:30.5491945Z remote: Finding sources: 76% (2176/2881) 2025-06-05T23:22:30.5492335Z remote: Finding sources: 77% (2204/2881) 2025-06-05T23:22:30.5493039Z remote: Finding sources: 78% (2233/2881) 2025-06-05T23:22:30.5493572Z remote: Finding sources: 79% (2262/2881) 2025-06-05T23:22:30.5494016Z remote: Finding sources: 80% (2291/2881) 2025-06-05T23:22:30.5494495Z remote: Finding sources: 81% (2320/2881) 2025-06-05T23:22:30.5495003Z remote: Finding sources: 82% (2349/2881) 2025-06-05T23:22:30.5495495Z remote: Finding sources: 83% (2377/2881) 2025-06-05T23:22:30.5495930Z remote: Finding sources: 84% (2406/2881) 2025-06-05T23:22:30.5496364Z remote: Finding sources: 85% (2435/2881) 2025-06-05T23:22:30.5496766Z remote: Finding sources: 86% (2464/2881) 2025-06-05T23:22:30.5497193Z remote: Finding sources: 87% (2493/2881) 2025-06-05T23:22:30.5497585Z remote: Finding sources: 88% (2521/2881) 2025-06-05T23:22:30.5497958Z remote: Finding sources: 89% (2550/2881) 2025-06-05T23:22:30.5498367Z remote: Finding sources: 90% (2579/2881) 2025-06-05T23:22:30.5498864Z remote: Finding sources: 91% (2608/2881) 2025-06-05T23:22:30.5499269Z remote: Finding sources: 92% (2637/2881) 2025-06-05T23:22:30.5499647Z remote: Finding sources: 93% (2665/2881) 2025-06-05T23:22:30.5500019Z remote: Finding sources: 94% (2694/2881) 2025-06-05T23:22:30.5500375Z remote: Finding sources: 95% (2723/2881) 2025-06-05T23:22:30.5500740Z remote: Finding sources: 96% (2752/2881) 2025-06-05T23:22:30.5501098Z remote: Finding sources: 97% (2781/2881) 2025-06-05T23:22:30.5501464Z remote: Finding sources: 98% (2809/2881) 2025-06-05T23:22:30.5501997Z remote: Finding sources: 99% (2838/2881) 2025-06-05T23:22:30.5502372Z remote: Finding sources: 100% (2867/2881) 2025-06-05T23:22:30.5502719Z remote: Finding sources: 100% (2881/2881) 2025-06-05T23:22:30.5503054Z Receiving objects: 0% (1/2881) 2025-06-05T23:22:30.5503342Z Receiving objects: 1% (29/2881) 2025-06-05T23:22:30.5503616Z Receiving objects: 2% (58/2881) 2025-06-05T23:22:30.5503896Z Receiving objects: 3% (87/2881) 2025-06-05T23:22:30.5504165Z Receiving objects: 4% (116/2881) 2025-06-05T23:22:30.5504560Z Receiving objects: 5% (145/2881) 2025-06-05T23:22:30.5504831Z Receiving objects: 6% (173/2881) 2025-06-05T23:22:30.5505115Z Receiving objects: 7% (202/2881) 2025-06-05T23:22:30.5505384Z Receiving objects: 8% (231/2881) 2025-06-05T23:22:30.5505769Z Receiving objects: 9% (260/2881) 2025-06-05T23:22:30.5506125Z Receiving objects: 10% (289/2881) 2025-06-05T23:22:30.5506494Z Receiving objects: 11% (317/2881) 2025-06-05T23:22:30.5506786Z Receiving objects: 12% (346/2881) 2025-06-05T23:22:30.5507057Z Receiving objects: 13% (375/2881) 2025-06-05T23:22:30.5507341Z Receiving objects: 14% (404/2881) 2025-06-05T23:22:30.5507612Z Receiving objects: 15% (433/2881) 2025-06-05T23:22:30.5507892Z Receiving objects: 16% (461/2881) 2025-06-05T23:22:30.5508160Z Receiving objects: 17% (490/2881) 2025-06-05T23:22:30.5508440Z Receiving objects: 18% (519/2881) 2025-06-05T23:22:30.5508710Z Receiving objects: 19% (548/2881) 2025-06-05T23:22:30.5508993Z Receiving objects: 20% (577/2881) 2025-06-05T23:22:30.5509278Z Receiving objects: 21% (606/2881) 2025-06-05T23:22:30.5509641Z Receiving objects: 22% (634/2881) 2025-06-05T23:22:30.5510086Z Receiving objects: 23% (663/2881) 2025-06-05T23:22:30.5510372Z Receiving objects: 24% (692/2881) 2025-06-05T23:22:30.5510713Z Receiving objects: 25% (721/2881) 2025-06-05T23:22:30.5510983Z Receiving objects: 26% (750/2881) 2025-06-05T23:22:30.5511268Z Receiving objects: 27% (778/2881) 2025-06-05T23:22:30.5511546Z Receiving objects: 28% (807/2881) 2025-06-05T23:22:30.5511826Z Receiving objects: 29% (836/2881) 2025-06-05T23:22:30.5512168Z Receiving objects: 30% (865/2881) 2025-06-05T23:22:30.5512459Z Receiving objects: 31% (894/2881) 2025-06-05T23:22:30.5512743Z Receiving objects: 32% (922/2881) 2025-06-05T23:22:30.5513014Z Receiving objects: 33% (951/2881) 2025-06-05T23:22:30.5513398Z Receiving objects: 34% (980/2881) 2025-06-05T23:22:30.5513822Z Receiving objects: 35% (1009/2881) 2025-06-05T23:22:30.5514118Z Receiving objects: 36% (1038/2881) 2025-06-05T23:22:30.5514458Z Receiving objects: 37% (1066/2881) 2025-06-05T23:22:30.5514770Z Receiving objects: 38% (1095/2881) 2025-06-05T23:22:30.5515192Z Receiving objects: 39% (1124/2881) 2025-06-05T23:22:30.5515549Z Receiving objects: 40% (1153/2881) 2025-06-05T23:22:30.5515888Z Receiving objects: 41% (1182/2881) 2025-06-05T23:22:30.5516160Z Receiving objects: 42% (1211/2881) 2025-06-05T23:22:30.5516443Z Receiving objects: 43% (1239/2881) 2025-06-05T23:22:30.5516720Z Receiving objects: 44% (1268/2881) 2025-06-05T23:22:30.5517003Z Receiving objects: 45% (1297/2881) 2025-06-05T23:22:30.5517273Z Receiving objects: 46% (1326/2881) 2025-06-05T23:22:30.5517556Z Receiving objects: 47% (1355/2881) 2025-06-05T23:22:31.2924437Z Receiving objects: 48% (1383/2881) 2025-06-05T23:22:31.2924988Z Receiving objects: 49% (1412/2881) 2025-06-05T23:22:31.2925589Z Receiving objects: 50% (1441/2881) 2025-06-05T23:22:31.2926103Z Receiving objects: 51% (1470/2881) 2025-06-05T23:22:31.2926616Z Receiving objects: 52% (1499/2881) 2025-06-05T23:22:31.2927104Z Receiving objects: 53% (1527/2881) 2025-06-05T23:22:31.2927389Z Receiving objects: 54% (1556/2881) 2025-06-05T23:22:31.2927660Z Receiving objects: 55% (1585/2881) 2025-06-05T23:22:31.2927944Z Receiving objects: 56% (1614/2881) 2025-06-05T23:22:31.2928218Z Receiving objects: 57% (1643/2881) 2025-06-05T23:22:31.2928505Z Receiving objects: 58% (1671/2881) 2025-06-05T23:22:31.2928778Z Receiving objects: 59% (1700/2881) 2025-06-05T23:22:31.2929398Z Receiving objects: 60% (1729/2881) 2025-06-05T23:22:31.2929692Z Receiving objects: 61% (1758/2881) 2025-06-05T23:22:31.2930089Z Receiving objects: 62% (1787/2881) 2025-06-05T23:22:31.2930426Z Receiving objects: 63% (1816/2881) 2025-06-05T23:22:31.2930785Z Receiving objects: 64% (1844/2881) 2025-06-05T23:22:31.2931221Z Receiving objects: 65% (1873/2881) 2025-06-05T23:22:31.2931510Z Receiving objects: 66% (1902/2881) 2025-06-05T23:22:31.2931822Z Receiving objects: 67% (1931/2881) 2025-06-05T23:22:31.2932294Z Receiving objects: 68% (1960/2881) 2025-06-05T23:22:31.2932638Z Receiving objects: 69% (1988/2881) 2025-06-05T23:22:31.2933011Z Receiving objects: 70% (2017/2881) 2025-06-05T23:22:31.2933287Z Receiving objects: 71% (2046/2881) 2025-06-05T23:22:31.2933576Z Receiving objects: 72% (2075/2881) 2025-06-05T23:22:31.2933930Z Receiving objects: 73% (2104/2881) 2025-06-05T23:22:31.2934317Z Receiving objects: 74% (2132/2881) 2025-06-05T23:22:31.2934676Z Receiving objects: 75% (2161/2881) 2025-06-05T23:22:31.2935005Z Receiving objects: 76% (2190/2881) 2025-06-05T23:22:31.2935331Z Receiving objects: 77% (2219/2881) 2025-06-05T23:22:31.2935662Z Receiving objects: 78% (2248/2881) 2025-06-05T23:22:31.2935990Z Receiving objects: 79% (2276/2881) 2025-06-05T23:22:31.2936265Z Receiving objects: 80% (2305/2881) 2025-06-05T23:22:31.2936552Z Receiving objects: 81% (2334/2881) 2025-06-05T23:22:31.2936890Z Receiving objects: 82% (2363/2881) 2025-06-05T23:22:31.2937226Z Receiving objects: 83% (2392/2881) 2025-06-05T23:22:31.2937522Z Receiving objects: 84% (2421/2881) 2025-06-05T23:22:31.2937799Z Receiving objects: 85% (2449/2881) 2025-06-05T23:22:31.2938086Z Receiving objects: 86% (2478/2881) 2025-06-05T23:22:31.2938359Z Receiving objects: 87% (2507/2881) 2025-06-05T23:22:31.2938642Z Receiving objects: 88% (2536/2881) 2025-06-05T23:22:31.2938913Z Receiving objects: 89% (2565/2881) 2025-06-05T23:22:31.2939302Z Receiving objects: 90% (2593/2881) 2025-06-05T23:22:31.2939695Z Receiving objects: 91% (2622/2881) 2025-06-05T23:22:31.2940076Z Receiving objects: 92% (2651/2881) 2025-06-05T23:22:31.2940425Z remote: Total 2881 (delta 2045), reused 2671 (delta 2045) 2025-06-05T23:22:31.2940815Z Receiving objects: 93% (2680/2881) 2025-06-05T23:22:31.2941103Z Receiving objects: 94% (2709/2881) 2025-06-05T23:22:31.2941495Z Receiving objects: 95% (2737/2881) 2025-06-05T23:22:31.2941778Z Receiving objects: 96% (2766/2881) 2025-06-05T23:22:31.2942051Z Receiving objects: 97% (2795/2881) 2025-06-05T23:22:31.2942345Z Receiving objects: 98% (2824/2881) 2025-06-05T23:22:31.2942619Z Receiving objects: 99% (2853/2881) 2025-06-05T23:22:31.2943012Z Receiving objects: 100% (2881/2881) 2025-06-05T23:22:31.2943425Z Receiving objects: 100% (2881/2881), 735.63 KiB | 19.36 MiB/s, done. 2025-06-05T23:22:31.2943929Z Resolving deltas: 0% (0/2045) 2025-06-05T23:22:31.2944212Z Resolving deltas: 1% (21/2045) 2025-06-05T23:22:31.2944489Z Resolving deltas: 2% (41/2045) 2025-06-05T23:22:31.2944879Z Resolving deltas: 3% (62/2045) 2025-06-05T23:22:31.2945228Z Resolving deltas: 4% (82/2045) 2025-06-05T23:22:31.2945505Z Resolving deltas: 5% (103/2045) 2025-06-05T23:22:31.2945775Z Resolving deltas: 6% (123/2045) 2025-06-05T23:22:31.2946054Z Resolving deltas: 7% (144/2045) 2025-06-05T23:22:31.2946401Z Resolving deltas: 8% (164/2045) 2025-06-05T23:22:31.2946765Z Resolving deltas: 9% (185/2045) 2025-06-05T23:22:31.2947060Z Resolving deltas: 10% (205/2045) 2025-06-05T23:22:31.2947341Z Resolving deltas: 11% (225/2045) 2025-06-05T23:22:31.2947629Z Resolving deltas: 12% (246/2045) 2025-06-05T23:22:31.2947895Z Resolving deltas: 13% (266/2045) 2025-06-05T23:22:31.2948218Z Resolving deltas: 14% (287/2045) 2025-06-05T23:22:31.2948543Z Resolving deltas: 15% (308/2045) 2025-06-05T23:22:31.2948823Z Resolving deltas: 16% (328/2045) 2025-06-05T23:22:31.2949088Z Resolving deltas: 17% (348/2045) 2025-06-05T23:22:31.2949367Z Resolving deltas: 18% (369/2045) 2025-06-05T23:22:31.2949810Z Resolving deltas: 19% (389/2045) 2025-06-05T23:22:31.2950111Z Resolving deltas: 20% (409/2045) 2025-06-05T23:22:31.2950427Z Resolving deltas: 21% (430/2045) 2025-06-05T23:22:31.2950705Z Resolving deltas: 22% (450/2045) 2025-06-05T23:22:31.2950984Z Resolving deltas: 23% (471/2045) 2025-06-05T23:22:31.2951285Z Resolving deltas: 24% (491/2045) 2025-06-05T23:22:31.2951596Z Resolving deltas: 25% (512/2045) 2025-06-05T23:22:31.2951895Z Resolving deltas: 26% (532/2045) 2025-06-05T23:22:31.2952287Z Resolving deltas: 27% (553/2045) 2025-06-05T23:22:31.2952639Z Resolving deltas: 28% (573/2045) 2025-06-05T23:22:31.2952981Z Resolving deltas: 29% (594/2045) 2025-06-05T23:22:31.2953251Z Resolving deltas: 30% (614/2045) 2025-06-05T23:22:31.2953536Z Resolving deltas: 31% (634/2045) 2025-06-05T23:22:31.2953813Z Resolving deltas: 32% (655/2045) 2025-06-05T23:22:31.2954079Z Resolving deltas: 33% (675/2045) 2025-06-05T23:22:31.2954359Z Resolving deltas: 34% (696/2045) 2025-06-05T23:22:31.2954635Z Resolving deltas: 35% (716/2045) 2025-06-05T23:22:31.2954966Z Resolving deltas: 36% (737/2045) 2025-06-05T23:22:31.2955293Z Resolving deltas: 37% (757/2045) 2025-06-05T23:22:31.2955575Z Resolving deltas: 38% (778/2045) 2025-06-05T23:22:31.2955978Z Resolving deltas: 39% (798/2045) 2025-06-05T23:22:31.2956259Z Resolving deltas: 40% (818/2045) 2025-06-05T23:22:31.2956524Z Resolving deltas: 41% (839/2045) 2025-06-05T23:22:31.2956803Z Resolving deltas: 42% (859/2045) 2025-06-05T23:22:31.2957080Z Resolving deltas: 43% (880/2045) 2025-06-05T23:22:31.2957345Z Resolving deltas: 44% (900/2045) 2025-06-05T23:22:31.2957629Z Resolving deltas: 45% (921/2045) 2025-06-05T23:22:31.2957894Z Resolving deltas: 46% (941/2045) 2025-06-05T23:22:31.2958169Z Resolving deltas: 47% (962/2045) 2025-06-05T23:22:31.2958437Z Resolving deltas: 48% (982/2045) 2025-06-05T23:22:31.2958719Z Resolving deltas: 49% (1003/2045) 2025-06-05T23:22:31.2958994Z Resolving deltas: 50% (1023/2045) 2025-06-05T23:22:31.2959344Z Resolving deltas: 51% (1043/2045) 2025-06-05T23:22:31.2959621Z Resolving deltas: 52% (1064/2045) 2025-06-05T23:22:31.2959952Z Resolving deltas: 53% (1084/2045) 2025-06-05T23:22:31.2960233Z Resolving deltas: 54% (1105/2045) 2025-06-05T23:22:31.2960499Z Resolving deltas: 55% (1125/2045) 2025-06-05T23:22:31.2960770Z Resolving deltas: 56% (1146/2045) 2025-06-05T23:22:31.2970058Z Resolving deltas: 57% (1166/2045) 2025-06-05T23:22:31.2970401Z Resolving deltas: 58% (1187/2045) 2025-06-05T23:22:31.2970681Z Resolving deltas: 59% (1207/2045) 2025-06-05T23:22:31.2970970Z Resolving deltas: 60% (1227/2045) 2025-06-05T23:22:31.2971260Z Resolving deltas: 61% (1248/2045) 2025-06-05T23:22:31.2971545Z Resolving deltas: 62% (1268/2045) 2025-06-05T23:22:31.2971816Z Resolving deltas: 63% (1289/2045) 2025-06-05T23:22:31.2972101Z Resolving deltas: 64% (1309/2045) 2025-06-05T23:22:31.2972370Z Resolving deltas: 65% (1330/2045) 2025-06-05T23:22:31.2972656Z Resolving deltas: 66% (1350/2045) 2025-06-05T23:22:31.2972926Z Resolving deltas: 67% (1371/2045) 2025-06-05T23:22:31.2973218Z Resolving deltas: 68% (1391/2045) 2025-06-05T23:22:31.2973502Z Resolving deltas: 69% (1412/2045) 2025-06-05T23:22:31.2973773Z Resolving deltas: 70% (1432/2045) 2025-06-05T23:22:31.2974056Z Resolving deltas: 71% (1452/2045) 2025-06-05T23:22:31.2974326Z Resolving deltas: 72% (1473/2045) 2025-06-05T23:22:31.2974608Z Resolving deltas: 73% (1493/2045) 2025-06-05T23:22:31.2974878Z Resolving deltas: 74% (1514/2045) 2025-06-05T23:22:31.2975160Z Resolving deltas: 75% (1534/2045) 2025-06-05T23:22:31.2975430Z Resolving deltas: 76% (1555/2045) 2025-06-05T23:22:31.2975719Z Resolving deltas: 77% (1575/2045) 2025-06-05T23:22:31.2975988Z Resolving deltas: 78% (1596/2045) 2025-06-05T23:22:31.2976270Z Resolving deltas: 79% (1616/2045) 2025-06-05T23:22:31.2976555Z Resolving deltas: 80% (1636/2045) 2025-06-05T23:22:31.2976823Z Resolving deltas: 81% (1657/2045) 2025-06-05T23:22:31.2977106Z Resolving deltas: 82% (1677/2045) 2025-06-05T23:22:31.2977374Z Resolving deltas: 83% (1698/2045) 2025-06-05T23:22:31.2977790Z Resolving deltas: 84% (1718/2045) 2025-06-05T23:22:31.2978060Z Resolving deltas: 85% (1739/2045) 2025-06-05T23:22:31.2978344Z Resolving deltas: 86% (1759/2045) 2025-06-05T23:22:31.2978611Z Resolving deltas: 87% (1780/2045) 2025-06-05T23:22:31.2978895Z Resolving deltas: 88% (1800/2045) 2025-06-05T23:22:31.2979178Z Resolving deltas: 89% (1821/2045) 2025-06-05T23:22:31.2979446Z Resolving deltas: 90% (1841/2045) 2025-06-05T23:22:31.2979728Z Resolving deltas: 91% (1861/2045) 2025-06-05T23:22:31.2979997Z Resolving deltas: 92% (1882/2045) 2025-06-05T23:22:31.2980360Z Resolving deltas: 93% (1902/2045) 2025-06-05T23:22:31.2980633Z Resolving deltas: 94% (1923/2045) 2025-06-05T23:22:31.2980915Z Resolving deltas: 95% (1943/2045) 2025-06-05T23:22:31.2981185Z Resolving deltas: 96% (1964/2045) 2025-06-05T23:22:31.2981471Z Resolving deltas: 97% (1984/2045) 2025-06-05T23:22:31.2981740Z Resolving deltas: 98% (2005/2045) 2025-06-05T23:22:31.2982028Z Resolving deltas: 99% (2025/2045) 2025-06-05T23:22:31.2982320Z Resolving deltas: 100% (2045/2045) 2025-06-05T23:22:31.2982601Z Resolving deltas: 100% (2045/2045), done. 2025-06-05T23:22:31.2983118Z Submodule path 'thirdparty/doctest': checked out '86892fc480f80fb57d9a3926cb506c0e974489d8' 2025-06-05T23:22:31.2983804Z Submodule path 'thirdparty/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-06-05T23:22:31.2984476Z Submodule path 'thirdparty/json': checked out 'e7452d87783fbf6e9d320d515675e26dfd1271c5' 2025-06-05T23:22:31.2985156Z Submodule path 'thirdparty/pybind11': checked out 'a406a62e5b3ca74a76b6db9a1cd7cf3578c50772' 2025-06-05T23:22:31.2985916Z Submodule path 'thirdparty/serialization_lib': checked out '021bbad29b7328fbac3769a7ac27c9bf10225c15' 2025-06-05T23:22:31.2986972Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'thirdparty/serialization_lib/third_party/flatbuffers' 2025-06-05T23:22:31.2988194Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:22:31.2988977Z remote: Enumerating objects: 38908, done. 2025-06-05T23:22:31.2989334Z remote: Counting objects: 0% (1/13237) 2025-06-05T23:22:31.2989694Z remote: Counting objects: 1% (133/13237) 2025-06-05T23:22:31.2990061Z remote: Counting objects: 2% (265/13237) 2025-06-05T23:22:31.2990404Z remote: Counting objects: 3% (398/13237) 2025-06-05T23:22:31.2990758Z remote: Counting objects: 4% (530/13237) 2025-06-05T23:22:31.2991189Z remote: Counting objects: 5% (662/13237) 2025-06-05T23:22:31.2991548Z remote: Counting objects: 6% (795/13237) 2025-06-05T23:22:31.2991949Z remote: Counting objects: 7% (927/13237) 2025-06-05T23:22:31.2992387Z remote: Counting objects: 8% (1059/13237) 2025-06-05T23:22:31.2992964Z remote: Counting objects: 9% (1192/13237) 2025-06-05T23:22:31.2993331Z remote: Counting objects: 10% (1324/13237) 2025-06-05T23:22:31.2993698Z remote: Counting objects: 11% (1457/13237) 2025-06-05T23:22:31.2994045Z remote: Counting objects: 12% (1589/13237) 2025-06-05T23:22:31.2994409Z remote: Counting objects: 13% (1721/13237) 2025-06-05T23:22:31.2994757Z remote: Counting objects: 14% (1854/13237) 2025-06-05T23:22:31.2995120Z remote: Counting objects: 15% (1986/13237) 2025-06-05T23:22:31.2995464Z remote: Counting objects: 16% (2118/13237) 2025-06-05T23:22:31.2995823Z remote: Counting objects: 17% (2251/13237) 2025-06-05T23:22:31.2996185Z remote: Counting objects: 18% (2383/13237) 2025-06-05T23:22:31.2996531Z remote: Counting objects: 19% (2516/13237) 2025-06-05T23:22:31.2996895Z remote: Counting objects: 20% (2648/13237) 2025-06-05T23:22:31.2997236Z remote: Counting objects: 21% (2780/13237) 2025-06-05T23:22:31.2997592Z remote: Counting objects: 22% (2913/13237) 2025-06-05T23:22:31.2998126Z remote: Counting objects: 23% (3045/13237) 2025-06-05T23:22:31.2998485Z remote: Counting objects: 24% (3177/13237) 2025-06-05T23:22:31.2998828Z remote: Counting objects: 25% (3310/13237) 2025-06-05T23:22:31.2999184Z remote: Counting objects: 26% (3442/13237) 2025-06-05T23:22:31.2999537Z remote: Counting objects: 27% (3574/13237) 2025-06-05T23:22:31.2999893Z remote: Counting objects: 28% (3707/13237) 2025-06-05T23:22:31.3000258Z remote: Counting objects: 29% (3839/13237) 2025-06-05T23:22:31.3000615Z remote: Counting objects: 30% (3972/13237) 2025-06-05T23:22:31.3001546Z remote: Counting objects: 31% (4104/13237) 2025-06-05T23:22:31.3001909Z remote: Counting objects: 32% (4236/13237) 2025-06-05T23:22:31.3002257Z remote: Counting objects: 33% (4369/13237) 2025-06-05T23:22:31.3002615Z remote: Counting objects: 34% (4501/13237) 2025-06-05T23:22:31.6213160Z remote: Counting objects: 35% (4633/13237) 2025-06-05T23:22:31.6214006Z remote: Counting objects: 36% (4766/13237) 2025-06-05T23:22:31.6214499Z remote: Counting objects: 37% (4898/13237) 2025-06-05T23:22:31.6214859Z remote: Counting objects: 38% (5031/13237) 2025-06-05T23:22:31.6215217Z remote: Counting objects: 39% (5163/13237) 2025-06-05T23:22:31.6215562Z remote: Counting objects: 40% (5295/13237) 2025-06-05T23:22:31.6215918Z remote: Counting objects: 41% (5428/13237) 2025-06-05T23:22:31.6216262Z remote: Counting objects: 42% (5560/13237) 2025-06-05T23:22:31.6216635Z remote: Counting objects: 43% (5692/13237) 2025-06-05T23:22:31.6216980Z remote: Counting objects: 44% (5825/13237) 2025-06-05T23:22:31.6217339Z remote: Counting objects: 45% (5957/13237) 2025-06-05T23:22:31.6217698Z remote: Counting objects: 46% (6090/13237) 2025-06-05T23:22:31.6218043Z remote: Counting objects: 47% (6222/13237) 2025-06-05T23:22:31.6218402Z remote: Counting objects: 48% (6354/13237) 2025-06-05T23:22:31.6218755Z remote: Counting objects: 49% (6487/13237) 2025-06-05T23:22:31.6219111Z remote: Counting objects: 50% (6619/13237) 2025-06-05T23:22:31.6219454Z remote: Counting objects: 51% (6751/13237) 2025-06-05T23:22:31.6219809Z remote: Counting objects: 52% (6884/13237) 2025-06-05T23:22:31.6220152Z remote: Counting objects: 53% (7016/13237) 2025-06-05T23:22:31.6220508Z remote: Counting objects: 54% (7148/13237) 2025-06-05T23:22:31.6220864Z remote: Counting objects: 55% (7281/13237) 2025-06-05T23:22:31.6221213Z remote: Counting objects: 56% (7413/13237) 2025-06-05T23:22:31.6221567Z remote: Counting objects: 57% (7546/13237) 2025-06-05T23:22:31.6221911Z remote: Counting objects: 58% (7678/13237) 2025-06-05T23:22:31.6222264Z remote: Counting objects: 59% (7810/13237) 2025-06-05T23:22:31.6222608Z remote: Counting objects: 60% (7943/13237) 2025-06-05T23:22:31.6222974Z remote: Counting objects: 61% (8075/13237) 2025-06-05T23:22:31.6223319Z remote: Counting objects: 62% (8207/13237) 2025-06-05T23:22:31.6223672Z remote: Counting objects: 63% (8340/13237) 2025-06-05T23:22:31.6224028Z remote: Counting objects: 64% (8472/13237) 2025-06-05T23:22:31.6224368Z remote: Counting objects: 65% (8605/13237) 2025-06-05T23:22:31.6224724Z remote: Counting objects: 66% (8737/13237) 2025-06-05T23:22:31.6225065Z remote: Counting objects: 67% (8869/13237) 2025-06-05T23:22:31.6225417Z remote: Counting objects: 68% (9002/13237) 2025-06-05T23:22:31.6225763Z remote: Counting objects: 69% (9134/13237) 2025-06-05T23:22:31.6226121Z remote: Counting objects: 70% (9266/13237) 2025-06-05T23:22:31.6226475Z remote: Counting objects: 71% (9399/13237) 2025-06-05T23:22:31.6226815Z remote: Counting objects: 72% (9531/13237) 2025-06-05T23:22:31.6227167Z remote: Counting objects: 73% (9664/13237) 2025-06-05T23:22:31.6227781Z remote: Counting objects: 74% (9796/13237) 2025-06-05T23:22:31.6228143Z remote: Counting objects: 75% (9928/13237) 2025-06-05T23:22:31.6228499Z remote: Counting objects: 76% (10061/13237) 2025-06-05T23:22:31.6228876Z remote: Counting objects: 77% (10193/13237) 2025-06-05T23:22:31.6229232Z remote: Counting objects: 78% (10325/13237) 2025-06-05T23:22:31.6229605Z remote: Counting objects: 79% (10458/13237) 2025-06-05T23:22:31.6229975Z remote: Counting objects: 80% (10590/13237) 2025-06-05T23:22:31.6230439Z remote: Counting objects: 81% (10722/13237) 2025-06-05T23:22:31.6230807Z remote: Counting objects: 82% (10855/13237) 2025-06-05T23:22:31.6231162Z remote: Counting objects: 83% (10987/13237) 2025-06-05T23:22:31.6231530Z remote: Counting objects: 84% (11120/13237) 2025-06-05T23:22:31.6231885Z remote: Counting objects: 85% (11252/13237) 2025-06-05T23:22:31.6232354Z remote: Counting objects: 86% (11384/13237) 2025-06-05T23:22:31.6232710Z remote: Counting objects: 87% (11517/13237) 2025-06-05T23:22:31.6233080Z remote: Counting objects: 88% (11649/13237) 2025-06-05T23:22:31.6233445Z remote: Counting objects: 89% (11781/13237) 2025-06-05T23:22:31.6233801Z remote: Counting objects: 90% (11914/13237) 2025-06-05T23:22:31.6234170Z remote: Counting objects: 91% (12046/13237) 2025-06-05T23:22:31.6234523Z remote: Counting objects: 92% (12179/13237) 2025-06-05T23:22:31.6234889Z remote: Counting objects: 93% (12311/13237) 2025-06-05T23:22:31.6235250Z remote: Counting objects: 94% (12443/13237) 2025-06-05T23:22:31.6235616Z remote: Counting objects: 95% (12576/13237) 2025-06-05T23:22:31.6235986Z remote: Counting objects: 96% (12708/13237) 2025-06-05T23:22:31.6236341Z remote: Counting objects: 97% (12840/13237) 2025-06-05T23:22:31.6236712Z remote: Counting objects: 98% (12973/13237) 2025-06-05T23:22:31.6237072Z remote: Counting objects: 99% (13105/13237) 2025-06-05T23:22:31.6237439Z remote: Counting objects: 100% (13237/13237) 2025-06-05T23:22:31.6237821Z remote: Counting objects: 100% (13237/13237), done. 2025-06-05T23:22:31.6238225Z remote: Compressing objects: 0% (1/1032) 2025-06-05T23:22:31.6238583Z remote: Compressing objects: 1% (11/1032) 2025-06-05T23:22:31.6238950Z remote: Compressing objects: 2% (21/1032) 2025-06-05T23:22:31.6239314Z remote: Compressing objects: 3% (31/1032) 2025-06-05T23:22:31.6239670Z remote: Compressing objects: 4% (42/1032) 2025-06-05T23:22:31.6240036Z remote: Compressing objects: 5% (52/1032) 2025-06-05T23:22:31.6240390Z remote: Compressing objects: 6% (62/1032) 2025-06-05T23:22:31.6240845Z remote: Compressing objects: 7% (73/1032) 2025-06-05T23:22:31.6241197Z remote: Compressing objects: 8% (83/1032) 2025-06-05T23:22:31.6241556Z remote: Compressing objects: 9% (93/1032) 2025-06-05T23:22:31.6241940Z remote: Compressing objects: 10% (104/1032) 2025-06-05T23:22:31.6242306Z remote: Compressing objects: 11% (114/1032) 2025-06-05T23:22:31.6242685Z remote: Compressing objects: 12% (124/1032) 2025-06-05T23:22:31.6243047Z remote: Compressing objects: 13% (135/1032) 2025-06-05T23:22:31.6243423Z remote: Compressing objects: 14% (145/1032) 2025-06-05T23:22:31.6243787Z remote: Compressing objects: 15% (155/1032) 2025-06-05T23:22:31.6244161Z remote: Compressing objects: 16% (166/1032) 2025-06-05T23:22:31.6244529Z remote: Compressing objects: 17% (176/1032) 2025-06-05T23:22:31.6244903Z remote: Compressing objects: 18% (186/1032) 2025-06-05T23:22:31.6245282Z remote: Compressing objects: 19% (197/1032) 2025-06-05T23:22:31.6245644Z remote: Compressing objects: 20% (207/1032) 2025-06-05T23:22:31.6246176Z remote: Compressing objects: 21% (217/1032) 2025-06-05T23:22:31.6246701Z remote: Compressing objects: 22% (228/1032) 2025-06-05T23:22:31.6247137Z remote: Compressing objects: 23% (238/1032) 2025-06-05T23:22:31.6247498Z remote: Compressing objects: 24% (248/1032) 2025-06-05T23:22:31.6247927Z remote: Compressing objects: 25% (258/1032) 2025-06-05T23:22:31.6248293Z remote: Compressing objects: 26% (269/1032) 2025-06-05T23:22:31.6248723Z remote: Compressing objects: 27% (279/1032) 2025-06-05T23:22:31.6249097Z remote: Compressing objects: 28% (289/1032) 2025-06-05T23:22:31.6249632Z remote: Compressing objects: 29% (300/1032) 2025-06-05T23:22:31.6250011Z remote: Compressing objects: 30% (310/1032) 2025-06-05T23:22:31.6250433Z remote: Compressing objects: 31% (320/1032) 2025-06-05T23:22:31.6250929Z remote: Compressing objects: 32% (331/1032) 2025-06-05T23:22:31.6251294Z remote: Compressing objects: 33% (341/1032) 2025-06-05T23:22:31.6251729Z remote: Compressing objects: 34% (351/1032) 2025-06-05T23:22:31.6252109Z remote: Compressing objects: 35% (362/1032) 2025-06-05T23:22:31.6252528Z remote: Compressing objects: 36% (372/1032) 2025-06-05T23:22:31.6252905Z remote: Compressing objects: 37% (382/1032) 2025-06-05T23:22:31.6253317Z remote: Compressing objects: 38% (393/1032) 2025-06-05T23:22:31.6253698Z remote: Compressing objects: 39% (403/1032) 2025-06-05T23:22:31.6254118Z remote: Compressing objects: 40% (413/1032) 2025-06-05T23:22:31.6254542Z remote: Compressing objects: 41% (424/1032) 2025-06-05T23:22:31.6254977Z remote: Compressing objects: 42% (434/1032) 2025-06-05T23:22:31.6255354Z remote: Compressing objects: 43% (444/1032) 2025-06-05T23:22:31.6255790Z remote: Compressing objects: 44% (455/1032) 2025-06-05T23:22:31.6256161Z remote: Compressing objects: 45% (465/1032) 2025-06-05T23:22:31.6256587Z remote: Compressing objects: 46% (475/1032) 2025-06-05T23:22:31.6256982Z remote: Compressing objects: 47% (486/1032) 2025-06-05T23:22:31.6257387Z remote: Compressing objects: 48% (496/1032) 2025-06-05T23:22:31.6257800Z remote: Compressing objects: 49% (506/1032) 2025-06-05T23:22:31.6258273Z remote: Compressing objects: 50% (516/1032) 2025-06-05T23:22:31.6258694Z remote: Compressing objects: 51% (527/1032) 2025-06-05T23:22:31.6259070Z remote: Compressing objects: 52% (537/1032) 2025-06-05T23:22:31.6259613Z remote: Compressing objects: 53% (547/1032) 2025-06-05T23:22:31.6259985Z remote: Compressing objects: 54% (558/1032) 2025-06-05T23:22:31.6260395Z remote: Compressing objects: 55% (568/1032) 2025-06-05T23:22:31.6260816Z remote: Compressing objects: 56% (578/1032) 2025-06-05T23:22:31.6261191Z remote: Compressing objects: 57% (589/1032) 2025-06-05T23:22:31.6261556Z remote: Compressing objects: 58% (599/1032) 2025-06-05T23:22:31.6261936Z remote: Compressing objects: 59% (609/1032) 2025-06-05T23:22:31.6262311Z remote: Compressing objects: 60% (620/1032) 2025-06-05T23:22:31.6262672Z remote: Compressing objects: 61% (630/1032) 2025-06-05T23:22:31.6263046Z remote: Compressing objects: 62% (640/1032) 2025-06-05T23:22:31.6263405Z remote: Compressing objects: 63% (651/1032) 2025-06-05T23:22:31.6263780Z remote: Compressing objects: 64% (661/1032) 2025-06-05T23:22:31.6264143Z remote: Compressing objects: 65% (671/1032) 2025-06-05T23:22:31.6264514Z remote: Compressing objects: 66% (682/1032) 2025-06-05T23:22:31.6264881Z remote: Compressing objects: 67% (692/1032) 2025-06-05T23:22:31.6265255Z remote: Compressing objects: 68% (702/1032) 2025-06-05T23:22:31.6265630Z remote: Compressing objects: 69% (713/1032) 2025-06-05T23:22:31.6265990Z remote: Compressing objects: 70% (723/1032) 2025-06-05T23:22:31.6266365Z remote: Compressing objects: 71% (733/1032) 2025-06-05T23:22:31.6266839Z remote: Compressing objects: 72% (744/1032) 2025-06-05T23:22:31.6267215Z remote: Compressing objects: 73% (754/1032) 2025-06-05T23:22:31.6267598Z remote: Compressing objects: 74% (764/1032) 2025-06-05T23:22:31.6268011Z remote: Compressing objects: 75% (774/1032) 2025-06-05T23:22:31.6268417Z remote: Compressing objects: 76% (785/1032) 2025-06-05T23:22:31.6268803Z remote: Compressing objects: 77% (795/1032) 2025-06-05T23:22:31.6269230Z remote: Compressing objects: 78% (805/1032) 2025-06-05T23:22:31.6269665Z remote: Compressing objects: 79% (816/1032) 2025-06-05T23:22:31.6270094Z remote: Compressing objects: 80% (826/1032) 2025-06-05T23:22:31.6270461Z remote: Compressing objects: 81% (836/1032) 2025-06-05T23:22:31.6270900Z remote: Compressing objects: 82% (847/1032) 2025-06-05T23:22:31.6271411Z remote: Compressing objects: 83% (857/1032) 2025-06-05T23:22:31.6271836Z remote: Compressing objects: 84% (867/1032) 2025-06-05T23:22:31.6272344Z remote: Compressing objects: 85% (878/1032) 2025-06-05T23:22:31.6272709Z remote: Compressing objects: 86% (888/1032) 2025-06-05T23:22:31.6273143Z remote: Compressing objects: 87% (898/1032) 2025-06-05T23:22:32.6120259Z remote: Compressing objects: 88% (909/1032) 2025-06-05T23:22:32.6121043Z remote: Compressing objects: 89% (919/1032) 2025-06-05T23:22:32.6121758Z remote: Compressing objects: 90% (929/1032) 2025-06-05T23:22:32.6122543Z remote: Compressing objects: 91% (940/1032) 2025-06-05T23:22:32.6123240Z remote: Compressing objects: 92% (950/1032) 2025-06-05T23:22:32.6123924Z remote: Compressing objects: 93% (960/1032) 2025-06-05T23:22:32.6124598Z remote: Compressing objects: 94% (971/1032) 2025-06-05T23:22:32.6125268Z remote: Compressing objects: 95% (981/1032) 2025-06-05T23:22:32.6125983Z remote: Compressing objects: 96% (991/1032) 2025-06-05T23:22:32.6126700Z remote: Compressing objects: 97% (1002/1032) 2025-06-05T23:22:32.6127414Z remote: Compressing objects: 98% (1012/1032) 2025-06-05T23:22:32.6128101Z remote: Compressing objects: 99% (1022/1032) 2025-06-05T23:22:32.6128823Z remote: Compressing objects: 100% (1032/1032) 2025-06-05T23:22:32.6129576Z remote: Compressing objects: 100% (1032/1032), done. 2025-06-05T23:22:32.6130281Z Receiving objects: 0% (1/38908) 2025-06-05T23:22:32.6130791Z Receiving objects: 1% (390/38908) 2025-06-05T23:22:32.6131332Z Receiving objects: 2% (779/38908) 2025-06-05T23:22:32.6131870Z Receiving objects: 3% (1168/38908) 2025-06-05T23:22:32.6132390Z Receiving objects: 4% (1557/38908) 2025-06-05T23:22:32.6132927Z Receiving objects: 5% (1946/38908) 2025-06-05T23:22:32.6133434Z Receiving objects: 6% (2335/38908) 2025-06-05T23:22:32.6133951Z Receiving objects: 7% (2724/38908) 2025-06-05T23:22:32.6134461Z Receiving objects: 8% (3113/38908) 2025-06-05T23:22:32.6134983Z Receiving objects: 9% (3502/38908) 2025-06-05T23:22:32.6135524Z Receiving objects: 10% (3891/38908) 2025-06-05T23:22:32.6136064Z Receiving objects: 11% (4280/38908) 2025-06-05T23:22:32.6136585Z Receiving objects: 12% (4669/38908) 2025-06-05T23:22:32.6137125Z Receiving objects: 13% (5059/38908) 2025-06-05T23:22:32.6137653Z Receiving objects: 14% (5448/38908) 2025-06-05T23:22:32.6138190Z Receiving objects: 15% (5837/38908) 2025-06-05T23:22:32.6138711Z Receiving objects: 16% (6226/38908) 2025-06-05T23:22:32.6139246Z Receiving objects: 17% (6615/38908) 2025-06-05T23:22:32.6139780Z Receiving objects: 18% (7004/38908) 2025-06-05T23:22:32.6140317Z Receiving objects: 19% (7393/38908) 2025-06-05T23:22:32.6140830Z Receiving objects: 20% (7782/38908) 2025-06-05T23:22:32.6141370Z Receiving objects: 21% (8171/38908) 2025-06-05T23:22:32.6141901Z Receiving objects: 22% (8560/38908) 2025-06-05T23:22:32.6142425Z Receiving objects: 23% (8949/38908) 2025-06-05T23:22:32.6142954Z Receiving objects: 24% (9338/38908) 2025-06-05T23:22:32.6144221Z Receiving objects: 25% (9727/38908) 2025-06-05T23:22:32.6144780Z Receiving objects: 26% (10117/38908) 2025-06-05T23:22:32.6146010Z Receiving objects: 27% (10506/38908) 2025-06-05T23:22:32.6146540Z Receiving objects: 28% (10895/38908) 2025-06-05T23:22:32.6147047Z Receiving objects: 29% (11284/38908) 2025-06-05T23:22:32.6147591Z Receiving objects: 30% (11673/38908) 2025-06-05T23:22:32.6148143Z Receiving objects: 31% (12062/38908) 2025-06-05T23:22:32.6148673Z Receiving objects: 32% (12451/38908) 2025-06-05T23:22:32.6149398Z Receiving objects: 33% (12840/38908) 2025-06-05T23:22:32.6149937Z Receiving objects: 34% (13229/38908) 2025-06-05T23:22:32.6150477Z Receiving objects: 35% (13618/38908) 2025-06-05T23:22:32.6151008Z Receiving objects: 36% (14007/38908) 2025-06-05T23:22:32.6151565Z Receiving objects: 37% (14396/38908) 2025-06-05T23:22:32.6152158Z Receiving objects: 38% (14786/38908) 2025-06-05T23:22:32.6152703Z Receiving objects: 39% (15175/38908) 2025-06-05T23:22:32.6153231Z Receiving objects: 40% (15564/38908) 2025-06-05T23:22:32.6153775Z Receiving objects: 41% (15953/38908) 2025-06-05T23:22:32.6154315Z Receiving objects: 42% (16342/38908) 2025-06-05T23:22:32.6154846Z Receiving objects: 43% (16731/38908) 2025-06-05T23:22:32.6155396Z Receiving objects: 44% (17120/38908) 2025-06-05T23:22:32.6155919Z Receiving objects: 45% (17509/38908) 2025-06-05T23:22:32.6157045Z Receiving objects: 46% (17898/38908) 2025-06-05T23:22:32.6157579Z Receiving objects: 47% (18287/38908) 2025-06-05T23:22:32.6158122Z Receiving objects: 48% (18676/38908) 2025-06-05T23:22:32.6158657Z Receiving objects: 49% (19065/38908) 2025-06-05T23:22:32.6159204Z Receiving objects: 50% (19454/38908) 2025-06-05T23:22:32.6159756Z Receiving objects: 51% (19844/38908) 2025-06-05T23:22:32.6160289Z Receiving objects: 52% (20233/38908) 2025-06-05T23:22:32.6160837Z Receiving objects: 53% (20622/38908) 2025-06-05T23:22:32.6161356Z Receiving objects: 54% (21011/38908) 2025-06-05T23:22:32.6161914Z Receiving objects: 55% (21400/38908) 2025-06-05T23:22:32.6162449Z Receiving objects: 56% (21789/38908) 2025-06-05T23:22:32.6162994Z Receiving objects: 57% (22178/38908) 2025-06-05T23:22:32.6163526Z Receiving objects: 58% (22567/38908) 2025-06-05T23:22:32.6164066Z Receiving objects: 59% (22956/38908) 2025-06-05T23:22:32.6164599Z Receiving objects: 60% (23345/38908) 2025-06-05T23:22:32.6165143Z Receiving objects: 61% (23734/38908) 2025-06-05T23:22:32.6165690Z Receiving objects: 62% (24123/38908) 2025-06-05T23:22:32.6166218Z Receiving objects: 63% (24513/38908) 2025-06-05T23:22:32.6166780Z Receiving objects: 64% (24902/38908) 2025-06-05T23:22:32.6167315Z Receiving objects: 65% (25291/38908) 2025-06-05T23:22:32.6167855Z Receiving objects: 66% (25680/38908) 2025-06-05T23:22:32.6168383Z Receiving objects: 67% (26069/38908) 2025-06-05T23:22:32.6168924Z Receiving objects: 68% (26458/38908) 2025-06-05T23:22:32.6169477Z Receiving objects: 69% (26847/38908) 2025-06-05T23:22:32.6170020Z Receiving objects: 70% (27236/38908) 2025-06-05T23:22:32.6170582Z Receiving objects: 71% (27625/38908) 2025-06-05T23:22:32.6171115Z Receiving objects: 72% (28014/38908) 2025-06-05T23:22:32.6171658Z Receiving objects: 73% (28403/38908) 2025-06-05T23:22:32.6172207Z Receiving objects: 74% (28792/38908) 2025-06-05T23:22:32.6172754Z Receiving objects: 75% (29181/38908) 2025-06-05T23:22:32.6173287Z Receiving objects: 76% (29571/38908) 2025-06-05T23:22:32.6173838Z Receiving objects: 77% (29960/38908) 2025-06-05T23:22:32.6174369Z Receiving objects: 78% (30349/38908) 2025-06-05T23:22:32.6174924Z Receiving objects: 79% (30738/38908) 2025-06-05T23:22:32.6175459Z Receiving objects: 80% (31127/38908) 2025-06-05T23:22:32.6176006Z Receiving objects: 81% (31516/38908) 2025-06-05T23:22:32.6176910Z Receiving objects: 82% (31905/38908) 2025-06-05T23:22:32.6177616Z Receiving objects: 83% (32294/38908) 2025-06-05T23:22:32.6178163Z Receiving objects: 84% (32683/38908) 2025-06-05T23:22:32.6178698Z Receiving objects: 85% (33072/38908) 2025-06-05T23:22:32.6179416Z Receiving objects: 86% (33461/38908) 2025-06-05T23:22:32.6179948Z Receiving objects: 87% (33850/38908) 2025-06-05T23:22:32.6180497Z Receiving objects: 88% (34240/38908) 2025-06-05T23:22:32.6181029Z Receiving objects: 89% (34629/38908) 2025-06-05T23:22:32.6181572Z Receiving objects: 90% (35018/38908) 2025-06-05T23:22:32.6182116Z Receiving objects: 91% (35407/38908) 2025-06-05T23:22:32.6182644Z Receiving objects: 92% (35796/38908) 2025-06-05T23:22:32.6183191Z Receiving objects: 93% (36185/38908) 2025-06-05T23:22:32.6183842Z Receiving objects: 94% (36574/38908) 2025-06-05T23:22:32.6184384Z Receiving objects: 95% (36963/38908) 2025-06-05T23:22:32.6184912Z Receiving objects: 96% (37352/38908) 2025-06-05T23:22:32.6185459Z Receiving objects: 97% (37741/38908) 2025-06-05T23:22:32.6185985Z Receiving objects: 98% (38130/38908) 2025-06-05T23:22:32.6186526Z Receiving objects: 99% (38519/38908) 2025-06-05T23:22:32.6187429Z remote: Total 38908 (delta 12504), reused 12205 (delta 12205), pack-reused 25671 (from 3) 2025-06-05T23:22:32.6188509Z Receiving objects: 100% (38908/38908), 20.38 MiB | 40.74 MiB/s 2025-06-05T23:22:32.6189387Z Receiving objects: 100% (38908/38908), 20.79 MiB | 40.71 MiB/s, done. 2025-06-05T23:22:32.6190128Z Resolving deltas: 0% (0/28535) 2025-06-05T23:22:32.6190650Z Resolving deltas: 1% (286/28535) 2025-06-05T23:22:32.6191170Z Resolving deltas: 2% (571/28535) 2025-06-05T23:22:32.6191698Z Resolving deltas: 3% (857/28535) 2025-06-05T23:22:32.6192293Z Resolving deltas: 4% (1142/28535) 2025-06-05T23:22:32.6193133Z Resolving deltas: 5% (1427/28535) 2025-06-05T23:22:32.6193659Z Resolving deltas: 6% (1713/28535) 2025-06-05T23:22:32.6194192Z Resolving deltas: 7% (1998/28535) 2025-06-05T23:22:32.6194730Z Resolving deltas: 8% (2283/28535) 2025-06-05T23:22:32.6195249Z Resolving deltas: 9% (2569/28535) 2025-06-05T23:22:32.6195777Z Resolving deltas: 10% (2854/28535) 2025-06-05T23:22:32.6196293Z Resolving deltas: 11% (3139/28535) 2025-06-05T23:22:32.6196829Z Resolving deltas: 12% (3425/28535) 2025-06-05T23:22:32.6197340Z Resolving deltas: 13% (3710/28535) 2025-06-05T23:22:32.6197879Z Resolving deltas: 14% (3995/28535) 2025-06-05T23:22:32.6198397Z Resolving deltas: 15% (4281/28535) 2025-06-05T23:22:32.6198919Z Resolving deltas: 16% (4566/28535) 2025-06-05T23:22:32.6199449Z Resolving deltas: 17% (4851/28535) 2025-06-05T23:22:32.6199963Z Resolving deltas: 18% (5137/28535) 2025-06-05T23:22:32.6200496Z Resolving deltas: 19% (5422/28535) 2025-06-05T23:22:32.6201010Z Resolving deltas: 20% (5707/28535) 2025-06-05T23:22:32.6201544Z Resolving deltas: 21% (5993/28535) 2025-06-05T23:22:32.6202082Z Resolving deltas: 22% (6278/28535) 2025-06-05T23:22:32.6202597Z Resolving deltas: 23% (6564/28535) 2025-06-05T23:22:32.6203127Z Resolving deltas: 24% (6849/28535) 2025-06-05T23:22:32.6203660Z Resolving deltas: 25% (7134/28535) 2025-06-05T23:22:32.6204189Z Resolving deltas: 26% (7420/28535) 2025-06-05T23:22:32.6204724Z Resolving deltas: 27% (7705/28535) 2025-06-05T23:22:32.6205253Z Resolving deltas: 28% (7990/28535) 2025-06-05T23:22:32.6205784Z Resolving deltas: 29% (8276/28535) 2025-06-05T23:22:32.6206305Z Resolving deltas: 30% (8561/28535) 2025-06-05T23:22:32.6206799Z Resolving deltas: 31% (8846/28535) 2025-06-05T23:22:32.6207307Z Resolving deltas: 32% (9133/28535) 2025-06-05T23:22:32.6207835Z Resolving deltas: 33% (9417/28535) 2025-06-05T23:22:32.6208339Z Resolving deltas: 34% (9702/28535) 2025-06-05T23:22:32.6208864Z Resolving deltas: 35% (9988/28535) 2025-06-05T23:22:32.6209393Z Resolving deltas: 36% (10273/28535) 2025-06-05T23:22:32.6209921Z Resolving deltas: 37% (10558/28535) 2025-06-05T23:22:32.6210441Z Resolving deltas: 38% (10844/28535) 2025-06-05T23:22:32.6210939Z Resolving deltas: 39% (11129/28535) 2025-06-05T23:22:32.6211474Z Resolving deltas: 40% (11414/28535) 2025-06-05T23:22:32.6211999Z Resolving deltas: 41% (11700/28535) 2025-06-05T23:22:32.6212535Z Resolving deltas: 42% (11985/28535) 2025-06-05T23:22:32.6213058Z Resolving deltas: 43% (12271/28535) 2025-06-05T23:22:32.6213840Z Resolving deltas: 44% (12556/28535) 2025-06-05T23:22:32.6214380Z Resolving deltas: 45% (12841/28535) 2025-06-05T23:22:32.6214904Z Resolving deltas: 46% (13127/28535) 2025-06-05T23:22:32.6215440Z Resolving deltas: 47% (13412/28535) 2025-06-05T23:22:32.6215959Z Resolving deltas: 48% (13697/28535) 2025-06-05T23:22:32.6216491Z Resolving deltas: 49% (13983/28535) 2025-06-05T23:22:32.6217012Z Resolving deltas: 50% (14268/28535) 2025-06-05T23:22:32.6217528Z Resolving deltas: 51% (14553/28535) 2025-06-05T23:22:32.6218188Z Resolving deltas: 52% (14839/28535) 2025-06-05T23:22:32.6218719Z Resolving deltas: 53% (15124/28535) 2025-06-05T23:22:32.6219236Z Resolving deltas: 54% (15409/28535) 2025-06-05T23:22:32.6219769Z Resolving deltas: 55% (15695/28535) 2025-06-05T23:22:32.6220295Z Resolving deltas: 56% (15980/28535) 2025-06-05T23:22:32.6220809Z Resolving deltas: 57% (16265/28535) 2025-06-05T23:22:32.6221339Z Resolving deltas: 58% (16551/28535) 2025-06-05T23:22:32.6221859Z Resolving deltas: 59% (16836/28535) 2025-06-05T23:22:32.6222390Z Resolving deltas: 60% (17121/28535) 2025-06-05T23:22:32.6222905Z Resolving deltas: 61% (17408/28535) 2025-06-05T23:22:32.6223424Z Resolving deltas: 62% (17692/28535) 2025-06-05T23:22:32.6223945Z Resolving deltas: 63% (17978/28535) 2025-06-05T23:22:32.6224478Z Resolving deltas: 64% (18263/28535) 2025-06-05T23:22:32.6225009Z Resolving deltas: 65% (18548/28535) 2025-06-05T23:22:32.6225523Z Resolving deltas: 66% (18834/28535) 2025-06-05T23:22:32.6226055Z Resolving deltas: 67% (19119/28535) 2025-06-05T23:22:32.6226582Z Resolving deltas: 68% (19404/28535) 2025-06-05T23:22:32.6227115Z Resolving deltas: 69% (19690/28535) 2025-06-05T23:22:32.6227631Z Resolving deltas: 70% (19975/28535) 2025-06-05T23:22:32.6228164Z Resolving deltas: 71% (20260/28535) 2025-06-05T23:22:32.6228683Z Resolving deltas: 72% (20546/28535) 2025-06-05T23:22:32.6229215Z Resolving deltas: 73% (20831/28535) 2025-06-05T23:22:32.6229739Z Resolving deltas: 74% (21116/28535) 2025-06-05T23:22:32.6230290Z Resolving deltas: 75% (21402/28535) 2025-06-05T23:22:32.6231632Z Resolving deltas: 76% (21687/28535) 2025-06-05T23:22:32.6232231Z Resolving deltas: 77% (21972/28535) 2025-06-05T23:22:32.6232775Z Resolving deltas: 78% (22258/28535) 2025-06-05T23:22:32.6233275Z Resolving deltas: 79% (22543/28535) 2025-06-05T23:22:32.6233811Z Resolving deltas: 80% (22828/28535) 2025-06-05T23:22:32.6234331Z Resolving deltas: 81% (23114/28535) 2025-06-05T23:22:32.6234871Z Resolving deltas: 82% (23399/28535) 2025-06-05T23:22:32.6235396Z Resolving deltas: 83% (23685/28535) 2025-06-05T23:22:32.6235927Z Resolving deltas: 84% (23970/28535) 2025-06-05T23:22:32.6236454Z Resolving deltas: 85% (24255/28535) 2025-06-05T23:22:32.6236997Z Resolving deltas: 86% (24541/28535) 2025-06-05T23:22:32.6237527Z Resolving deltas: 87% (24826/28535) 2025-06-05T23:22:32.6238051Z Resolving deltas: 88% (25111/28535) 2025-06-05T23:22:32.6238586Z Resolving deltas: 89% (25397/28535) 2025-06-05T23:22:32.6239128Z Resolving deltas: 90% (25682/28535) 2025-06-05T23:22:32.6239674Z Resolving deltas: 91% (25969/28535) 2025-06-05T23:22:32.6240191Z Resolving deltas: 92% (26253/28535) 2025-06-05T23:22:32.6240712Z Resolving deltas: 93% (26538/28535) 2025-06-05T23:27:46.4274780Z Resolving deltas: 94% (26823/28535) 2025-06-05T23:27:46.4275392Z Resolving deltas: 95% (27109/28535) 2025-06-05T23:27:46.4275903Z Resolving deltas: 96% (27394/28535) 2025-06-05T23:27:46.4276402Z Resolving deltas: 97% (27679/28535) 2025-06-05T23:27:46.4276791Z Resolving deltas: 98% (27965/28535) 2025-06-05T23:27:46.4277120Z Resolving deltas: 99% (28250/28535) 2025-06-05T23:27:46.4277522Z Resolving deltas: 100% (28535/28535) 2025-06-05T23:27:46.4277968Z Resolving deltas: 100% (28535/28535), done. 2025-06-05T23:27:46.4278843Z Submodule path 'thirdparty/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:27:46.4280365Z Submodule path 'thirdparty/specification': checked out 'b5b067819e5de11153b41cf3d26da4f3f9dd23e8' 2025-06-05T23:27:46.4281713Z [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:46.4283384Z /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:46.4284308Z HEAD is now at 70ed0b4 Add boolean input argument support 2025-06-05T23:27:46.4284921Z Applying: Move tosa-tools to be namespaced into tosa-tools.v0_80 2025-06-05T23:27:46.4285480Z [patch_repo] Patched reference_model @ heads/v0.80-0-g5f49793 in reference_model dir. 2025-06-05T23:27:46.4285870Z 2025-06-05T23:27:46.4286225Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:46.4287681Z [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:46.4290333Z /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:46.4292273Z HEAD is now at 021bbad Use binary mode when loading and saving flatbuffer files 2025-06-05T23:27:46.4293396Z Applying: Make TOSA serializer lib to be self contained 2025-06-05T23:27:46.4294589Z [patch_repo] Patched serialization_lib @ tags/v0.80.1-1-gb0b378f in reference_model/thirdparty/serialization_lib dir. 2025-06-05T23:27:46.4295516Z 2025-06-05T23:27:46.4296228Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:46.4298453Z /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:46.4300466Z Processing /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model 2025-06-05T23:27:46.4367663Z Installing build dependencies ... [?25l- \ | / - done 2025-06-05T23:27:46.4368287Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-06-05T23:27:46.4368845Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:27:46.4369622Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-05T23:27:46.4370321Z Building wheels for collected packages: tosa-tools-v0.80 2025-06-05T23:27:46.4371188Z Building wheel for tosa-tools-v0.80 (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2025-06-05T23:27:46.4372602Z [?25h Created wheel for tosa-tools-v0.80: filename=tosa_tools_v0_80-0.80.2.dev2+g5f49793.d20250605-py3-none-any.whl size=4971389 sha256=ad95d12b775c7b672c62393f59c28a51bca3a14219278ddf705f63819c86f13e 2025-06-05T23:27:46.4373881Z Stored in directory: /tmp/pip-ephem-wheel-cache-b7umegcw/wheels/02/93/e8/92072c9c8f53773ec1a5f14f540f0db117da02e5cf64dd838c 2025-06-05T23:27:46.4374590Z Successfully built tosa-tools-v0.80 2025-06-05T23:27:46.4374939Z Installing collected packages: tosa-tools-v0.80 2025-06-05T23:27:46.4375405Z Successfully installed tosa-tools-v0.80-0.80.2.dev2+g5f49793.d20250605 2025-06-05T23:27:46.4376113Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:27:46.4377060Z Collecting tosa-tools@ git+https://git.gitlab.arm.com/tosa/tosa-reference-model.git@d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:46.4378553Z Cloning https://git.gitlab.arm.com/tosa/tosa-reference-model.git (to revision d102f426dd2e3c1f25bbf23292ec8ee51aa9c677) to /tmp/pip-install-6tqy1fhb/tosa-tools_2167851437444ffcbf151c84720cc9f6 2025-06-05T23:27:46.4380076Z Running command git clone --filter=blob:none --quiet https://git.gitlab.arm.com/tosa/tosa-reference-model.git /tmp/pip-install-6tqy1fhb/tosa-tools_2167851437444ffcbf151c84720cc9f6 2025-06-05T23:27:46.4381134Z Running command git rev-parse -q --verify 'sha^d102f426dd2e3c1f25bbf23292ec8ee51aa9c677' 2025-06-05T23:27:46.4381961Z Running command git fetch -q https://git.gitlab.arm.com/tosa/tosa-reference-model.git d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:46.4382851Z Running command git checkout -q d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:46.4383587Z Resolved https://git.gitlab.arm.com/tosa/tosa-reference-model.git to commit d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-05T23:27:46.4384297Z Running command git submodule update --init --recursive -q 2025-06-05T23:27:46.4384817Z Installing build dependencies ... [?25l- \ | / done 2025-06-05T23:27:46.4385358Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-05T23:27:46.4385883Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-06-05T23:27:46.4386302Z [?25hCollecting ml_dtypes==0.5.1 2025-06-05T23:27:46.4386839Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-06-05T23:27:46.4387657Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-05T23:27:46.4388445Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-06-05T23:27:46.4389228Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.7 MB ? eta -:--:-- 2025-06-05T23:27:46.4389874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 143.4 MB/s eta 0:00:00 2025-06-05T23:27:46.4390418Z [?25hBuilding wheels for collected packages: tosa-tools 2025-06-05T23:27:46.4391697Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2025-06-05T23:27:46.4393664Z [?25h Created wheel for tosa-tools: filename=tosa_tools-1.0.0rc0.post1.dev304+gd102f42-py3-none-any.whl size=6270137 sha256=e7a0099c67876d431bdcf7c2af159e24280c7865ba11df907bc9125f248ced65 2025-06-05T23:27:46.4394876Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/41/ea/48/97040d2df3bafb675660708c9b6fa45791226fd800e7dd3878 2025-06-05T23:27:46.4395511Z Successfully built tosa-tools 2025-06-05T23:27:46.4395835Z Installing collected packages: tosa-tools, ml_dtypes 2025-06-05T23:27:46.4396208Z [?25l 2025-06-05T23:27:46.4396574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-05T23:27:46.4397155Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ml_dtypes] 2025-06-05T23:27:46.4397705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ml_dtypes] 2025-06-05T23:27:46.4398078Z [?25h 2025-06-05T23:27:46.4398554Z Successfully installed ml_dtypes-0.5.1 tosa-tools-1.0.0rc0.post1.dev304+gd102f42 2025-06-05T23:27:46.4399454Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:46.4401034Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 8cac2b9a7204b57125a8718049519b091a98846c) to /tmp/pip-install-2s9deunh/ethos-u-vela_a6049c9201c1437f8a9ec41cb3bd781c 2025-06-05T23:27:46.4402691Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-2s9deunh/ethos-u-vela_a6049c9201c1437f8a9ec41cb3bd781c 2025-06-05T23:27:46.4403852Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-05T23:27:46.4404575Z Running command git rev-parse -q --verify 'sha^8cac2b9a7204b57125a8718049519b091a98846c' 2025-06-05T23:27:46.4405534Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:46.4406343Z Running command git checkout -q 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:27:46.4407001Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-05T23:29:00.3488519Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-05T23:29:00.3490213Z Installing build dependencies ... [?25l- \ | / - done 2025-06-05T23:29:00.3490960Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-05T23:29:00.3491648Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:29:00.3493821Z [?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:29:00.3494969Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-06-05T23:29:00.3496555Z 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:29:00.3498993Z 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:29:00.3500220Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-06-05T23:29:00.3500686Z Building wheels for collected packages: ethos-u-vela 2025-06-05T23:29:00.3501730Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-06-05T23:29:00.3503205Z [?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=5cfe074a384dc56d97a6802007015424bc9065f23889c448f2035936fdc9b7dd 2025-06-05T23:29:00.3504429Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/77/c7/c5/e99ea73fc70c96cf6e7db473508e3891adee2dd36019b7c365 2025-06-05T23:29:00.3505121Z Successfully built ethos-u-vela 2025-06-05T23:29:00.3505470Z Installing collected packages: flatbuffers, ethos-u-vela 2025-06-05T23:29:00.3505851Z [?25l 2025-06-05T23:29:00.3506114Z  Attempting uninstall: flatbuffers 2025-06-05T23:29:00.3506323Z 2025-06-05T23:29:00.3506539Z  Found existing installation: flatbuffers 25.2.10 2025-06-05T23:29:00.3506796Z 2025-06-05T23:29:00.3506959Z  Uninstalling flatbuffers-25.2.10: 2025-06-05T23:29:00.3507190Z 2025-06-05T23:29:00.3507386Z  Successfully uninstalled flatbuffers-25.2.10 2025-06-05T23:29:00.3507632Z 2025-06-05T23:29:00.3507992Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-05T23:29:00.3508864Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-05T23:29:00.3509437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ethos-u-vela] 2025-06-05T23:29:00.3509802Z [?25h 2025-06-05T23:29:00.3510697Z 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:29:00.3511709Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires jsonschema, which is not installed. 2025-06-05T23:29:00.3512588Z tosa-tools-v0-80 0.80.2.dev2+g5f49793.d20250605 requires jsonschema, which is not installed. 2025-06-05T23:29:00.3513402Z 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:29:00.3514267Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-05T23:29:00.3515161Z tosa-tools-v0-80 0.80.2.dev2+g5f49793.d20250605 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-05T23:29:00.3516217Z tosa-tools-v0-80 0.80.2.dev2+g5f49793.d20250605 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-05T23:29:00.3517062Z Successfully installed ethos-u-vela-4.2.1.dev111+g8cac2b9 flatbuffers-24.12.23 2025-06-05T23:29:00.3517782Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-06-05T23:29:00.3518300Z [main] success! 2025-06-05T23:29:00.3518536Z + ARM_TEST=test_pytest_ops 2025-06-05T23:29:00.3518860Z + backends/arm/test/test_arm_baremetal.sh test_pytest_ops 2025-06-05T23:29:00.3519230Z /pytorch/executorch 2025-06-05T23:29:00.3519501Z Run Arm baremetal test suite test_pytest_ops 2025-06-05T23:29:00.3519856Z test_arm_baremetal.sh test_pytest_ops: Run pytest 2025-06-05T23:29:00.3520198Z + cd /pytorch/executorch 2025-06-05T23:29:00.3520426Z + set +x 2025-06-05T23:29:00.3520710Z -------------------------------------------------------------------------------- 2025-06-05T23:29:00.3521248Z Build ExecuTorch target libs Release into '/pytorch/executorch/arm_test/cmake-out' 2025-06-05T23:29:00.3521784Z -------------------------------------------------------------------------------- 2025-06-05T23:29:00.3522218Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-05T23:29:00.3522583Z + '[' false = true ']' 2025-06-05T23:29:00.3522922Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-05T23:29:00.3523299Z + '[' false = true ']' 2025-06-05T23:29:00.3523802Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-05T23:29:00.3524547Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-05T23:29:00.3527100Z + 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:29:00.3529463Z -- The C compiler identification is GNU 13.3.1 2025-06-05T23:29:00.3529830Z -- The CXX compiler identification is GNU 13.3.1 2025-06-05T23:29:00.3530170Z -- Detecting C compiler ABI info 2025-06-05T23:29:00.3530470Z -- Detecting C compiler ABI info - done 2025-06-05T23:29:00.3531289Z -- 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:29:00.3532114Z -- Detecting C compile features 2025-06-05T23:29:00.3532398Z -- Detecting C compile features - done 2025-06-05T23:29:00.3532712Z -- Detecting CXX compiler ABI info 2025-06-05T23:29:00.3533112Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:29:00.3533941Z -- 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:29:00.3534773Z -- Detecting CXX compile features 2025-06-05T23:29:00.3535068Z -- Detecting CXX compile features - done 2025-06-05T23:29:00.3535390Z -- --- Configured Options --- 2025-06-05T23:29:00.3535567Z 2025-06-05T23:29:00.3535683Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:29:00.3536118Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-05T23:29:00.3536492Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:29:00.3536841Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:29:00.3537200Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:29:00.3537758Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-05T23:29:00.3538334Z -- BUCK2 x (unset) 2025-06-05T23:29:00.3538672Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:29:00.3539021Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:29:00.3539369Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:29:00.3539736Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:29:00.3540276Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:29:00.3540807Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:29:00.3541169Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:29:00.3541520Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:29:00.3541877Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:29:00.3542226Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-05T23:29:00.3542585Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:29:00.3542946Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:29:00.3543294Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:29:00.3543660Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:29:00.3544011Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:29:00.3544369Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:29:00.3544710Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:29:00.3545066Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:29:00.3545413Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:29:00.3545771Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:29:00.3546131Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:29:00.3546472Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:29:00.3546817Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:29:00.3547151Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:29:00.3547502Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:29:00.3547834Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:29:00.3548188Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:29:00.3548538Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:29:00.3548892Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:29:00.3549240Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:29:00.3549571Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:29:00.3549921Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:29:00.3550257Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:29:00.3550605Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:29:00.3550937Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:29:03.8095776Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:29:03.8096428Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:29:03.8097324Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:29:03.8097881Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-05T23:29:03.8098570Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:29:03.8099238Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:29:03.8099874Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-05T23:29:03.8100499Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-05T23:29:03.8101101Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:29:03.8101705Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:29:03.8102560Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:29:03.8103178Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:29:03.8103756Z -- -------------------------- 2025-06-05T23:29:03.8104542Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:29:03.8106225Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:29:03.8107453Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:29:03.8108230Z CMake. 2025-06-05T23:29:03.8108421Z 2025-06-05T23:29:03.8108803Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:29:03.8109799Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:29:03.8110702Z to work with policies introduced by or earlier. 2025-06-05T23:29:03.8111172Z 2025-06-05T23:29:03.8111426Z  2025-06-05T23:29:03.8112023Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:29:03.8112863Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:29:03.8113642Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:29:03.8114307Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:29:03.8115117Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:29:03.8115940Z -- GCC_VERSION: 13.3.1 2025-06-05T23:29:03.8116205Z 2025-06-05T23:29:03.8117747Z -- 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:29:03.8120504Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:29:03.8121835Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:29:03.8122624Z CMake. 2025-06-05T23:29:03.8122837Z 2025-06-05T23:29:03.8123240Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:29:03.8124237Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:29:03.8125075Z to work with policies introduced by or earlier. 2025-06-05T23:29:03.8125553Z 2025-06-05T23:29:03.8125767Z  2025-06-05T23:29:03.8126107Z -- Resolved buck2 as buck2. 2025-06-05T23:29:03.8126581Z -- Killing buck2 daemon 2025-06-05T23:29:03.8126984Z 'buck2 killall' 2025-06-05T23:29:03.8127412Z -- executorch: Generating source lists 2025-06-05T23:29:03.8128402Z -- executorch: Generating source file list /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-05T23:29:03.8129779Z -- executorch: Using sources file /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-05T23:29:03.8130676Z -- Generating operator lib: 2025-06-05T23:29:03.8131134Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:29:03.8131835Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:29:03.8132578Z -- ROOT_OPS: 2025-06-05T23:29:03.8132976Z -- INCLUDE_ALL_OPS: 2025-06-05T23:29:03.8135333Z 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:29:03.8137618Z -- Generating kernel bindings: 2025-06-05T23:29:03.8138124Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:29:03.8138874Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:29:03.8139653Z -- CUSTOM_OPS_YAML: 2025-06-05T23:29:03.8140097Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:29:03.8143619Z 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:29:03.8146922Z -- Generating operator lib: 2025-06-05T23:29:03.8147412Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:29:03.8147922Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:29:03.8148420Z -- DEPS: executorch_core 2025-06-05T23:29:03.8149479Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:29:03.8150628Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:29:03.8151360Z CMake. 2025-06-05T23:29:03.8151544Z 2025-06-05T23:29:03.8152043Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:29:03.8153039Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:29:03.8153922Z to work with policies introduced by or earlier. 2025-06-05T23:29:03.8154347Z 2025-06-05T23:29:03.8154544Z  2025-06-05T23:29:03.8154909Z -- Looking for C++ include unistd.h 2025-06-05T23:29:03.8155427Z -- Looking for C++ include unistd.h - found 2025-06-05T23:29:03.8155964Z -- Looking for C++ include stdint.h 2025-06-05T23:29:03.8156464Z -- Looking for C++ include stdint.h - found 2025-06-05T23:29:03.8157023Z -- Looking for C++ include inttypes.h 2025-06-05T23:29:03.8157552Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:29:03.8158096Z -- Looking for C++ include sys/types.h 2025-06-05T23:29:03.8158657Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:29:03.8159252Z -- Looking for C++ include sys/stat.h 2025-06-05T23:29:03.8159833Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:29:03.8160427Z -- Looking for C++ include fnmatch.h 2025-06-05T23:29:03.8161033Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:29:03.8161627Z -- Looking for C++ include stddef.h 2025-06-05T23:29:03.8162163Z -- Looking for C++ include stddef.h - found 2025-06-05T23:29:03.8162698Z -- Check size of uint32_t 2025-06-05T23:29:03.8163185Z -- Check size of uint32_t - done 2025-06-05T23:29:03.8163684Z -- Looking for strtoll 2025-06-05T23:29:03.8164091Z -- Looking for strtoll - found 2025-06-05T23:29:03.8164574Z -- Generating operator lib: 2025-06-05T23:29:03.8165047Z -- LIB_NAME: cortex_m_ops_lib 2025-06-05T23:29:03.8165835Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-05T23:29:03.8166582Z -- ROOT_OPS: 2025-06-05T23:29:03.8166969Z -- INCLUDE_ALL_OPS: 2025-06-05T23:29:03.8169497Z 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:29:03.8171740Z -- Generating kernel bindings: 2025-06-05T23:29:03.8172268Z -- LIB_NAME: cortex_m_ops_lib 2025-06-05T23:29:03.8172758Z -- FUNCTIONS_YAML: 2025-06-05T23:29:03.8173492Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-05T23:29:03.8174372Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:29:03.8180713Z 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:29:03.8186103Z -- Generating operator lib: 2025-06-05T23:29:03.8186583Z -- LIB_NAME: cortex_m_ops_lib 2025-06-05T23:29:03.8187067Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-05T23:29:03.8187587Z -- DEPS: executorch 2025-06-05T23:29:03.8188015Z -- Generating operator lib: 2025-06-05T23:29:03.8188639Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:29:03.8189340Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:29:03.8190093Z -- ROOT_OPS: 2025-06-05T23:29:03.8190464Z -- INCLUDE_ALL_OPS: 2025-06-05T23:29:03.8193245Z 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:29:03.8195409Z -- Generating kernel bindings: 2025-06-05T23:29:03.8195907Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:29:03.8196404Z -- FUNCTIONS_YAML: 2025-06-05T23:29:03.8197040Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:29:03.8197843Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:29:03.8204356Z 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:29:03.8210021Z -- Generating operator lib: 2025-06-05T23:29:03.8210523Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:29:03.8222892Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:29:03.8223490Z -- DEPS: executorch_core 2025-06-05T23:29:03.8223947Z -- Configuring done (3.6s) 2025-06-05T23:29:03.8224418Z -- Generating done (0.1s) 2025-06-05T23:29:03.8225108Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out 2025-06-05T23:29:03.8225995Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-05T23:29:03.8226688Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-05T23:29:03.8227316Z [build_executorch.sh] Configured CMAKE 2025-06-05T23:29:03.8227863Z ++ nproc 2025-06-05T23:29:03.8228631Z + cmake --build /pytorch/executorch/arm_test/cmake-out -j8 --target install --config Release -- 2025-06-05T23:29:03.8230062Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:29:03.8231136Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:29:03.8232640Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-06-05T23:29:03.8234484Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-06-05T23:29:03.8236449Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-06-05T23:29:05.0822907Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-06-05T23:29:05.0824895Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-06-05T23:29:05.0826270Z [ 3%] No download step for 'flatbuffers_external_project' 2025-06-05T23:29:05.0827186Z [ 3%] No download step for 'flatcc_external_project' 2025-06-05T23:29:05.0828332Z [ 4%] No update step for 'flatcc_external_project' 2025-06-05T23:29:05.0829230Z [ 4%] No update step for 'flatbuffers_external_project' 2025-06-05T23:29:05.0830088Z [ 4%] No patch step for 'flatcc_external_project' 2025-06-05T23:29:05.0830931Z [ 5%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:29:05.0831875Z [ 5%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:29:05.0833043Z [ 5%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:29:05.0834067Z CMake Warning: 2025-06-05T23:29:05.0834609Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:29:05.0835112Z 2025-06-05T23:29:05.0835288Z  2025-06-05T23:29:05.0836043Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:29:05.0837022Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:29:05.0837758Z CMake. 2025-06-05T23:29:05.0837967Z 2025-06-05T23:29:05.0838351Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:29:05.0839331Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:29:05.0840180Z to work with policies introduced by or earlier. 2025-06-05T23:29:05.0840645Z 2025-06-05T23:29:05.0840877Z  2025-06-05T23:29:05.0841260Z CMake Warning: 2025-06-05T23:29:05.0842208Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:29:05.0842712Z 2025-06-05T23:29:05.0842999Z  2025-06-05T23:29:05.0843514Z fatal: No names found, cannot describe anything. 2025-06-05T23:29:05.0844399Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:29:05.0845129Z git describe failed with exit code: 128 2025-06-05T23:29:05.0845599Z 2025-06-05T23:29:05.0846509Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:29:05.0847175Z Call Stack (most recent call first): 2025-06-05T23:29:05.0847748Z CMakeLists.txt:5 (include) 2025-06-05T23:29:05.0848050Z 2025-06-05T23:29:05.0848270Z  2025-06-05T23:29:05.0848633Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:29:05.0849203Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:29:05.0849799Z -- Detecting C compiler ABI info 2025-06-05T23:29:05.0850350Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:29:05.0850973Z -- Detecting CXX compiler ABI info 2025-06-05T23:29:05.0851487Z -- Detecting C compiler ABI info - done 2025-06-05T23:29:05.0852166Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:29:05.0852828Z -- Detecting C compile features 2025-06-05T23:29:05.0853317Z -- Detecting C compile features - done 2025-06-05T23:29:05.0853973Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:29:05.0859909Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:29:05.0860614Z -- Setting Clang compiler options 2025-06-05T23:29:05.0861849Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:29:05.0863105Z -- Configuring done (0.4s) 2025-06-05T23:29:05.0863620Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:29:05.0864193Z -- Generating done (0.0s) 2025-06-05T23:29:05.0865474Z -- 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:29:05.0867158Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-05T23:29:05.0868091Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:29:05.0868678Z -- Detecting CXX compile features 2025-06-05T23:29:05.0869178Z -- Detecting CXX compile features - done 2025-06-05T23:29:05.0870075Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:29:05.0871395Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:29:05.0872674Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:29:05.0873597Z -- Looking for strtof_l 2025-06-05T23:29:05.0874426Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:29:05.0875627Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:29:05.0877174Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:29:05.0878659Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:29:05.0879948Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:29:05.0880751Z -- Looking for strtof_l - found 2025-06-05T23:29:05.0881235Z -- Looking for strtoull_l 2025-06-05T23:29:05.0882247Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:29:05.0883696Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:29:05.0885378Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-06-05T23:29:05.0887004Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:53: 2025-06-05T23:29:05.0889929Z /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:29:05.0892483Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:29:05.0893688Z | ^ 2025-06-05T23:29:05.0895047Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:12: 2025-06-05T23:29:05.0897032Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-05T23:29:05.0898434Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:29:05.0899183Z | ^~~~~~~~~~~~ 2025-06-05T23:29:05.0901753Z /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:29:05.0904171Z 68 | const NamedDataMap* get_named_data_map() const { 2025-06-05T23:29:05.0905068Z | ^~~~~ 2025-06-05T23:29:05.0906644Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-05T23:29:05.0908085Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:29:05.0908851Z | ^~~~~~~~~~~~ 2025-06-05T23:29:05.0911409Z /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:29:05.0913967Z 76 | const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:29:05.0914810Z | ^~~~~~~ 2025-06-05T23:29:05.0916318Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-05T23:29:05.0918068Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:29:05.0918826Z | ^~~~~~~~~~~~ 2025-06-05T23:29:05.0919841Z [ 33%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:29:05.0920682Z [ 33%] Built target flatccrt 2025-06-05T23:29:05.0921660Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:29:05.0923097Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:29:05.0924573Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:29:05.0925737Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:29:05.0926828Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:29:05.0927598Z -- Looking for strtoull_l - found 2025-06-05T23:29:05.0928074Z -- Looking for realpath 2025-06-05T23:29:05.0928928Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:29:05.0930063Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:29:05.0931159Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:29:05.0932443Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:29:05.0933782Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:29:05.0935194Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:29:05.0936600Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:29:05.0937990Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:29:05.0939381Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:29:05.0940808Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:29:05.0942282Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:29:05.0943719Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:29:05.0944660Z -- Looking for realpath - found 2025-06-05T23:29:05.0945258Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:29:05.0945891Z -- Configuring done (1.2s) 2025-06-05T23:29:05.0946369Z -- Generating done (0.0s) 2025-06-05T23:29:05.0947753Z -- 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:29:05.5594144Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:29:05.5595932Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:29:05.5597387Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:29:05.5598797Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:29:05.5600036Z [ 6%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-06-05T23:29:05.5601310Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:29:05.5602510Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:29:05.5603409Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-05T23:29:05.5604403Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:29:05.5605608Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:29:05.5607111Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:29:05.5608767Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:29:05.5609632Z [ 93%] Built target flatcc 2025-06-05T23:29:05.5610596Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:29:05.5611926Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:29:05.5613391Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:29:05.5614769Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:29:05.5616206Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:29:05.5617554Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:29:05.5618866Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:29:05.5620219Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:29:05.5621064Z [100%] Built target flatcc_cli 2025-06-05T23:29:05.5622022Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:29:05.5622778Z [ 21%] Built target flatccrt 2025-06-05T23:29:05.5623222Z [ 93%] Built target flatcc 2025-06-05T23:29:05.5623696Z [100%] Built target flatcc_cli 2025-06-05T23:29:05.5624267Z Install the project... 2025-06-05T23:29:05.5624750Z -- Install configuration: "" 2025-06-05T23:29:05.5625755Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:29:05.5627380Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:29:05.5629130Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:29:05.5630959Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:29:05.5632919Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:29:05.5634791Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:29:05.5636653Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:29:05.5638575Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:29:05.5640485Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:29:05.5646700Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:29:05.5648868Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:29:05.5650755Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:29:05.5652659Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:29:05.5654641Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:29:05.5656597Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:29:05.5658506Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:29:05.5660417Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:29:05.5662478Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:29:05.5664404Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:29:05.5666289Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:29:05.5668270Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:29:05.5670201Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:29:05.5672095Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:29:05.5673948Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:29:05.5675886Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:29:05.5677863Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:29:05.5679884Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:29:05.5681893Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:29:05.5683883Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:29:05.5685847Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:29:05.5687908Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:29:05.5690017Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:29:05.5692102Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:29:05.5694408Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:29:05.5696612Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:29:05.5698755Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:29:05.5701141Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:29:05.5703266Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:29:05.5705285Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:29:05.5707273Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:29:05.5709206Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:29:05.5711132Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:29:05.5713273Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:29:05.5715593Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:29:05.5717651Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:29:05.5719648Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:29:05.5721651Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:29:05.5723719Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:29:05.5725711Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:29:05.5727705Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:29:07.8211151Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:29:07.8212663Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:29:07.8213831Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:29:07.8215076Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:29:07.8216269Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:29:07.8217455Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:29:07.8218811Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:29:07.8220185Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:29:07.8221573Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:29:07.8222816Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:29:07.8224115Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:29:07.8225493Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:29:07.8226695Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:29:07.8228082Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:29:07.8229281Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:29:07.8230534Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:29:07.8232016Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:29:07.8233479Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:29:07.8234919Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:29:07.8236587Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:29:07.8237776Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:29:07.8238994Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:29:07.8240218Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:29:07.8241537Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:29:07.8242597Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:29:07.8243596Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:29:07.8244603Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:29:07.8245514Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:29:07.8246358Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:29:07.8247158Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:29:07.8248018Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:29:07.8248554Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:29:07.8249004Z [ 7%] Built target flatcc_external_project 2025-06-05T23:29:07.8249517Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:29:07.8250269Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-06-05T23:29:07.8251146Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-06-05T23:29:07.8251893Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:29:07.8252551Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:29:07.8253262Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:29:07.8254113Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-06-05T23:29:07.8254913Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:29:07.8255660Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-06-05T23:29:07.8256410Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:29:07.8257155Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:29:07.8257823Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:29:07.8258542Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:29:07.8259263Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:29:07.8259914Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:29:07.8260502Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:29:07.8261100Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:29:07.8261743Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:29:07.8262442Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:29:07.8263351Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-06-05T23:29:07.8264103Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:29:07.8264741Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:29:07.8265392Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:29:07.8266102Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:29:07.8266865Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:29:07.8267739Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-06-05T23:29:07.8268588Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:29:07.8269362Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:29:07.8270151Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:29:07.8270915Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:29:07.8271476Z [100%] Linking CXX executable flatc 2025-06-05T23:29:07.8271809Z [100%] Built target flatc 2025-06-05T23:29:07.8272340Z [ 9%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:29:07.8272924Z [ 10%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:29:07.8273320Z [ 10%] Built target gflags_nothreads_static 2025-06-05T23:29:07.8273635Z [100%] Built target flatc 2025-06-05T23:29:07.8273942Z Install the project... 2025-06-05T23:29:07.8274218Z -- Install configuration: "" 2025-06-05T23:29:07.8274816Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:29:07.8275796Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:29:07.8276821Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:29:07.8277816Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:29:07.8278799Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:29:07.8279828Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:29:07.8280870Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:29:07.8281993Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:29:07.8283091Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:29:10.5196011Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:29:10.5198114Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:29:10.5200224Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:29:10.5202249Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:29:10.5204103Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:29:10.5206761Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:29:10.5208884Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:29:10.5210814Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:29:10.5212741Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:29:10.5214805Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:29:10.5216627Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:29:10.5218548Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:29:10.5220540Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:29:10.5222576Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:29:10.5224608Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:29:10.5226637Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:29:10.5228518Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:29:10.5230476Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:29:10.5232675Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:29:10.5234594Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:29:10.5236484Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:29:10.5238381Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:29:10.5240285Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:29:10.5242151Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:29:10.5244032Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:29:10.5246249Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:29:10.5248351Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:29:10.5250540Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:29:10.5252524Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:29:10.5254324Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:29:10.5256749Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:29:10.5258794Z [ 11%] Completed 'flatbuffers_external_project' 2025-06-05T23:29:10.5259477Z [ 11%] Built target flatbuffers_external_project 2025-06-05T23:29:10.5260251Z [ 11%] Generating common_schema headers 2025-06-05T23:29:10.5260892Z [ 11%] Built target common_schema 2025-06-05T23:29:10.5261600Z [ 11%] Generating program_schema headers 2025-06-05T23:29:10.5262211Z [ 11%] Built target program_schema 2025-06-05T23:29:10.5263365Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-06-05T23:29:10.5265005Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-06-05T23:29:10.5266829Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-06-05T23:29:10.5268720Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-06-05T23:29:10.5270596Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-06-05T23:29:10.5272380Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-06-05T23:29:10.5273805Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-06-05T23:29:10.5275274Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-06-05T23:29:10.5276844Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-06-05T23:29:10.5278398Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-06-05T23:29:10.5279990Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-06-05T23:29:10.5281710Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-06-05T23:29:10.5283565Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-06-05T23:29:10.5285307Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-06-05T23:29:10.5286880Z [ 15%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:29:10.5287830Z [ 15%] Built target flatccrt 2025-06-05T23:29:10.5288841Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-06-05T23:29:10.5290311Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-06-05T23:29:10.5291828Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-06-05T23:29:10.5293651Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-06-05T23:29:10.5295420Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-06-05T23:29:10.5296920Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-06-05T23:29:10.5298514Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-06-05T23:29:10.5304755Z /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:10.5308800Z /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:10.5310776Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-06-05T23:29:10.5312120Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-06-05T23:29:10.5313058Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:29:10.5313762Z [ 18%] Built target executorch_core 2025-06-05T23:29:10.5315303Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-06-05T23:29:10.5316870Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-06-05T23:29:10.5318541Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-06-05T23:29:10.5320297Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-06-05T23:29:10.5322064Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-06-05T23:29:10.5323966Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-06-05T23:29:26.5521342Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-06-05T23:29:26.5523527Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-06-05T23:29:26.5525490Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-06-05T23:29:26.5527464Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-06-05T23:29:26.5529410Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-06-05T23:29:26.5530982Z [ 22%] Linking CXX static library libextension_runner_util.a 2025-06-05T23:29:26.5531735Z [ 22%] Built target extension_runner_util 2025-06-05T23:29:26.5533134Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-06-05T23:29:26.5534992Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-06-05T23:29:26.5536851Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-06-05T23:29:26.5538831Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-06-05T23:29:26.5540826Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-06-05T23:29:26.5542812Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-06-05T23:29:26.5545080Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-06-05T23:29:26.5546526Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-05T23:29:26.5547217Z [ 25%] Built target executorch 2025-06-05T23:29:26.5548481Z [ 25%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-06-05T23:29:26.5550425Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-06-05T23:29:26.5552428Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-06-05T23:29:26.5554140Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-06-05T23:29:26.5556017Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-06-05T23:29:26.5558279Z [ 27%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-06-05T23:29:26.5559753Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:29:26.5560518Z [ 28%] Built target kernels_util_all_deps 2025-06-05T23:29:26.5561779Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-06-05T23:29:26.5563382Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-06-05T23:29:26.5564975Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-06-05T23:29:26.5566865Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-06-05T23:29:26.5568611Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-06-05T23:29:26.5570376Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-05T23:29:26.5572109Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-06-05T23:29:26.5573429Z [ 30%] Linking CXX static library libcortex_m_kernels.a 2025-06-05T23:29:26.5574139Z [ 30%] Built target cortex_m_kernels 2025-06-05T23:29:26.5574952Z [ 31%] Generating selected_operators.yaml for cortex_m_ops_lib 2025-06-05T23:29:26.5575835Z [ 31%] Generating code for kernel registration 2025-06-05T23:29:26.5577098Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-06-05T23:29:26.5578793Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-06-05T23:29:26.5580613Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-06-05T23:29:26.5582430Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-06-05T23:29:26.5584104Z [ 34%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-06-05T23:29:26.5585663Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-06-05T23:29:26.5587344Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-06-05T23:29:26.5588742Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-06-05T23:29:26.5590089Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-06-05T23:29:26.5591729Z [ 35%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-05T23:29:26.5594216Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-06-05T23:29:26.5595685Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-06-05T23:29:26.5597318Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-06-05T23:29:26.5598451Z [ 36%] Linking CXX static library libcortex_m_ops_lib.a 2025-06-05T23:29:26.5599031Z [ 36%] Built target cortex_m_ops_lib 2025-06-05T23:29:26.5599990Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-06-05T23:29:26.5601495Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-06-05T23:29:26.5603162Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-06-05T23:29:26.5605055Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-06-05T23:29:26.5606777Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-06-05T23:29:26.5607995Z [ 38%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:29:26.5608682Z [ 38%] Built target quantized_kernels 2025-06-05T23:29:26.5609566Z [ 39%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:29:26.5610590Z [ 39%] Generating code for kernel registration 2025-06-05T23:29:26.5612057Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-06-05T23:29:26.5613712Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-06-05T23:29:26.5615359Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-06-05T23:29:26.5616970Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-06-05T23:29:26.5618947Z [ 40%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-05T23:29:26.5621094Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-06-05T23:29:26.5622721Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-06-05T23:29:26.5624291Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-06-05T23:29:26.5625604Z [ 42%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:29:26.5626310Z [ 42%] Built target quantized_ops_lib 2025-06-05T23:29:26.5627590Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-06-05T23:29:26.5629474Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-06-05T23:29:26.5631356Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-06-05T23:29:26.5633328Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-06-05T23:29:26.5635199Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-06-05T23:29:26.5636987Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-06-05T23:29:26.5638702Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-06-05T23:29:26.5640525Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-06-05T23:29:26.5642552Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-06-05T23:29:26.5644331Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-06-05T23:29:26.5646087Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-06-05T23:29:58.2981770Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-06-05T23:29:58.2983593Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-06-05T23:29:58.2985356Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-06-05T23:29:58.2987044Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-06-05T23:29:58.2988652Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-06-05T23:29:58.2990589Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-06-05T23:29:58.2992311Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-06-05T23:29:58.2994176Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-06-05T23:29:58.2995927Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-06-05T23:29:58.2997599Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-06-05T23:29:58.2999358Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-06-05T23:29:58.3000989Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-05T23:29:58.3002650Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-06-05T23:29:58.3004215Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-06-05T23:29:58.3005755Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-06-05T23:29:58.3007310Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-06-05T23:29:58.3008938Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-06-05T23:29:58.3010599Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-06-05T23:29:58.3012191Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-06-05T23:29:58.3013763Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-06-05T23:29:58.3015374Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-06-05T23:29:58.3016989Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-06-05T23:29:58.3018514Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-06-05T23:29:58.3020046Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-06-05T23:29:58.3021707Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-06-05T23:29:58.3023292Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-06-05T23:29:58.3024780Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-06-05T23:29:58.3026508Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-06-05T23:29:58.3027966Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-06-05T23:29:58.3029541Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-06-05T23:29:58.3031221Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-06-05T23:29:58.3032688Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-06-05T23:29:58.3034224Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-06-05T23:29:58.3035537Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-06-05T23:29:58.3036835Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-06-05T23:29:58.3038436Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-06-05T23:29:58.3040023Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-06-05T23:29:58.3041527Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-06-05T23:29:58.3043200Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-06-05T23:29:58.3045124Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-06-05T23:29:58.3046869Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-06-05T23:29:58.3048241Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-06-05T23:29:58.3049682Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-06-05T23:29:58.3051150Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-06-05T23:29:58.3052655Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-06-05T23:29:58.3054243Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-06-05T23:29:58.3055859Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-06-05T23:29:58.3057597Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-06-05T23:29:58.3059270Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-06-05T23:29:58.3061022Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-06-05T23:29:58.3062679Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-06-05T23:29:58.3064459Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-06-05T23:29:58.3066283Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-06-05T23:29:58.3068122Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-06-05T23:29:58.3069957Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-06-05T23:29:58.3071889Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-06-05T23:29:58.3074090Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-06-05T23:29:58.3076250Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-06-05T23:29:58.3077986Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-06-05T23:29:58.3079703Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-06-05T23:29:58.3081458Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-06-05T23:29:58.3083177Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-06-05T23:29:58.3084880Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-06-05T23:29:58.3086607Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-06-05T23:29:58.3088674Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-06-05T23:29:58.3090629Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-06-05T23:29:58.3092573Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-06-05T23:29:58.3094733Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-06-05T23:29:58.3096373Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-06-05T23:29:58.3098195Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-06-05T23:29:58.3099842Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-06-05T23:29:58.3101495Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-06-05T23:29:58.3103250Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-06-05T23:29:58.3104988Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-06-05T23:29:58.3106828Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-06-05T23:30:24.0383878Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-06-05T23:30:24.0385803Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-06-05T23:30:24.0387445Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-06-05T23:30:24.0389155Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-06-05T23:30:24.0390925Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-06-05T23:30:24.0393110Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-06-05T23:30:24.0395010Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-06-05T23:30:24.0396971Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-06-05T23:30:24.0398894Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-06-05T23:30:24.0400700Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-06-05T23:30:24.0402486Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-06-05T23:30:24.0404634Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-06-05T23:30:24.0406411Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-06-05T23:30:24.0408394Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-06-05T23:30:24.0410358Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-06-05T23:30:24.0412338Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-06-05T23:30:24.0414211Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-06-05T23:30:24.0415938Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-06-05T23:30:24.0417640Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-06-05T23:30:24.0419580Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-06-05T23:30:24.0421321Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-06-05T23:30:24.0423061Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-06-05T23:30:24.0424707Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-06-05T23:30:24.0426663Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-06-05T23:30:24.0428489Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-06-05T23:30:24.0430274Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-06-05T23:30:24.0432119Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-06-05T23:30:24.0433793Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-06-05T23:30:24.0435476Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-06-05T23:30:24.0437208Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-06-05T23:30:24.0438999Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-06-05T23:30:24.0440789Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-06-05T23:30:24.0442493Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-06-05T23:30:24.0444457Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-06-05T23:30:24.0446300Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-06-05T23:30:24.0448021Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-06-05T23:30:24.0449814Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-06-05T23:30:24.0451491Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-06-05T23:30:24.0453182Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-06-05T23:30:24.0454898Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-06-05T23:30:24.0456589Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-06-05T23:30:24.0458411Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-06-05T23:30:24.0460142Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-06-05T23:30:24.0461856Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-06-05T23:30:24.0463625Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-06-05T23:30:24.0465288Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-06-05T23:30:24.0466967Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-06-05T23:30:24.0468665Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-06-05T23:30:24.0470583Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-06-05T23:30:24.0472481Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-06-05T23:30:24.0474337Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-06-05T23:30:24.0476186Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-06-05T23:30:24.0477948Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-06-05T23:30:24.0479833Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-06-05T23:30:24.0481532Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-06-05T23:30:24.0483116Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-06-05T23:30:24.0484705Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-06-05T23:30:24.0486674Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-06-05T23:30:24.0488899Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-06-05T23:30:24.0491057Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-06-05T23:30:24.0595245Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-06-05T23:30:24.0597669Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-06-05T23:30:24.0599696Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-06-05T23:30:24.0601575Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-06-05T23:30:24.0603521Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-06-05T23:30:24.0605473Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-06-05T23:30:24.0607354Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-06-05T23:30:24.0609231Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-06-05T23:30:24.0611134Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-06-05T23:30:24.0613426Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-06-05T23:30:24.0615440Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-06-05T23:30:24.0617337Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-06-05T23:30:31.4596262Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-06-05T23:30:31.4597545Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-06-05T23:30:31.4598945Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-06-05T23:30:31.4600265Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-06-05T23:30:31.4602358Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-06-05T23:30:31.4603441Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-05T23:30:31.4603832Z [ 99%] Built target portable_kernels 2025-06-05T23:30:31.4604461Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:30:31.4605192Z [ 99%] Generating code for kernel registration 2025-06-05T23:30:31.4606434Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-05T23:30:31.4607614Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:30:31.4608070Z [100%] Built target portable_ops_lib 2025-06-05T23:30:31.4608505Z Install the project... 2025-06-05T23:30:31.4608838Z -- Install configuration: "Release" 2025-06-05T23:30:31.4609335Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-05T23:30:31.4610072Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/fxdiv.h 2025-06-05T23:30:31.4610780Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-05T23:30:31.4611436Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-05T23:30:31.4612479Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-05T23:30:31.4613567Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:30:31.4614626Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core 2025-06-05T23:30:31.4615569Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-05T23:30:31.4616503Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-05T23:30:31.4617420Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/defines.h 2025-06-05T23:30:31.4618383Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/error.h 2025-06-05T23:30:31.4619326Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-05T23:30:31.4620289Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:30:31.4621254Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:30:31.4622375Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:30:31.4623380Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-05T23:30:31.4624310Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:30:31.4625473Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:30:31.4626539Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:30:31.4627894Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:30:31.4629094Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:30:31.4630127Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:30:31.4631274Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:30:31.4632618Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:30:31.4634066Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:30:31.4635275Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:30:31.4636516Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:30:31.4637597Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:30:31.4638702Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:30:31.4639882Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-05T23:30:31.4640982Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:30:31.4642174Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:30:31.4643154Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:30:31.4644118Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type 2025-06-05T23:30:31.4645116Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:30:31.4646259Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:30:31.4647285Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:30:31.4648287Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:30:31.4649306Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:30:31.4650259Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:30:31.4651411Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:30:31.4652455Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:30:31.4653424Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:30:31.4654605Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:30:31.4655799Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:30:31.4656983Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:30:31.4658247Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:30:31.4659386Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:30:31.4660515Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:30:31.4661590Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:30:31.4662795Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:30:31.4663895Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:30:31.4665028Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:30:31.4666445Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:30:31.4667765Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:30:31.4668775Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:30:31.4669744Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:30:31.4670842Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:30:31.4671770Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:30:31.4672754Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:30:31.4673656Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:30:31.4674550Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:30:31.4675478Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:30:31.4964125Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:30:31.4965110Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:30:31.4966059Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:30:31.4966994Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-05T23:30:31.4967775Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/result.h 2025-06-05T23:30:31.4968497Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/span.h 2025-06-05T23:30:31.4969192Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tag.h 2025-06-05T23:30:31.4969943Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:30:31.4970785Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:30:31.4971725Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/test 2025-06-05T23:30:31.4972565Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel 2025-06-05T23:30:31.4973428Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:30:31.4974594Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:30:31.4975552Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:30:31.4976338Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test 2025-06-05T23:30:31.4977110Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:30:31.4977987Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:30:31.4978825Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform 2025-06-05T23:30:31.4979556Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-05T23:30:31.4980314Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-05T23:30:31.4981251Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-05T23:30:31.4982051Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:30:31.4982873Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-05T23:30:31.4983655Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/default 2025-06-05T23:30:31.4984400Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/log.h 2025-06-05T23:30:31.4985399Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-05T23:30:31.4986248Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-05T23:30:31.4987049Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-05T23:30:31.4987824Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/system.h 2025-06-05T23:30:31.4988584Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test 2025-06-05T23:30:31.4989369Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:30:31.4990224Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:30:31.4991059Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/types.h 2025-06-05T23:30:31.4991798Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util 2025-06-05T23:30:31.4993123Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:30:31.4994153Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:30:31.4994999Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/test 2025-06-05T23:30:31.4995825Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:30:31.4996697Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor 2025-06-05T23:30:31.4997481Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-05T23:30:31.4998462Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:30:31.4999294Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:30:31.5000139Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:30:31.5001034Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/test 2025-06-05T23:30:31.5001764Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool 2025-06-05T23:30:31.5002579Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:30:31.5003401Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/test 2025-06-05T23:30:31.5004228Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:30:31.5005113Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:30:31.5005860Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-05T23:30:31.5006449Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:30:31.5007224Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:30:31.5007922Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-05T23:30:31.5008627Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-05T23:30:31.5009426Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-05T23:30:31.5010354Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-05T23:30:31.5011182Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-05T23:30:31.5011822Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-05T23:30:31.5012432Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-05T23:30:31.5013150Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:30:31.5014005Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:30:31.5014577Z + set +x 2025-06-05T23:30:31.5014886Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-05T23:30:31.5015645Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:30:31.5016656Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:30:31.5017591Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-05T23:30:31.5018505Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-05T23:30:31.5019446Z -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:31.5020408Z -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:31.5032480Z -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:31.5033704Z -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:31.5034622Z -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:31.5035505Z -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:31.5036504Z -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:31.5037435Z -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:31.5038265Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/libexecutorch_core.a 2025-06-05T23:30:31.5038973Z -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:31.5039666Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-05T23:30:53.6796424Z -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:53.6800527Z -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:53.6801947Z -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:53.6803648Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 5 23:29 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:30:53.6805008Z -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:53.6806352Z -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:30:53.6807714Z -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:30:53.6809214Z -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:30:53.6810605Z -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:30:53.6812006Z ============================= test session starts ============================== 2025-06-05T23:30:53.6813027Z 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:30:53.6813894Z cachedir: .pytest_cache 2025-06-05T23:30:53.6814919Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/pytorch/executorch/.hypothesis/examples') 2025-06-05T23:30:53.6816094Z rootdir: /pytorch/executorch/backends/arm/test 2025-06-05T23:30:53.6816668Z configfile: pytest.ini 2025-06-05T23:30:53.6817305Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.7.0, rerunfailures-15.1 2025-06-05T23:30:53.6818049Z  2025-06-05T23:30:53.6818481Z created: 4/4 workers 2025-06-05T23:30:53.6819023Z initialized: 1/4 workers 2025-06-05T23:30:53.6819597Z initialized: 2/4 workers 2025-06-05T23:30:53.6820141Z initialized: 3/4 workers 2025-06-05T23:30:53.6820705Z initialized: 4/4 workers 2025-06-05T23:30:53.6821244Z ready: 1/4 workers  2025-06-05T23:30:53.6821789Z ready: 2/4 workers 2025-06-05T23:30:53.6822291Z ready: 3/4 workers 2025-06-05T23:30:53.6822799Z ready: 4/4 workers 2025-06-05T23:30:53.6823331Z collecting: 1/4 workers 2025-06-05T23:30:53.6823870Z collecting: 2/4 workers 2025-06-05T23:30:53.6824418Z collecting: 3/4 workers 2025-06-05T23:30:53.6824938Z 4 workers [3365 items]  2025-06-05T23:30:53.6825409Z scheduling tests via LoadScheduling 2025-06-05T23:30:53.6827273Z /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-05T23:30:53.6829141Z import pkg_resources 2025-06-05T23:30:53.6830570Z /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-05T23:30:53.6833458Z 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-05T23:30:53.6835415Z declare_namespace(pkg) 2025-06-05T23:30:53.6835695Z 2025-06-05T23:30:53.6836210Z backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_bn_relu] 2025-06-05T23:30:53.6837316Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-06-05T23:30:53.6838401Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-06-05T23:30:53.6839952Z [gw1] [ 0%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-06-05T23:30:53.6841139Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-06-05T23:30:53.6842538Z [gw1] [ 0%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-06-05T23:30:53.6843724Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_1_dim_0] 2025-06-05T23:30:53.6845174Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[ones_1_32_112_112] 2025-06-05T23:30:53.6846950Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-06-05T23:30:53.6848238Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-06-05T23:30:53.6850024Z [gw2] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[ones_1_32_112_112] 2025-06-05T23:30:53.6851710Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_4_5_6] 2025-06-05T23:30:53.6853731Z [gw2] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_4_5_6] 2025-06-05T23:30:53.6855587Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-06-05T23:30:53.6856894Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-06-05T23:30:53.6858454Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-06-05T23:30:53.6859746Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-06-05T23:30:53.6861078Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_3_254_254] 2025-06-05T23:30:53.6862815Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-06-05T23:30:53.6864077Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-06-05T23:30:53.6865592Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_1_dim_0] 2025-06-05T23:30:53.6869034Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_2_dim_1] 2025-06-05T23:30:53.6870907Z [gw2] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_3_254_254] 2025-06-05T23:30:53.6872727Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_32_112_112_affine] 2025-06-05T23:30:53.6874510Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_2_dim_1] 2025-06-05T23:30:53.6875625Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_2] 2025-06-05T23:30:53.6877108Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-06-05T23:30:53.6878363Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-06-05T23:30:53.6880249Z [gw2] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_32_112_112_affine] 2025-06-05T23:30:53.6882152Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[ones_1_4_5_6_affine] 2025-06-05T23:30:53.6883899Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_2] 2025-06-05T23:30:53.6885126Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_3] 2025-06-05T23:30:53.6886592Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_3] 2025-06-05T23:30:53.6887815Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_1_dim_0] 2025-06-05T23:30:53.6889491Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-06-05T23:30:53.6890782Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-06-05T23:30:53.6893011Z [gw2] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[ones_1_4_5_6_affine] 2025-06-05T23:30:53.6894769Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_3_254_254_affine] 2025-06-05T23:30:53.6896620Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-06-05T23:30:53.6898080Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:30:53.6900095Z [gw2] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_conv[rand_1_3_254_254_affine] 2025-06-05T23:30:53.6901765Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_MI 2025-06-05T23:30:53.6903412Z [gw2] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_MI 2025-06-05T23:30:53.6904804Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_BI 2025-06-05T23:30:53.6906436Z [gw2] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_BI 2025-06-05T23:30:53.6907799Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u55_BI 2025-06-05T23:30:53.6909423Z [gw2] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u55_BI 2025-06-05T23:30:53.6910762Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u85_BI 2025-06-05T23:30:53.6912474Z [gw2] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u85_BI 2025-06-05T23:30:53.6913761Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[zeros] 2025-06-05T23:30:53.6915258Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_1_dim_0] 2025-06-05T23:31:03.5290964Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_2_dim_1] 2025-06-05T23:31:03.5293184Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[zeros] 2025-06-05T23:31:03.5294658Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[ones] 2025-06-05T23:31:03.5296668Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:03.5300522Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:03.5302578Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[ones] 2025-06-05T23:31:03.5304040Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank2] 2025-06-05T23:31:03.5306198Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_bn_relu] 2025-06-05T23:31:03.5307586Z backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_relu] 2025-06-05T23:31:03.5309576Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:03.5311493Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:03.5313606Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank2] 2025-06-05T23:31:03.5315131Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank4] 2025-06-05T23:31:03.5316935Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank4] 2025-06-05T23:31:03.5318416Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[zeros] 2025-06-05T23:31:03.5320441Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_relu] 2025-06-05T23:31:03.5321888Z backends/arm/test/misc/test_custom_partition.py::test_single_reject[randn] 2025-06-05T23:31:03.5323609Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_2_dim_1] 2025-06-05T23:31:03.5325056Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_2] 2025-06-05T23:31:03.5326749Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[zeros] 2025-06-05T23:31:03.5328309Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[ones] 2025-06-05T23:31:03.5330285Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:03.5332186Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:03.5334124Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_single_reject[randn] 2025-06-05T23:31:03.5335543Z backends/arm/test/misc/test_custom_partition.py::test_multiple_reject[randn] 2025-06-05T23:31:03.5337260Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[ones] 2025-06-05T23:31:03.5338723Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank2] 2025-06-05T23:31:03.5340496Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_multiple_reject[randn] 2025-06-05T23:31:03.5341955Z backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject[randn] 2025-06-05T23:31:03.5343637Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_2] 2025-06-05T23:31:03.5345073Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_3] 2025-06-05T23:31:03.5346829Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank2] 2025-06-05T23:31:03.5348342Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank4] 2025-06-05T23:31:03.5350357Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:03.5352138Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-06-05T23:31:03.5353936Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject[randn] 2025-06-05T23:31:03.5355369Z backends/arm/test/misc/test_custom_partition.py::test_string_op_reject[randn] 2025-06-05T23:31:03.5357129Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank4] 2025-06-05T23:31:03.5358732Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[zeros] 2025-06-05T23:31:03.5360472Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_string_op_reject[randn] 2025-06-05T23:31:03.5361881Z backends/arm/test/misc/test_custom_partition.py::test_name_reject[randn] 2025-06-05T23:31:03.5363610Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-06-05T23:31:03.5365070Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-06-05T23:31:03.5366765Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_3] 2025-06-05T23:31:03.5368140Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_not_delegated 2025-06-05T23:31:03.5369705Z [gw1] [ 1%] XFAIL backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_not_delegated 2025-06-05T23:31:03.5371031Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_not_delegated 2025-06-05T23:31:03.5372813Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[zeros] 2025-06-05T23:31:03.5374236Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[ones] 2025-06-05T23:31:03.5375851Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_not_delegated 2025-06-05T23:31:03.5377158Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-06-05T23:31:03.5378734Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[ones] 2025-06-05T23:31:03.5380257Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank2] 2025-06-05T23:31:03.5381960Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_name_reject[randn] 2025-06-05T23:31:03.5383338Z backends/arm/test/misc/test_custom_partition.py::test_module_reject[randn] 2025-06-05T23:31:03.5384947Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-06-05T23:31:03.5386273Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-05T23:31:03.5387968Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-06-05T23:31:03.5389428Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-06-05T23:31:03.5391173Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank2] 2025-06-05T23:31:03.5392941Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank4] 2025-06-05T23:31:03.5394675Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_reject[randn] 2025-06-05T23:31:03.5396176Z backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject[randn] 2025-06-05T23:31:03.5397950Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-05T23:31:03.5399165Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-06-05T23:31:03.5400856Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank4] 2025-06-05T23:31:03.5402310Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[zeros] 2025-06-05T23:31:03.5404036Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-06-05T23:31:03.5405504Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-06-05T23:31:03.5407282Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject[randn] 2025-06-05T23:31:03.5408968Z backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject[randn] 2025-06-05T23:31:03.5410305Z [gw2] [ 1%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[zeros] 2025-06-05T23:31:03.5411720Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[ones] 2025-06-05T23:31:03.5413345Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-06-05T23:31:03.5414690Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-06-05T23:31:03.5416337Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-06-05T23:31:03.5417727Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-06-05T23:31:03.5419515Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject[randn] 2025-06-05T23:31:03.5420961Z backends/arm/test/misc/test_debug_feats.py::test_MI_artifact[randn] 2025-06-05T23:31:03.5422845Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-06-05T23:31:03.5424316Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-06-05T23:31:15.3500228Z [gw2] [ 1%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[ones] 2025-06-05T23:31:15.3501470Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank2] 2025-06-05T23:31:15.3503094Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-06-05T23:31:15.3504320Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-06-05T23:31:15.3505154Z [gw2] [ 1%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank2] 2025-06-05T23:31:15.3505860Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank4] 2025-06-05T23:31:15.3506690Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_MI_artifact[randn] 2025-06-05T23:31:15.3507324Z backends/arm/test/misc/test_debug_feats.py::test_BI_artifact[randn] 2025-06-05T23:31:15.3508130Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-06-05T23:31:15.3508842Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-06-05T23:31:15.3509847Z [gw2] [ 2%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank4] 2025-06-05T23:31:15.3510553Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[zeros] 2025-06-05T23:31:15.3511332Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-06-05T23:31:15.3511987Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:31:15.3512878Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_BI_artifact[randn] 2025-06-05T23:31:15.3513529Z backends/arm/test/misc/test_debug_feats.py::test_numerical_diff_print[randn] 2025-06-05T23:31:15.3514368Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[zeros] 2025-06-05T23:31:15.3515052Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[ones] 2025-06-05T23:31:15.3515888Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-06-05T23:31:15.3516585Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-06-05T23:31:15.3517411Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_numerical_diff_print[randn] 2025-06-05T23:31:15.3518106Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes[randn] 2025-06-05T23:31:15.3519048Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[ones] 2025-06-05T23:31:15.3519767Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank2] 2025-06-05T23:31:15.3520618Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:31:15.3521270Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-06-05T23:31:15.3522225Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank2] 2025-06-05T23:31:15.3522953Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank4] 2025-06-05T23:31:15.3523853Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-06-05T23:31:15.3524548Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-06-05T23:31:15.3525502Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes[randn] 2025-06-05T23:31:15.3526237Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable[randn] 2025-06-05T23:31:15.3527078Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-06-05T23:31:15.3527730Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-06-05T23:31:15.3528577Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank4] 2025-06-05T23:31:15.3529324Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[zeros] 2025-06-05T23:31:15.3530200Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable[randn] 2025-06-05T23:31:15.3531249Z backends/arm/test/misc/test_debug_feats.py::test_collate_tosa_BI_tests[randn] 2025-06-05T23:31:15.3532642Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-06-05T23:31:15.3533847Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-06-05T23:31:15.3535316Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[zeros] 2025-06-05T23:31:15.3536441Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[ones] 2025-06-05T23:31:15.3537624Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-06-05T23:31:15.3538656Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-06-05T23:31:15.3539913Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[ones] 2025-06-05T23:31:15.3541014Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank2] 2025-06-05T23:31:15.3542484Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-06-05T23:31:15.3543767Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:15.3545339Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-06-05T23:31:15.3546322Z backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-06-05T23:31:15.3547646Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_collate_tosa_BI_tests[randn] 2025-06-05T23:31:15.3548711Z backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops[randn] 2025-06-05T23:31:15.3550152Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank2] 2025-06-05T23:31:15.3551360Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank4] 2025-06-05T23:31:15.3553049Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-06-05T23:31:15.3554097Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-06-05T23:31:15.3555425Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank4] 2025-06-05T23:31:15.3556517Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[zeros] 2025-06-05T23:31:15.3557866Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops[randn] 2025-06-05T23:31:15.3559054Z backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops[ones] 2025-06-05T23:31:15.3560621Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:15.3562137Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:15.3563850Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[zeros] 2025-06-05T23:31:15.3564905Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[ones] 2025-06-05T23:31:15.3566119Z [gw1] [ 2%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-06-05T23:31:15.3567083Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:31:15.3568459Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[ones] 2025-06-05T23:31:15.3569793Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank2] 2025-06-05T23:31:15.3571521Z [gw3] [ 2%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:15.3572889Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:15.3574431Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank2] 2025-06-05T23:31:15.3575536Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank4] 2025-06-05T23:31:15.3576839Z [gw1] [ 3%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:31:15.3577873Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-06-05T23:31:15.3579409Z [gw3] [ 3%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:15.3580937Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:15.3587577Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank4] 2025-06-05T23:31:15.3588836Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[zeros] 2025-06-05T23:31:15.3590247Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops[ones] 2025-06-05T23:31:15.3591341Z backends/arm/test/misc/test_dim_order_guards.py::test_tosa_MI_pipeline[randn] 2025-06-05T23:31:15.3593108Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_dim_order_guards.py::test_tosa_MI_pipeline[randn] 2025-06-05T23:31:15.3594258Z backends/arm/test/misc/test_dim_order_guards.py::test_tosa_BI_pipeline[randn] 2025-06-05T23:31:25.9437185Z [gw1] [ 3%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-06-05T23:31:25.9438383Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-06-05T23:31:25.9439675Z [gw2] [ 3%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[zeros] 2025-06-05T23:31:25.9440557Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[ones] 2025-06-05T23:31:25.9441418Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_dim_order_guards.py::test_tosa_BI_pipeline[randn] 2025-06-05T23:31:25.9442162Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[add] 2025-06-05T23:31:25.9443031Z [gw2] [ 3%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[ones] 2025-06-05T23:31:25.9443717Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank2] 2025-06-05T23:31:25.9444631Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[add] 2025-06-05T23:31:25.9445416Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[truediv] 2025-06-05T23:31:25.9446436Z [gw3] [ 3%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:25.9447245Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-06-05T23:31:25.9448158Z [gw1] [ 3%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-06-05T23:31:25.9449224Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-06-05T23:31:25.9450801Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[truediv] 2025-06-05T23:31:25.9452240Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[mul] 2025-06-05T23:31:25.9453938Z [gw2] [ 3%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank2] 2025-06-05T23:31:25.9455075Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank4] 2025-06-05T23:31:25.9456582Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[mul] 2025-06-05T23:31:25.9457884Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[sub] 2025-06-05T23:31:25.9459335Z [gw3] [ 3%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-06-05T23:31:25.9460466Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-06-05T23:31:25.9461827Z [gw2] [ 3%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank4] 2025-06-05T23:31:25.9462997Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[zeros] 2025-06-05T23:31:25.9464410Z [gw1] [ 3%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-06-05T23:31:25.9465505Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_1_dim_0] 2025-06-05T23:31:25.9467324Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[sub] 2025-06-05T23:31:25.9468595Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[add] 2025-06-05T23:31:25.9470029Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[zeros] 2025-06-05T23:31:25.9471163Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[ones] 2025-06-05T23:31:25.9472795Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_1_dim_0] 2025-06-05T23:31:25.9473854Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_2_dim_1] 2025-06-05T23:31:25.9475286Z [gw3] [ 3%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-06-05T23:31:25.9476339Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-06-05T23:31:25.9477674Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_2_dim_1] 2025-06-05T23:31:25.9478817Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_2] 2025-06-05T23:31:25.9480242Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[add] 2025-06-05T23:31:25.9481507Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[truediv] 2025-06-05T23:31:25.9483108Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[ones] 2025-06-05T23:31:25.9484396Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank2] 2025-06-05T23:31:25.9485757Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank2] 2025-06-05T23:31:25.9486942Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank4] 2025-06-05T23:31:25.9488237Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_2] 2025-06-05T23:31:25.9489394Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_3] 2025-06-05T23:31:25.9490727Z [gw3] [ 3%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-06-05T23:31:25.9491857Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-06-05T23:31:25.9493649Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank4] 2025-06-05T23:31:25.9494898Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[zeros] 2025-06-05T23:31:25.9496579Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_3] 2025-06-05T23:31:25.9497741Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_1_dim_0] 2025-06-05T23:31:25.9499296Z [gw3] [ 3%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-06-05T23:31:25.9500498Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-06-05T23:31:25.9502155Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[truediv] 2025-06-05T23:31:25.9503364Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[mul] 2025-06-05T23:31:25.9504794Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[zeros] 2025-06-05T23:31:25.9505862Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[ones] 2025-06-05T23:31:25.9507192Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_1_dim_0] 2025-06-05T23:31:25.9508308Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_2_dim_1] 2025-06-05T23:31:25.9509841Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[ones] 2025-06-05T23:31:25.9510983Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank2] 2025-06-05T23:31:25.9512559Z [gw3] [ 4%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-06-05T23:31:25.9513664Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-06-05T23:31:25.9515154Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank2] 2025-06-05T23:31:25.9516256Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank4] 2025-06-05T23:31:25.9517736Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank4] 2025-06-05T23:31:25.9518849Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[zeros] 2025-06-05T23:31:25.9520563Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[mul] 2025-06-05T23:31:25.9521713Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[sub] 2025-06-05T23:31:25.9523153Z [gw3] [ 4%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-06-05T23:31:25.9524230Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-06-05T23:31:25.9525593Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_2_dim_1] 2025-06-05T23:31:25.9526585Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_2] 2025-06-05T23:31:25.9527982Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[zeros] 2025-06-05T23:31:25.9529078Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[ones] 2025-06-05T23:31:25.9530419Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[ones] 2025-06-05T23:31:25.9531667Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank2] 2025-06-05T23:31:25.9533051Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_2] 2025-06-05T23:31:25.9534258Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_3] 2025-06-05T23:31:25.9535748Z [gw3] [ 4%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-06-05T23:31:25.9537571Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-06-05T23:31:34.5634585Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[sub] 2025-06-05T23:31:34.5636255Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[add] 2025-06-05T23:31:34.5638093Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank2] 2025-06-05T23:31:34.5639380Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank4] 2025-06-05T23:31:34.5641016Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[add] 2025-06-05T23:31:34.5642163Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[truediv] 2025-06-05T23:31:34.5643139Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_3] 2025-06-05T23:31:34.5643820Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_not_delegated 2025-06-05T23:31:34.5644654Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank4] 2025-06-05T23:31:34.5645514Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[zeros] 2025-06-05T23:31:34.5646359Z [gw3] [ 4%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-06-05T23:31:34.5647072Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-06-05T23:31:34.5648017Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[truediv] 2025-06-05T23:31:34.5648864Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[mul] 2025-06-05T23:31:34.5650185Z [gw1] [ 4%] XFAIL backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_not_delegated 2025-06-05T23:31:34.5651288Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_not_delegated 2025-06-05T23:31:34.5653020Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[mul] 2025-06-05T23:31:34.5654634Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[sub] 2025-06-05T23:31:34.5656068Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_not_delegated 2025-06-05T23:31:34.5657055Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-06-05T23:31:34.5658329Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[zeros] 2025-06-05T23:31:34.5659379Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[ones] 2025-06-05T23:31:34.5660852Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[sub] 2025-06-05T23:31:34.5662222Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[add] 2025-06-05T23:31:34.5663603Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-06-05T23:31:34.5664670Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-06-05T23:31:34.5666267Z [gw3] [ 4%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-06-05T23:31:34.5667657Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:34.5669252Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[ones] 2025-06-05T23:31:34.5670394Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank2] 2025-06-05T23:31:34.5671920Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[add] 2025-06-05T23:31:34.5673687Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[truediv] 2025-06-05T23:31:34.5675168Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-06-05T23:31:34.5676307Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-06-05T23:31:34.5677524Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank2] 2025-06-05T23:31:34.5678650Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank4] 2025-06-05T23:31:34.5680123Z [gw3] [ 4%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:34.5681506Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:34.5682990Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-06-05T23:31:34.5683974Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-06-05T23:31:34.5685464Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank4] 2025-06-05T23:31:34.5686708Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_same] 2025-06-05T23:31:34.5688104Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[truediv] 2025-06-05T23:31:34.5689478Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[mul] 2025-06-05T23:31:34.5690964Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-06-05T23:31:34.5691939Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-06-05T23:31:34.5693387Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_same] 2025-06-05T23:31:34.5694283Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_diff] 2025-06-05T23:31:34.5695929Z [gw3] [ 5%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:34.5697629Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:34.5699134Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_diff] 2025-06-05T23:31:34.5700090Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_ones] 2025-06-05T23:31:34.5701398Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-06-05T23:31:34.5702534Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-06-05T23:31:34.5704010Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-06-05T23:31:34.5705205Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-06-05T23:31:34.5706744Z [gw3] [ 5%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:34.5708257Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:34.5709681Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_ones] 2025-06-05T23:31:34.5710605Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_big] 2025-06-05T23:31:34.5711684Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_big] 2025-06-05T23:31:34.5712731Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_neg] 2025-06-05T23:31:34.5714177Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[mul] 2025-06-05T23:31:34.5715656Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[sub] 2025-06-05T23:31:34.5717138Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-06-05T23:31:34.5718227Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-06-05T23:31:34.5719445Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_neg] 2025-06-05T23:31:34.5720444Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_1] 2025-06-05T23:31:34.5721688Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-06-05T23:31:34.5722661Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-06-05T23:31:34.5724246Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[sub] 2025-06-05T23:31:34.5725614Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-06-05T23:31:34.5727531Z [gw3] [ 5%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:34.5728838Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-06-05T23:31:34.5730138Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-06-05T23:31:34.5731118Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-06-05T23:31:34.5732701Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-06-05T23:31:34.5734255Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-06-05T23:31:34.5735839Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_1] 2025-06-05T23:31:34.5737622Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-06-05T23:31:45.7437448Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_2] 2025-06-05T23:31:45.7438693Z backends/arm/test/misc/test_multiple_delegates.py::test_tosa_MI_pipeline[randn] 2025-06-05T23:31:45.7440548Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_2] 2025-06-05T23:31:45.7441882Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_1] 2025-06-05T23:31:45.7443325Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_multiple_delegates.py::test_tosa_MI_pipeline[randn] 2025-06-05T23:31:45.7444558Z backends/arm/test/misc/test_multiple_delegates.py::test_tosa_BI_pipeline[randn] 2025-06-05T23:31:45.7446082Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-06-05T23:31:45.7447292Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-06-05T23:31:45.7448902Z [gw3] [ 5%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-06-05T23:31:45.7450487Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-06-05T23:31:45.7452057Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_1] 2025-06-05T23:31:45.7453327Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_2] 2025-06-05T23:31:45.7454869Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-06-05T23:31:45.7456120Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-06-05T23:31:45.7457796Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_2] 2025-06-05T23:31:45.7458972Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_same] 2025-06-05T23:31:45.7460397Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-06-05T23:31:45.7461632Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-06-05T23:31:45.7463234Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_multiple_delegates.py::test_tosa_BI_pipeline[randn] 2025-06-05T23:31:45.7464581Z backends/arm/test/misc/test_multiple_outputs.py::test_tosa_MI_pipeline[randn] 2025-06-05T23:31:45.7466135Z [gw3] [ 5%] XFAIL backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-06-05T23:31:45.7467476Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-06-05T23:31:45.7468903Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_multiple_outputs.py::test_tosa_MI_pipeline[randn] 2025-06-05T23:31:45.7470175Z backends/arm/test/misc/test_multiple_outputs.py::test_tosa_BI_pipeline[randn] 2025-06-05T23:31:45.7471855Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-06-05T23:31:45.7473121Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-06-05T23:31:45.7474521Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-06-05T23:31:45.7475685Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-06-05T23:31:45.7477083Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-06-05T23:31:45.7478216Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-06-05T23:31:45.7479848Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-06-05T23:31:45.7481268Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:31:45.7482931Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_outputs.py::test_tosa_BI_pipeline[randn] 2025-06-05T23:31:45.7484407Z backends/arm/test/misc/test_multiple_outputs.py::test_U55_pipeline[randn] 2025-06-05T23:31:45.7485944Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-06-05T23:31:45.7487113Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-06-05T23:31:45.7488676Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:31:45.7490078Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-06-05T23:31:45.7491581Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_same] 2025-06-05T23:31:45.7492978Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_diff] 2025-06-05T23:31:45.7494314Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-06-05T23:31:45.7495610Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-06-05T23:31:45.7497241Z [gw0] [ 6%] XFAIL backends/arm/test/misc/test_multiple_outputs.py::test_U55_pipeline[randn] 2025-06-05T23:31:45.7498511Z backends/arm/test/misc/test_multiple_outputs.py::test_U85_pipeline[randn] 2025-06-05T23:31:45.7499948Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-06-05T23:31:45.7501255Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:31:45.7502767Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-06-05T23:31:45.7503903Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-06-05T23:31:45.7505555Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:31:45.7507239Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:31:45.7508893Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_diff] 2025-06-05T23:31:45.7509981Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_ones] 2025-06-05T23:31:45.7511300Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-06-05T23:31:45.7512566Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-06-05T23:31:45.7514061Z [gw0] [ 6%] XFAIL backends/arm/test/misc/test_multiple_outputs.py::test_U85_pipeline[randn] 2025-06-05T23:31:45.7515473Z backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_MI[input] 2025-06-05T23:31:45.7517443Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:31:45.7519349Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:45.7521121Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-06-05T23:31:45.7522300Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-06-05T23:31:45.7523666Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_ones] 2025-06-05T23:31:45.7524737Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_big] 2025-06-05T23:31:45.7526160Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_MI[input] 2025-06-05T23:31:45.7527476Z backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_BI[input] 2025-06-05T23:31:45.7528894Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-06-05T23:31:45.7530104Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-06-05T23:31:45.7532015Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:31:45.7533754Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:45.7535438Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_big] 2025-06-05T23:31:45.7536515Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_neg] 2025-06-05T23:31:45.7537952Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-06-05T23:31:45.7539233Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-06-05T23:31:45.7541080Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:45.7542960Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:45.7545063Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:45.7546831Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:45.7548606Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-06-05T23:31:45.7549848Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-06-05T23:31:45.7551067Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_neg] 2025-06-05T23:31:45.7552218Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_1] 2025-06-05T23:31:45.7553884Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_BI[input] 2025-06-05T23:31:45.7555273Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-06-05T23:31:51.2713838Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-06-05T23:31:51.2714988Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-06-05T23:31:51.2716406Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_1] 2025-06-05T23:31:51.2717587Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_2] 2025-06-05T23:31:51.2720188Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2722010Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2723646Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-06-05T23:31:51.2724761Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-06-05T23:31:51.2726388Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-06-05T23:31:51.2727950Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-06-05T23:31:51.2729853Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2731485Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2733145Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_2] 2025-06-05T23:31:51.2734408Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_1] 2025-06-05T23:31:51.2735788Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-06-05T23:31:51.2736926Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-06-05T23:31:51.2738615Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2740243Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2741870Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-06-05T23:31:51.2743052Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-06-05T23:31:51.2744473Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_1] 2025-06-05T23:31:51.2745649Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_2] 2025-06-05T23:31:51.2747433Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-06-05T23:31:51.2749042Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-06-05T23:31:51.2750696Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-06-05T23:31:51.2751861Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-06-05T23:31:51.2753691Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2755328Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2756972Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_2] 2025-06-05T23:31:51.2758072Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_same] 2025-06-05T23:31:51.2759696Z [gw0] [ 7%] XFAIL backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-06-05T23:31:51.2761345Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-06-05T23:31:51.2763294Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:31:51.2764742Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-06-05T23:31:51.2766228Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-06-05T23:31:51.2767432Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-06-05T23:31:51.2768921Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-06-05T23:31:51.2770255Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:31:51.2771742Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-06-05T23:31:51.2772907Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-06-05T23:31:51.2774300Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-06-05T23:31:51.2775370Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1] 2025-06-05T23:31:51.2777000Z [gw0] [ 7%] XFAIL backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-06-05T23:31:51.2778755Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-06-05T23:31:51.2780995Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-06-05T23:31:51.2782899Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-06-05T23:31:51.2785117Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-06-05T23:31:51.2787044Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-06-05T23:31:51.2789282Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-06-05T23:31:51.2791250Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-06-05T23:31:51.2793906Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-06-05T23:31:51.2795914Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-06-05T23:31:51.2798265Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-06-05T23:31:51.2800273Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-06-05T23:31:51.2802657Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-06-05T23:31:51.2804689Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-06-05T23:31:51.2807070Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-06-05T23:31:51.2809179Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_04_TOSA_1_0_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:31:51.2811724Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_04_TOSA_1_0_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:31:51.2813895Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_05_TOSA_1_0_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:31:51.2816469Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_05_TOSA_1_0_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:31:51.2818548Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-05T23:31:51.2820836Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-05T23:31:51.2822813Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-05T23:31:51.2825124Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-05T23:31:51.2827079Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-05T23:31:51.2829394Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-05T23:31:51.3795001Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-06-05T23:31:51.3797076Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-06-05T23:31:51.3798266Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_10_TOSA_1_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:31:51.3799663Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_10_TOSA_1_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:31:51.3800906Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_11_TOSA_1_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:31:51.3802524Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_11_TOSA_1_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:31:51.3803553Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-06-05T23:31:51.3804614Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-06-05T23:31:51.3805474Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-06-05T23:31:51.3806479Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-06-05T23:31:51.3807402Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-06-05T23:31:51.3808425Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-06-05T23:31:51.3809316Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-06-05T23:31:51.3810413Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-06-05T23:31:51.3811333Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-06-05T23:31:51.3812424Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-06-05T23:31:51.3813380Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-06-05T23:31:51.3814520Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-06-05T23:31:51.3815740Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-06-05T23:31:51.3817482Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-06-05T23:31:51.3818482Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-06-05T23:31:51.3819648Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-06-05T23:31:51.3820625Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-06-05T23:31:51.3821803Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-06-05T23:31:51.3823183Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-06-05T23:31:51.3824521Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-06-05T23:31:51.3825526Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-06-05T23:31:51.3826679Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-06-05T23:31:51.3827715Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-06-05T23:31:51.3828945Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-06-05T23:31:51.3829981Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-06-05T23:31:51.3831243Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-06-05T23:31:51.3832343Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-06-05T23:31:51.3833500Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-06-05T23:31:51.3834515Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-06-05T23:31:51.3835767Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-06-05T23:31:51.3836806Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-06-05T23:31:51.3838020Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-06-05T23:31:51.3839079Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_11_TOSA_1_0_0_BF16_fft_int4_cf_INT 2025-06-05T23:31:51.3840371Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_11_TOSA_1_0_0_BF16_fft_int4_cf_INT 2025-06-05T23:31:51.3841388Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-06-05T23:31:51.3842473Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-06-05T23:31:51.3843413Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-06-05T23:31:51.3844553Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-06-05T23:31:51.3845510Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-06-05T23:31:51.3846638Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-06-05T23:31:51.3847668Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-06-05T23:31:51.3849244Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-06-05T23:31:51.3850236Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-06-05T23:31:51.3851416Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-06-05T23:31:51.3852483Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-06-05T23:31:51.3853643Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-06-05T23:31:51.3855045Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-06-05T23:31:51.3856290Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-06-05T23:31:51.3857339Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_04_TOSA_1_0_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:31:51.3858619Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_04_TOSA_1_0_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:31:51.3859758Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_05_TOSA_1_0_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:31:51.3861020Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_05_TOSA_1_0_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:31:51.3862057Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-05T23:31:51.3863203Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-05T23:31:51.3864235Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-05T23:32:01.7735695Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-05T23:32:01.7737503Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-05T23:32:01.7739646Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-05T23:32:01.7741468Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-06-05T23:32:01.7743783Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-06-05T23:32:01.7745631Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_10_TOSA_1_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:32:01.7747649Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_10_TOSA_1_0_FP_INT_bf16_fft_int4_cf 2025-06-05T23:32:01.7748978Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_11_TOSA_1_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:32:01.7750252Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_11_TOSA_1_0_FP_INT_fft_int4_cf_8k 2025-06-05T23:32:01.7751073Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[zeros] 2025-06-05T23:32:01.7751891Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:32:01.7752797Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-06-05T23:32:01.7753607Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1] 2025-06-05T23:32:01.7754204Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_squeeze] 2025-06-05T23:32:01.7754924Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[zeros] 2025-06-05T23:32:01.7755561Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[full] 2025-06-05T23:32:01.7756850Z [gw2] [ 8%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_same] 2025-06-05T23:32:01.7757815Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_diff] 2025-06-05T23:32:01.7759181Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_squeeze] 2025-06-05T23:32:01.7760246Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2] 2025-06-05T23:32:01.7761553Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-06-05T23:32:01.7762613Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-06-05T23:32:01.7763876Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[full] 2025-06-05T23:32:01.7764742Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[ones] 2025-06-05T23:32:01.7765915Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2] 2025-06-05T23:32:01.7767031Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_squeeze] 2025-06-05T23:32:01.7768195Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[ones] 2025-06-05T23:32:01.7769085Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_1d] 2025-06-05T23:32:01.7770224Z [gw2] [ 9%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_diff] 2025-06-05T23:32:01.7771192Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_ones] 2025-06-05T23:32:01.7772679Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-06-05T23:32:01.7773895Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-06-05T23:32:01.7775393Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_squeeze] 2025-06-05T23:32:01.7776428Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims] 2025-06-05T23:32:01.7777641Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_1d] 2025-06-05T23:32:01.7778561Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_3d] 2025-06-05T23:32:01.7779708Z [gw2] [ 9%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_ones] 2025-06-05T23:32:01.7780739Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_big] 2025-06-05T23:32:01.7782056Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims] 2025-06-05T23:32:01.7783211Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims_squeeze] 2025-06-05T23:32:01.7784381Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_3d] 2025-06-05T23:32:01.7785494Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_4d] 2025-06-05T23:32:01.7786763Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-06-05T23:32:01.7787926Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-06-05T23:32:01.7789269Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims_squeeze] 2025-06-05T23:32:01.7790440Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_dims_squeeze] 2025-06-05T23:32:01.7791810Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_4d] 2025-06-05T23:32:01.7793172Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[torch_normal] 2025-06-05T23:32:01.7794355Z [gw2] [ 9%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_big] 2025-06-05T23:32:01.7795219Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_neg] 2025-06-05T23:32:01.7796648Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-06-05T23:32:01.7797818Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:32:01.7799160Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_dims_squeeze] 2025-06-05T23:32:01.7800181Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4] 2025-06-05T23:32:01.7801388Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[torch_normal] 2025-06-05T23:32:01.7802426Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[zeros] 2025-06-05T23:32:01.7803705Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4] 2025-06-05T23:32:01.7804665Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_squeeze] 2025-06-05T23:32:01.7806007Z [gw2] [ 9%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_neg] 2025-06-05T23:32:01.7807029Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_same] 2025-06-05T23:32:01.7808647Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:32:01.7809799Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-06-05T23:32:01.7811071Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[zeros] 2025-06-05T23:32:01.7811913Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[full] 2025-06-05T23:32:01.7813039Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_squeeze] 2025-06-05T23:32:01.7814198Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims] 2025-06-05T23:32:01.7815359Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[full] 2025-06-05T23:32:01.7816216Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[ones] 2025-06-05T23:32:01.7817577Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-06-05T23:32:01.7818868Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:32:01.7820374Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims] 2025-06-05T23:32:01.7821444Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims_squeeze] 2025-06-05T23:32:01.7822746Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims_squeeze] 2025-06-05T23:32:01.7823791Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_reduce_all] 2025-06-05T23:32:01.7825386Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:32:01.7827224Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:32:01.7828663Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[ones] 2025-06-05T23:32:01.7829527Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_1d] 2025-06-05T23:32:01.7830720Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_reduce_all] 2025-06-05T23:32:01.7831744Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_reduce_all] 2025-06-05T23:32:01.7833316Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:32:01.7834856Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:32:01.7836297Z [gw2] [ 9%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_same] 2025-06-05T23:32:01.7837332Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_diff] 2025-06-05T23:32:01.7838570Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_reduce_all] 2025-06-05T23:32:13.7062927Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_reduce_all] 2025-06-05T23:32:13.7064811Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_1d] 2025-06-05T23:32:13.7066005Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_3d] 2025-06-05T23:32:13.7067528Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_reduce_all] 2025-06-05T23:32:13.7068907Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_reduce_all] 2025-06-05T23:32:13.7070397Z [gw2] [ 9%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_diff] 2025-06-05T23:32:13.7071578Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_ones] 2025-06-05T23:32:13.7073213Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_reduce_all] 2025-06-05T23:32:13.7074742Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1] 2025-06-05T23:32:13.7076162Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_3d] 2025-06-05T23:32:13.7077366Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_4d] 2025-06-05T23:32:13.7079267Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:32:13.7081233Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7083219Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1] 2025-06-05T23:32:13.7084460Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_squeeze] 2025-06-05T23:32:13.7085966Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_ones] 2025-06-05T23:32:13.7087151Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_big] 2025-06-05T23:32:13.7089030Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7091006Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7093009Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_4d] 2025-06-05T23:32:13.7094261Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[torch_normal] 2025-06-05T23:32:13.7095826Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_squeeze] 2025-06-05T23:32:13.7097061Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2] 2025-06-05T23:32:13.7099126Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7101084Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7102903Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2] 2025-06-05T23:32:13.7104161Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_squeeze] 2025-06-05T23:32:13.7105631Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_big] 2025-06-05T23:32:13.7106791Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_neg] 2025-06-05T23:32:13.7108243Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[torch_normal] 2025-06-05T23:32:13.7109446Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[zeros] 2025-06-05T23:32:13.7110794Z [gw0] [ 10%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[zeros] 2025-06-05T23:32:13.7112050Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[full] 2025-06-05T23:32:13.7113514Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_neg] 2025-06-05T23:32:13.7114766Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_1] 2025-06-05T23:32:13.7116365Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_squeeze] 2025-06-05T23:32:13.7117632Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims] 2025-06-05T23:32:13.7119131Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims] 2025-06-05T23:32:13.7120456Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims_squeeze] 2025-06-05T23:32:13.7122413Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7124343Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7126394Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_1] 2025-06-05T23:32:13.7127773Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_2] 2025-06-05T23:32:13.7129259Z [gw0] [ 10%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[full] 2025-06-05T23:32:13.7130332Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[ones] 2025-06-05T23:32:13.7131814Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims_squeeze] 2025-06-05T23:32:13.7157508Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_dims_squeeze] 2025-06-05T23:32:13.7159663Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7161784Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7163689Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_2] 2025-06-05T23:32:13.7165077Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_1] 2025-06-05T23:32:13.7166533Z [gw0] [ 10%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[ones] 2025-06-05T23:32:13.7167670Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_1d] 2025-06-05T23:32:13.7169168Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_dims_squeeze] 2025-06-05T23:32:13.7170451Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4] 2025-06-05T23:32:13.7171979Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_1] 2025-06-05T23:32:13.7173527Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_2] 2025-06-05T23:32:13.7175518Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7177434Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7179233Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4] 2025-06-05T23:32:13.7180478Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_squeeze] 2025-06-05T23:32:13.7181930Z [gw0] [ 10%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_1d] 2025-06-05T23:32:13.7183104Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_3d] 2025-06-05T23:32:13.7184576Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_squeeze] 2025-06-05T23:32:13.7185870Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims] 2025-06-05T23:32:13.7187557Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_2] 2025-06-05T23:32:13.7188919Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_1] 2025-06-05T23:32:13.7190889Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7193240Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7195062Z [gw0] [ 10%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_3d] 2025-06-05T23:32:13.7196249Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_4d] 2025-06-05T23:32:13.7197681Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims] 2025-06-05T23:32:13.7198992Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims_squeeze] 2025-06-05T23:32:13.7200623Z [gw2] [ 10%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_1] 2025-06-05T23:32:13.7202170Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_2] 2025-06-05T23:32:13.7203817Z [gw1] [ 11%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims_squeeze] 2025-06-05T23:32:13.7205160Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_reduce_all] 2025-06-05T23:32:13.7207935Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:13.7209822Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-06-05T23:32:13.7211441Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_4d] 2025-06-05T23:32:13.7212623Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[torch_normal] 2025-06-05T23:32:13.7214194Z [gw2] [ 11%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_2] 2025-06-05T23:32:13.7215571Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_1] 2025-06-05T23:32:13.7217166Z [gw1] [ 11%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_reduce_all] 2025-06-05T23:32:13.7218509Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_reduce_all] 2025-06-05T23:32:13.7220017Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u55_BI[torch_normal] 2025-06-05T23:32:26.1622376Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[zeros] 2025-06-05T23:32:26.1624120Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-06-05T23:32:26.1625445Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:32:26.1627215Z [gw2] [ 11%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_1] 2025-06-05T23:32:26.1628390Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_2] 2025-06-05T23:32:26.1629744Z [gw1] [ 11%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_reduce_all] 2025-06-05T23:32:26.1630868Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_reduce_all] 2025-06-05T23:32:26.1632308Z [gw1] [ 11%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_reduce_all] 2025-06-05T23:32:26.1633430Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_reduce_all] 2025-06-05T23:32:26.1634951Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:32:26.1636262Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-06-05T23:32:26.1637592Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[zeros] 2025-06-05T23:32:26.1638587Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[full] 2025-06-05T23:32:26.1639847Z [gw2] [ 11%] XFAIL backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_2] 2025-06-05T23:32:26.1641012Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_two_tensors] 2025-06-05T23:32:26.1642351Z [gw1] [ 11%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_reduce_all] 2025-06-05T23:32:26.1643496Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[10] 2025-06-05T23:32:26.1644875Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_two_tensors] 2025-06-05T23:32:26.1646068Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:26.1647372Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[full] 2025-06-05T23:32:26.1648277Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[ones] 2025-06-05T23:32:26.1649710Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-06-05T23:32:26.1651405Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-06-05T23:32:26.1652846Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[10] 2025-06-05T23:32:26.1653988Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[15] 2025-06-05T23:32:26.1655457Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:26.1656915Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_four_tensors] 2025-06-05T23:32:26.1658201Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[ones] 2025-06-05T23:32:26.1659142Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_1d] 2025-06-05T23:32:26.1660439Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[15] 2025-06-05T23:32:26.1661609Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[100] 2025-06-05T23:32:26.1663079Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_four_tensors] 2025-06-05T23:32:26.1664285Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors] 2025-06-05T23:32:26.1665667Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors] 2025-06-05T23:32:26.1666842Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_0] 2025-06-05T23:32:26.1668304Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-06-05T23:32:26.1669594Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-06-05T23:32:26.1671074Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[100] 2025-06-05T23:32:26.1672389Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int32] 2025-06-05T23:32:26.1673751Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_1d] 2025-06-05T23:32:26.1674730Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_3d] 2025-06-05T23:32:26.1676126Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int32] 2025-06-05T23:32:26.1677454Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int64] 2025-06-05T23:32:26.1678978Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_0] 2025-06-05T23:32:26.1680182Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_3] 2025-06-05T23:32:26.1681754Z [gw3] [ 11%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-06-05T23:32:26.1683015Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-06-05T23:32:26.1684581Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int64] 2025-06-05T23:32:26.1685905Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int32] 2025-06-05T23:32:26.1687243Z [gw0] [ 11%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_3d] 2025-06-05T23:32:26.1688222Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_4d] 2025-06-05T23:32:26.1689538Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_3] 2025-06-05T23:32:26.1690673Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_large] 2025-06-05T23:32:26.1692160Z [gw3] [ 11%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-06-05T23:32:26.1695299Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:32:26.1696853Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_large] 2025-06-05T23:32:26.1697869Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI_4d 2025-06-05T23:32:26.1699297Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int32] 2025-06-05T23:32:26.1701089Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int64] 2025-06-05T23:32:26.1702469Z [gw0] [ 12%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_4d] 2025-06-05T23:32:26.1703476Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[torch_normal] 2025-06-05T23:32:26.1704925Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int64] 2025-06-05T23:32:26.1706181Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[10] 2025-06-05T23:32:26.1707659Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:32:26.1708944Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-06-05T23:32:26.1711362Z [gw0] [ 12%] XFAIL backends/arm/test/ops/test_abs.py::test_abs_u85_BI[torch_normal] 2025-06-05T23:32:26.1712491Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[5d_float] 2025-06-05T23:32:26.1713899Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[10] 2025-06-05T23:32:26.1715042Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[15] 2025-06-05T23:32:26.1716645Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-06-05T23:32:26.1718051Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:32:26.1719584Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[5d_float] 2025-06-05T23:32:26.1720673Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_ones] 2025-06-05T23:32:26.1721965Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_ones] 2025-06-05T23:32:26.1723052Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_randn] 2025-06-05T23:32:26.1724647Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:32:26.1726176Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:32:26.1727869Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[15] 2025-06-05T23:32:26.1729024Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[100] 2025-06-05T23:32:26.1730390Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_randn] 2025-06-05T23:32:26.1731493Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_1] 2025-06-05T23:32:26.1732856Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[100] 2025-06-05T23:32:26.1734012Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[10] 2025-06-05T23:32:26.1735637Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:32:40.7316238Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:32:40.7318706Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_1] 2025-06-05T23:32:40.7320089Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_2] 2025-06-05T23:32:40.7321481Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI_4d 2025-06-05T23:32:40.7322650Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_two_tensors] 2025-06-05T23:32:40.7324162Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_2] 2025-06-05T23:32:40.7325455Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[5d_float] 2025-06-05T23:32:40.7327246Z [gw1] [ 12%] XFAIL backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[10] 2025-06-05T23:32:40.7328590Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[15] 2025-06-05T23:32:40.7330534Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:32:40.7332369Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7334322Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_two_tensors] 2025-06-05T23:32:40.7335774Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:40.7337816Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7339646Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7341522Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[5d_float] 2025-06-05T23:32:40.7342971Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_ones] 2025-06-05T23:32:40.7344581Z [gw1] [ 12%] XFAIL backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[15] 2025-06-05T23:32:40.7345914Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[100] 2025-06-05T23:32:40.7347832Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7349614Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7351584Z [gw1] [ 12%] XFAIL backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[100] 2025-06-05T23:32:40.7353041Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[10] 2025-06-05T23:32:40.7354764Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:40.7356403Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_four_tensors] 2025-06-05T23:32:40.7357989Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_ones] 2025-06-05T23:32:40.7359247Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_randn] 2025-06-05T23:32:40.7360831Z [gw1] [ 12%] XFAIL backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[10] 2025-06-05T23:32:40.7362147Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[15] 2025-06-05T23:32:40.7364102Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7365939Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7367736Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_randn] 2025-06-05T23:32:40.7368847Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_1] 2025-06-05T23:32:40.7370510Z [gw1] [ 12%] XFAIL backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[15] 2025-06-05T23:32:40.7371872Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[100] 2025-06-05T23:32:40.7373823Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7375607Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7377268Z [gw1] [ 12%] XFAIL backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[100] 2025-06-05T23:32:40.7378623Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[10] 2025-06-05T23:32:40.7380478Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7382354Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7384190Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[10] 2025-06-05T23:32:40.7385393Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[15] 2025-06-05T23:32:40.7386822Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_1] 2025-06-05T23:32:40.7388098Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_2] 2025-06-05T23:32:40.7389573Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[15] 2025-06-05T23:32:40.7390770Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[10] 2025-06-05T23:32:40.7392630Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7394908Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7396952Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_four_tensors] 2025-06-05T23:32:40.7398383Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors] 2025-06-05T23:32:40.7399940Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[10] 2025-06-05T23:32:40.7401174Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[15] 2025-06-05T23:32:40.7402711Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors] 2025-06-05T23:32:40.7404134Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_0] 2025-06-05T23:32:40.7406107Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:40.7407935Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-06-05T23:32:40.7409626Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_2] 2025-06-05T23:32:40.7410950Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[5d_float] 2025-06-05T23:32:40.7412485Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[15] 2025-06-05T23:32:40.7413657Z backends/arm/test/ops/test_arange.py::test_arange_tosa_MI 2025-06-05T23:32:40.7415028Z [gw1] [ 13%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_tosa_MI 2025-06-05T23:32:40.7416186Z backends/arm/test/ops/test_arange.py::test_arange_tosa_BI 2025-06-05T23:32:40.7417542Z [gw1] [ 13%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_tosa_BI 2025-06-05T23:32:40.7418678Z backends/arm/test/ops/test_arange.py::test_arange_u55_BI 2025-06-05T23:32:40.7420020Z [gw1] [ 13%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_u55_BI 2025-06-05T23:32:40.7421280Z backends/arm/test/ops/test_arange.py::test_arange_u85_BI 2025-06-05T23:32:40.7422628Z [gw1] [ 13%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_u85_BI 2025-06-05T23:32:40.7423904Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_3d] 2025-06-05T23:32:40.7425607Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_0] 2025-06-05T23:32:40.7427043Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_3] 2025-06-05T23:32:40.7428926Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-06-05T23:32:40.7430453Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:32:40.7432321Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_3d] 2025-06-05T23:32:40.7433764Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_4d] 2025-06-05T23:32:40.7435468Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_3] 2025-06-05T23:32:40.7436870Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_large] 2025-06-05T23:32:40.7438590Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:32:40.7440131Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-06-05T23:32:40.7441898Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_4d] 2025-06-05T23:32:40.7443335Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_3d] 2025-06-05T23:32:40.7445110Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[5d_float] 2025-06-05T23:32:40.7446450Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_ones] 2025-06-05T23:32:56.8780470Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_large] 2025-06-05T23:32:56.8781694Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_two_tensors] 2025-06-05T23:32:56.8783238Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_3d] 2025-06-05T23:32:56.8784364Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_4d] 2025-06-05T23:32:56.8785800Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-06-05T23:32:56.8786890Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-06-05T23:32:56.8788385Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_4d] 2025-06-05T23:32:56.8789936Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_3d] 2025-06-05T23:32:56.8791480Z [gw2] [ 13%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_two_tensors] 2025-06-05T23:32:56.8792966Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:56.8794486Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-06-05T23:32:56.8795703Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-06-05T23:32:56.8797299Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_3d] 2025-06-05T23:32:56.8798586Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_4d] 2025-06-05T23:32:56.8800075Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-06-05T23:32:56.8801473Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-06-05T23:32:56.8802955Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_ones] 2025-06-05T23:32:56.8803995Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_randn] 2025-06-05T23:32:56.8805370Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_4d] 2025-06-05T23:32:56.8806787Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_3d] 2025-06-05T23:32:56.8808316Z [gw3] [ 13%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-06-05T23:32:56.8809631Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:32:56.8811099Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_randn] 2025-06-05T23:32:56.8812189Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_1] 2025-06-05T23:32:56.8813686Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:56.8814930Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_four_tensors] 2025-06-05T23:32:56.8816424Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:32:56.8817686Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-06-05T23:32:56.8819294Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_3d] 2025-06-05T23:32:56.8820749Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_4d] 2025-06-05T23:32:56.8822342Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-06-05T23:32:56.8823725Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:32:56.8825499Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_4d] 2025-06-05T23:32:56.8826768Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_3d] 2025-06-05T23:32:56.8828340Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_four_tensors] 2025-06-05T23:32:56.8829567Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors] 2025-06-05T23:32:56.8830987Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_3d] 2025-06-05T23:32:56.8832504Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_4d] 2025-06-05T23:32:56.8834206Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:32:56.8835700Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:32:56.8837325Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_1] 2025-06-05T23:32:56.8838521Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_2] 2025-06-05T23:32:56.8839941Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors] 2025-06-05T23:32:56.8841128Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_0] 2025-06-05T23:32:56.8842932Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:32:56.8844652Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:32:56.8846415Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_4d] 2025-06-05T23:32:56.8847667Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_3d] 2025-06-05T23:32:56.8849125Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_0] 2025-06-05T23:32:56.8850272Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_3] 2025-06-05T23:32:56.8852205Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:32:56.8853843Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8855588Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_2] 2025-06-05T23:32:56.8856755Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[5d_float] 2025-06-05T23:32:56.8858177Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_3d] 2025-06-05T23:32:56.8859426Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_4d] 2025-06-05T23:32:56.8861010Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_3] 2025-06-05T23:32:56.8862105Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_large] 2025-06-05T23:32:56.8863755Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8865507Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8867196Z [gw0] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[5d_float] 2025-06-05T23:32:56.8868292Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_ones] 2025-06-05T23:32:56.8869803Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_4d] 2025-06-05T23:32:56.8871103Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_3d] 2025-06-05T23:32:56.8872631Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_large] 2025-06-05T23:32:56.8873802Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_two_tensors] 2025-06-05T23:32:56.8875501Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8877078Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8878887Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_two_tensors] 2025-06-05T23:32:56.8880073Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_three_tensors] 2025-06-05T23:32:56.8881691Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_3d] 2025-06-05T23:32:56.8883105Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_4d] 2025-06-05T23:32:56.8884928Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8886492Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:32:56.8888173Z [gw0] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_ones] 2025-06-05T23:32:56.8889157Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_randn] 2025-06-05T23:32:56.8890591Z [gw0] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_randn] 2025-06-05T23:32:56.8891678Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_1] 2025-06-05T23:33:05.0391754Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_4d] 2025-06-05T23:33:05.0393415Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_3d] 2025-06-05T23:33:05.0395295Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0397232Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0398976Z [gw2] [ 14%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_three_tensors] 2025-06-05T23:33:05.0400274Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_four_tensors] 2025-06-05T23:33:05.0402025Z [gw3] [ 14%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0403636Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0405417Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_3d] 2025-06-05T23:33:05.0406770Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_4d] 2025-06-05T23:33:05.0408256Z [gw0] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_1] 2025-06-05T23:33:05.0409361Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_2] 2025-06-05T23:33:05.0411152Z [gw3] [ 15%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0412788Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0414480Z [gw2] [ 15%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_four_tensors] 2025-06-05T23:33:05.0415698Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors] 2025-06-05T23:33:05.0417092Z [gw2] [ 15%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors] 2025-06-05T23:33:05.0418267Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_0] 2025-06-05T23:33:05.0419997Z [gw3] [ 15%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:05.0421447Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-06-05T23:33:05.0423179Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_4d] 2025-06-05T23:33:05.0424453Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[zeros] 2025-06-05T23:33:05.0425860Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[zeros] 2025-06-05T23:33:05.0427017Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[ones] 2025-06-05T23:33:05.0428406Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[ones] 2025-06-05T23:33:05.0429571Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[rand] 2025-06-05T23:33:05.0430974Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[rand] 2025-06-05T23:33:05.0432200Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[randn] 2025-06-05T23:33:05.0433804Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[randn] 2025-06-05T23:33:05.0435096Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:05.0436813Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:05.0438258Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:05.0440009Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:05.0441549Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:05.0443300Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:05.0444716Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window] 2025-06-05T23:33:05.0446365Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window] 2025-06-05T23:33:05.0447761Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_height] 2025-06-05T23:33:05.0449494Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_height] 2025-06-05T23:33:05.0450917Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_width] 2025-06-05T23:33:05.0452635Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_width] 2025-06-05T23:33:05.0453941Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[zeros] 2025-06-05T23:33:05.0455421Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[zeros] 2025-06-05T23:33:05.0456601Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[ones] 2025-06-05T23:33:05.0457990Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[ones] 2025-06-05T23:33:05.0459148Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[rand] 2025-06-05T23:33:05.0460543Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[rand] 2025-06-05T23:33:05.0461686Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[randn] 2025-06-05T23:33:05.0463104Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[randn] 2025-06-05T23:33:05.0464371Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:05.0466075Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:05.0467576Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:05.0469332Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:05.0470792Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:05.0472615Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:05.0474048Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window] 2025-06-05T23:33:05.0475706Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window] 2025-06-05T23:33:05.0477108Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_height] 2025-06-05T23:33:05.0478929Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_height] 2025-06-05T23:33:05.0480365Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_width] 2025-06-05T23:33:05.0482092Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_width] 2025-06-05T23:33:05.0483392Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[zeros] 2025-06-05T23:33:05.0484879Z [gw3] [ 15%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-06-05T23:33:05.0486284Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:05.0487771Z [gw1] [ 15%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[zeros] 2025-06-05T23:33:05.0488923Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[ones] 2025-06-05T23:33:05.0490352Z [gw2] [ 15%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_0] 2025-06-05T23:33:05.0491562Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_3] 2025-06-05T23:33:05.0493141Z [gw0] [ 15%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_2] 2025-06-05T23:33:05.0494244Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[5d_float] 2025-06-05T23:33:05.0495677Z [gw1] [ 15%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[ones] 2025-06-05T23:33:05.0496806Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[rand] 2025-06-05T23:33:05.0498246Z [gw2] [ 15%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_3] 2025-06-05T23:33:05.0499549Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_large] 2025-06-05T23:33:05.0500885Z [gw0] [ 15%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[5d_float] 2025-06-05T23:33:05.0501983Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_ones] 2025-06-05T23:33:05.0503471Z [gw3] [ 15%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:05.0504809Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-06-05T23:33:10.6865842Z [gw2] [ 15%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_large] 2025-06-05T23:33:10.6867005Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-06-05T23:33:10.6868461Z [gw1] [ 16%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[rand] 2025-06-05T23:33:10.6869604Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[randn] 2025-06-05T23:33:10.6871461Z [gw3] [ 16%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-06-05T23:33:10.6872874Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-06-05T23:33:10.6874231Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-06-05T23:33:10.6875332Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-06-05T23:33:10.6876666Z [gw1] [ 16%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[randn] 2025-06-05T23:33:10.6877885Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:10.6879379Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-06-05T23:33:10.6880486Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-06-05T23:33:10.6881830Z [gw0] [ 16%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_ones] 2025-06-05T23:33:10.6882902Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_randn] 2025-06-05T23:33:10.6884579Z [gw3] [ 16%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-06-05T23:33:10.6885906Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_stride] 2025-06-05T23:33:10.6887581Z [gw1] [ 16%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:10.6888862Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:10.6890631Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-06-05T23:33:10.6891703Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-06-05T23:33:10.6893308Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-06-05T23:33:10.6894560Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:10.6896226Z [gw1] [ 16%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:10.6897729Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:10.6899640Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_stride] 2025-06-05T23:33:10.6901096Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel_height] 2025-06-05T23:33:10.6902731Z [gw0] [ 16%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_randn] 2025-06-05T23:33:10.6903843Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_1] 2025-06-05T23:33:10.6905510Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:10.6906805Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-06-05T23:33:10.6908451Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel_height] 2025-06-05T23:33:10.6909979Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel] 2025-06-05T23:33:10.6911689Z [gw1] [ 16%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:10.6913121Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window] 2025-06-05T23:33:10.6914707Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-06-05T23:33:10.6915853Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-06-05T23:33:10.6917865Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel] 2025-06-05T23:33:10.6919313Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.6920891Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.6922197Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.6923936Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.6925272Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.6926903Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.6928228Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.6929866Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.6931293Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:10.6933277Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:10.6934990Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:10.6936975Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:10.6938728Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:10.6940700Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:10.6942444Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6944618Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6946370Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6948327Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6950065Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6952364Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6954093Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6956189Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6957894Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6960017Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6961819Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6963883Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6965679Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6967829Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.6969407Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:10.6971143Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:10.6972380Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:10.6974082Z [gw3] [ 16%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:10.6975488Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.6977263Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.6978822Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.6980525Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.6981837Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.7303725Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.7305222Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.7307213Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.7308675Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:10.7310958Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:10.7312775Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:10.7314829Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:10.7316623Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:10.7318863Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:10.7320531Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7322835Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7324440Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7326551Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7328275Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7330222Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7331925Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7333809Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7335531Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7337581Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7339239Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7341305Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7343048Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7344981Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7346494Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:10.7348202Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:10.7349653Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:10.7351379Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:10.7352879Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.7354636Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.7356022Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.7357572Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.7358851Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.7360423Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.7361824Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.7363456Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.7364994Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:10.7366920Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:10.7368712Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:10.7370779Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:10.7372446Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:10.7374431Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:10.7376228Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7378296Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7379870Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7382081Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7383674Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7385693Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7387318Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7389402Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7391006Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7393273Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7394999Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7396952Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7398630Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7400655Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:10.7402343Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:10.7403886Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:10.7405252Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:10.7406891Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:10.7408300Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.7409934Z [gw3] [ 17%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_3x2x40x40_nobias] 2025-06-05T23:33:10.7411315Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.7412906Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x256x256_st1] 2025-06-05T23:33:10.7414274Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.7416059Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-05T23:33:10.7417338Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.7418938Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[1x1_1x2x128x128_st1] 2025-06-05T23:33:10.7420434Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:19.8779173Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-05T23:33:19.8780823Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:19.8782819Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-05T23:33:19.8784509Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:19.8786900Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:33:19.8788412Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8790081Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8791025Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8792232Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8793680Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8795249Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8796331Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8797434Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8798524Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8799626Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8800615Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8801688Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8802613Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8803760Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-05T23:33:19.8805076Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:19.8806046Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_3x2x128x128_st1] 2025-06-05T23:33:19.8806885Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:19.8807902Z [gw3] [ 18%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-05T23:33:19.8808746Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_stride] 2025-06-05T23:33:19.8809784Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-06-05T23:33:19.8810485Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-06-05T23:33:19.8811440Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window] 2025-06-05T23:33:19.8812284Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_height] 2025-06-05T23:33:19.8813297Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_stride] 2025-06-05T23:33:19.8814176Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_kernel_z] 2025-06-05T23:33:19.8815092Z [gw0] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_1] 2025-06-05T23:33:19.8815793Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_2] 2025-06-05T23:33:19.8816698Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-06-05T23:33:19.8817330Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-06-05T23:33:19.8818298Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_height] 2025-06-05T23:33:19.8819145Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_width] 2025-06-05T23:33:19.8820179Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_kernel_z] 2025-06-05T23:33:19.8821013Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_meandim 2025-06-05T23:33:19.8821849Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-06-05T23:33:19.8822455Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-06-05T23:33:19.8823405Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_width] 2025-06-05T23:33:19.8824137Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[zeros] 2025-06-05T23:33:19.8824971Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_meandim 2025-06-05T23:33:19.8825729Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_meandim 2025-06-05T23:33:19.8826544Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[zeros] 2025-06-05T23:33:19.8827230Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[ones] 2025-06-05T23:33:19.8827992Z [gw0] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_2] 2025-06-05T23:33:19.8828611Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[5d_float] 2025-06-05T23:33:19.8829499Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_meandim 2025-06-05T23:33:19.8830210Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_meandim 2025-06-05T23:33:19.8830999Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[5d_float] 2025-06-05T23:33:19.8831892Z [gw3] [ 18%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_meandim 2025-06-05T23:33:19.8832651Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_meandim 2025-06-05T23:33:19.8833237Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_ones] 2025-06-05T23:33:19.8833986Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-06-05T23:33:19.8834573Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-06-05T23:33:19.8835373Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[ones] 2025-06-05T23:33:19.8836065Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[rand] 2025-06-05T23:33:19.8836845Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_ones] 2025-06-05T23:33:19.8837494Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1] 2025-06-05T23:33:19.8838234Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-06-05T23:33:19.8838899Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:19.8839712Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1] 2025-06-05T23:33:19.8840369Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_2] 2025-06-05T23:33:19.8841150Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[rand] 2025-06-05T23:33:19.8841880Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[randn] 2025-06-05T23:33:19.8842697Z [gw3] [ 19%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_meandim 2025-06-05T23:33:19.8843441Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[affine] 2025-06-05T23:33:19.8844313Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_2] 2025-06-05T23:33:19.8844958Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_big] 2025-06-05T23:33:19.8845803Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:19.8846494Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-06-05T23:33:19.8847261Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[randn] 2025-06-05T23:33:19.8847973Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:19.8849140Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[affine] 2025-06-05T23:33:19.8850050Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:19.8850953Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-06-05T23:33:32.4114871Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-06-05T23:33:32.4116571Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_big] 2025-06-05T23:33:32.4118154Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:33:32.4119944Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4121469Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[affine] 2025-06-05T23:33:32.4123180Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-06-05T23:33:32.4124581Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:32.4126134Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-06-05T23:33:32.4127212Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-06-05T23:33:32.4128713Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:33:32.4130047Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[3d_randn_diff_rank] 2025-06-05T23:33:32.4131823Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-05T23:33:32.4133295Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:32.4134903Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[3d_randn_diff_rank] 2025-06-05T23:33:32.4136159Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank] 2025-06-05T23:33:32.4137804Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[affine] 2025-06-05T23:33:32.4139284Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4140804Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-06-05T23:33:32.4141824Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-06-05T23:33:32.4143361Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank] 2025-06-05T23:33:32.4144619Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank_2] 2025-06-05T23:33:32.4146246Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-05T23:33:32.4147633Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window] 2025-06-05T23:33:32.4149336Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4150816Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[affine] 2025-06-05T23:33:32.4152386Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-06-05T23:33:32.4153407Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-06-05T23:33:32.4154962Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank_2] 2025-06-05T23:33:32.4156219Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[3d_randn_diff_rank] 2025-06-05T23:33:32.4157789Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window] 2025-06-05T23:33:32.4161499Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_height] 2025-06-05T23:33:32.4163243Z [gw3] [ 19%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[affine] 2025-06-05T23:33:32.4164813Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4166541Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_height] 2025-06-05T23:33:32.4167968Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_width] 2025-06-05T23:33:32.4169566Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[3d_randn_diff_rank] 2025-06-05T23:33:32.4170811Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank] 2025-06-05T23:33:32.4172419Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_width] 2025-06-05T23:33:32.4173902Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x1_stride_1_pad_0] 2025-06-05T23:33:32.4175454Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-06-05T23:33:32.4176478Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-06-05T23:33:32.4177861Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank] 2025-06-05T23:33:32.4179211Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank_2] 2025-06-05T23:33:32.4180885Z [gw3] [ 19%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4182350Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[affine] 2025-06-05T23:33:32.4184174Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x1_stride_1_pad_0] 2025-06-05T23:33:32.4185766Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_2x9_stride_1_pad_1] 2025-06-05T23:33:32.4187566Z [gw3] [ 19%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[affine] 2025-06-05T23:33:32.4189016Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4190604Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-06-05T23:33:32.4191761Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:32.4193644Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank_2] 2025-06-05T23:33:32.4194868Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[5d_float] 2025-06-05T23:33:32.4196534Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_2x9_stride_1_pad_1] 2025-06-05T23:33:32.4198138Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x4_stride_0_pad_0] 2025-06-05T23:33:32.4199852Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:32.4201047Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-06-05T23:33:32.4202864Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x4_stride_0_pad_0] 2025-06-05T23:33:32.4204510Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x257_stride_1_pad_0_large] 2025-06-05T23:33:32.4206392Z [gw3] [ 20%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[_no_affine] 2025-06-05T23:33:32.4207913Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:33:32.4209498Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[5d_float] 2025-06-05T23:33:32.4210723Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_ones] 2025-06-05T23:33:32.4212077Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-06-05T23:33:32.4213205Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-06-05T23:33:32.4214932Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x257_stride_1_pad_0_large] 2025-06-05T23:33:32.4216640Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_800x90_stride_1_pad_0_extreme] 2025-06-05T23:33:32.4218577Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:33:32.4220135Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:33:32.4221735Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-06-05T23:33:32.4222808Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-06-05T23:33:32.4224607Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_800x90_stride_1_pad_0_extreme] 2025-06-05T23:33:32.4226326Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[ones_1_32_112_112] 2025-06-05T23:33:32.4228250Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:33:32.4229772Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_4d] 2025-06-05T23:33:47.3635659Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[ones_1_32_112_112] 2025-06-05T23:33:47.3637372Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_4_5_6] 2025-06-05T23:33:47.3639176Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_4d] 2025-06-05T23:33:47.3640914Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:33:47.3642461Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-06-05T23:33:47.3643473Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-06-05T23:33:47.3645047Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_4_5_6] 2025-06-05T23:33:47.3646624Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_3_254_254] 2025-06-05T23:33:47.3648222Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_ones] 2025-06-05T23:33:47.3649324Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1] 2025-06-05T23:33:47.3650993Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:33:47.3652677Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:33:47.3654173Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-06-05T23:33:47.3655173Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-06-05T23:33:47.3656774Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_3_254_254] 2025-06-05T23:33:47.3658430Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_32_112_112_affine] 2025-06-05T23:33:47.3660435Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:33:47.3661979Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:33:47.3663559Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1] 2025-06-05T23:33:47.3664685Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_2] 2025-06-05T23:33:47.3666421Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_32_112_112_affine] 2025-06-05T23:33:47.3668113Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[ones_1_4_5_6_affine] 2025-06-05T23:33:47.3669974Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:33:47.3671513Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:33:47.3673273Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_2] 2025-06-05T23:33:47.3674410Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_big] 2025-06-05T23:33:47.3676129Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[ones_1_4_5_6_affine] 2025-06-05T23:33:47.3677792Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_3_254_254_affine] 2025-06-05T23:33:47.3679377Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-06-05T23:33:47.3680380Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-06-05T23:33:47.3682033Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_3_254_254_affine] 2025-06-05T23:33:47.3683663Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_not_delegated 2025-06-05T23:33:47.3685567Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:33:47.3687078Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_4d] 2025-06-05T23:33:47.3688633Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_big] 2025-06-05T23:33:47.3689896Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:33:47.3691294Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-06-05T23:33:47.3692415Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:47.3694765Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_4d] 2025-06-05T23:33:47.3696315Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:33:47.3698235Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:33:47.3699497Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[5d_float] 2025-06-05T23:33:47.3700917Z [gw2] [ 20%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-06-05T23:33:47.3702096Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-06-05T23:33:47.3703753Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:33:47.3705409Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:33:47.3706998Z [gw2] [ 21%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-06-05T23:33:47.3708092Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-06-05T23:33:47.3709434Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[5d_float] 2025-06-05T23:33:47.3710528Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_ones] 2025-06-05T23:33:47.3712218Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:33:47.3713763Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:33:47.3715313Z [gw2] [ 21%] XFAIL backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-06-05T23:33:47.3716397Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-06-05T23:33:47.3717704Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-06-05T23:33:47.3718858Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-06-05T23:33:47.3720433Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:33:47.3721945Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:33:47.3723461Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-06-05T23:33:47.3724538Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-06-05T23:33:47.3726105Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:33:47.3727587Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_4d] 2025-06-05T23:33:47.3729074Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_ones] 2025-06-05T23:33:47.3730237Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1] 2025-06-05T23:33:47.3731570Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-06-05T23:33:47.3732660Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-06-05T23:33:47.3734023Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-06-05T23:33:47.3735131Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-06-05T23:33:47.3736481Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1] 2025-06-05T23:33:47.3737601Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_2] 2025-06-05T23:33:47.3739143Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_4d] 2025-06-05T23:33:47.3741112Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:33:47.3742838Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-06-05T23:33:47.3743980Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-06-05T23:33:47.3745654Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:33:47.3747212Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:34:04.5493715Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-06-05T23:34:04.5495023Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-06-05T23:34:04.5496381Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_2] 2025-06-05T23:34:04.5497389Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_big] 2025-06-05T23:34:04.5498933Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_not_delegated 2025-06-05T23:34:04.5500380Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_not_delegated 2025-06-05T23:34:04.5501858Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-06-05T23:34:04.5502949Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-06-05T23:34:04.5504481Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:34:04.5506036Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:34:04.5507773Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-06-05T23:34:04.5508791Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-06-05T23:34:04.5510099Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_big] 2025-06-05T23:34:04.5511300Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:34:04.5512865Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-06-05T23:34:04.5513995Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-06-05T23:34:04.5515429Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-05T23:34:04.5516798Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:34:04.5518315Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:34:04.5519593Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[5d_float] 2025-06-05T23:34:04.5520839Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-06-05T23:34:04.5521961Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-06-05T23:34:04.5523677Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-05T23:34:04.5525012Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_4d] 2025-06-05T23:34:04.5526365Z [gw0] [ 21%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[5d_float] 2025-06-05T23:34:04.5527315Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_ones] 2025-06-05T23:34:04.5528516Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-06-05T23:34:04.5529719Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-06-05T23:34:04.5531210Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_4d] 2025-06-05T23:34:04.5532514Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_none] 2025-06-05T23:34:04.5533986Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-06-05T23:34:04.5535005Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-06-05T23:34:04.5536605Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-06-05T23:34:04.5537669Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-06-05T23:34:04.5539041Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_none] 2025-06-05T23:34:04.5540114Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_none] 2025-06-05T23:34:04.5541203Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_none] 2025-06-05T23:34:04.5542186Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_tanh] 2025-06-05T23:34:04.5543380Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-06-05T23:34:04.5544366Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-06-05T23:34:04.5545558Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_tanh] 2025-06-05T23:34:04.5546537Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_tanh] 2025-06-05T23:34:04.5547769Z [gw0] [ 22%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_ones] 2025-06-05T23:34:04.5548906Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1] 2025-06-05T23:34:04.5550147Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-06-05T23:34:04.5551148Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-06-05T23:34:04.5552453Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_tanh] 2025-06-05T23:34:04.5553412Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_tanh] 2025-06-05T23:34:04.5554588Z [gw0] [ 22%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1] 2025-06-05T23:34:04.5555611Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_2] 2025-06-05T23:34:04.5556852Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-06-05T23:34:04.5557805Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-06-05T23:34:04.5559292Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_not_delegated 2025-06-05T23:34:04.5560822Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_not_delegated 2025-06-05T23:34:04.5562211Z [gw0] [ 22%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_2] 2025-06-05T23:34:04.5563274Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_big] 2025-06-05T23:34:04.5564470Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_tanh] 2025-06-05T23:34:04.5565411Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_tanh] 2025-06-05T23:34:04.5566619Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-06-05T23:34:04.5579900Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-06-05T23:34:04.5581587Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_tanh] 2025-06-05T23:34:04.5582779Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_tanh] 2025-06-05T23:34:04.5584017Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-06-05T23:34:04.5585099Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-06-05T23:34:04.5586403Z [gw0] [ 22%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_big] 2025-06-05T23:34:04.5587614Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:34:04.5589134Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_tanh] 2025-06-05T23:34:04.5590122Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_tanh] 2025-06-05T23:34:04.5591402Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-06-05T23:34:04.5592584Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-06-05T23:34:04.5594186Z [gw0] [ 22%] XFAIL backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-05T23:34:04.5595375Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[1d_ramp] 2025-06-05T23:34:04.5596657Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[1d_ramp] 2025-06-05T23:34:04.5597731Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[2d_ones] 2025-06-05T23:34:04.5598965Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_tanh] 2025-06-05T23:34:04.5599943Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_none] 2025-06-05T23:34:04.5601320Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-06-05T23:34:04.5602533Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-06-05T23:34:04.5603812Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_none] 2025-06-05T23:34:04.5604735Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_none] 2025-06-05T23:34:04.5605977Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[2d_ones] 2025-06-05T23:34:04.5607052Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[3d_rand] 2025-06-05T23:34:04.5608430Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-06-05T23:34:04.5609551Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-06-05T23:34:04.5610920Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[3d_rand] 2025-06-05T23:34:04.5611956Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[4d_zeros] 2025-06-05T23:34:04.5613159Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_none] 2025-06-05T23:34:16.4451926Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_none] 2025-06-05T23:34:16.4453626Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[4d_zeros] 2025-06-05T23:34:16.4454830Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[1d_ramp] 2025-06-05T23:34:16.4456254Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-06-05T23:34:16.4457382Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-06-05T23:34:16.4458781Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_none] 2025-06-05T23:34:16.4459924Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_none] 2025-06-05T23:34:16.4461340Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[1d_ramp] 2025-06-05T23:34:16.4462562Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[2d_ones] 2025-06-05T23:34:16.4464202Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-06-05T23:34:16.4465346Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-06-05T23:34:16.4466749Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_none] 2025-06-05T23:34:16.4468038Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_none] 2025-06-05T23:34:16.4469485Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[2d_ones] 2025-06-05T23:34:16.4470786Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[3d_rand] 2025-06-05T23:34:16.4472257Z [gw2] [ 23%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-06-05T23:34:16.4473414Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-06-05T23:34:16.4475270Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_not_delegated 2025-06-05T23:34:16.4477019Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[ones_1_32_112_112] 2025-06-05T23:34:16.4478797Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[3d_rand] 2025-06-05T23:34:16.4479993Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[4d_zeros] 2025-06-05T23:34:16.4481422Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_none] 2025-06-05T23:34:16.4482543Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_none] 2025-06-05T23:34:16.4483923Z [gw2] [ 23%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-06-05T23:34:16.4485088Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-06-05T23:34:16.4487067Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[ones_1_32_112_112] 2025-06-05T23:34:16.4488863Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_4_5_6] 2025-06-05T23:34:16.4490526Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_none] 2025-06-05T23:34:16.4491632Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_tanh] 2025-06-05T23:34:16.4493280Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[4d_zeros] 2025-06-05T23:34:16.4494485Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[1d_ramp] 2025-06-05T23:34:16.4496267Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_4_5_6] 2025-06-05T23:34:16.4498031Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_3_254_254] 2025-06-05T23:34:16.4499909Z [gw2] [ 23%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-06-05T23:34:16.4501085Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-06-05T23:34:16.4502524Z [gw0] [ 23%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[1d_ramp] 2025-06-05T23:34:16.4503671Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[2d_ones] 2025-06-05T23:34:16.4505037Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_tanh] 2025-06-05T23:34:16.4506172Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_tanh] 2025-06-05T23:34:16.4507920Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_3_254_254] 2025-06-05T23:34:16.4509777Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_32_112_112_affine] 2025-06-05T23:34:16.4511722Z [gw2] [ 23%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-06-05T23:34:16.4512988Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-06-05T23:34:16.4514405Z [gw0] [ 23%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[2d_ones] 2025-06-05T23:34:16.4515552Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[3d_rand] 2025-06-05T23:34:16.4516910Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_tanh] 2025-06-05T23:34:16.4518092Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_tanh] 2025-06-05T23:34:16.4519464Z [gw2] [ 23%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-06-05T23:34:16.4520772Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-05T23:34:16.4522792Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_32_112_112_affine] 2025-06-05T23:34:16.4524720Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[ones_1_4_5_6_affine] 2025-06-05T23:34:16.4526463Z [gw0] [ 23%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[3d_rand] 2025-06-05T23:34:16.4527643Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[4d_zeros] 2025-06-05T23:34:16.4529025Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_tanh] 2025-06-05T23:34:16.4530138Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_tanh] 2025-06-05T23:34:16.4531959Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[ones_1_4_5_6_affine] 2025-06-05T23:34:16.4533946Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_3_254_254_affine] 2025-06-05T23:34:16.4535943Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-05T23:34:16.4537413Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-05T23:34:16.4538974Z [gw0] [ 23%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[4d_zeros] 2025-06-05T23:34:16.4540131Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[1d_ramp] 2025-06-05T23:34:16.4541725Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-05T23:34:16.4543197Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-05T23:34:16.4544756Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_tanh] 2025-06-05T23:34:16.4545979Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_tanh] 2025-06-05T23:34:16.4547855Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI_conv[rand_1_3_254_254_affine] 2025-06-05T23:34:16.4549697Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[ones_1_32_112_112] 2025-06-05T23:34:16.4551659Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-05T23:34:16.4553228Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-05T23:34:16.4554995Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-05T23:34:16.4556474Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-05T23:34:16.4558142Z [gw0] [ 23%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[1d_ramp] 2025-06-05T23:34:16.4559291Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[2d_ones] 2025-06-05T23:34:16.4560698Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_tanh] 2025-06-05T23:34:16.4561819Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_tanh] 2025-06-05T23:34:16.4563607Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[ones_1_32_112_112] 2025-06-05T23:34:16.4565458Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_4_5_6] 2025-06-05T23:34:16.4567370Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-05T23:34:16.4568847Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-05T23:34:16.4570404Z [gw0] [ 23%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[2d_ones] 2025-06-05T23:34:16.4571559Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[3d_rand] 2025-06-05T23:34:28.9744266Z [gw3] [ 23%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_tanh] 2025-06-05T23:34:28.9745579Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_1] 2025-06-05T23:34:28.9747497Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_4_5_6] 2025-06-05T23:34:28.9749356Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_3_254_254] 2025-06-05T23:34:28.9751334Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-05T23:34:28.9752694Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-05T23:34:28.9754166Z [gw0] [ 24%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[3d_rand] 2025-06-05T23:34:28.9755256Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[4d_zeros] 2025-06-05T23:34:28.9756778Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_1] 2025-06-05T23:34:28.9758159Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_2] 2025-06-05T23:34:28.9759819Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-05T23:34:28.9761191Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-05T23:34:28.9763034Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_3_254_254] 2025-06-05T23:34:28.9764950Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_32_112_112_affine] 2025-06-05T23:34:28.9766754Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-05T23:34:28.9768127Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-05T23:34:28.9769579Z [gw0] [ 24%] XFAIL backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[4d_zeros] 2025-06-05T23:34:28.9770671Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-06-05T23:34:28.9772185Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_2] 2025-06-05T23:34:28.9773574Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_6] 2025-06-05T23:34:28.9775621Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_32_112_112_affine] 2025-06-05T23:34:28.9777396Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[ones_1_4_5_6_affine] 2025-06-05T23:34:28.9779210Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-05T23:34:28.9780591Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-05T23:34:28.9782067Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-06-05T23:34:28.9783280Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-05T23:34:28.9785055Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[ones_1_4_5_6_affine] 2025-06-05T23:34:28.9786818Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_3_254_254_affine] 2025-06-05T23:34:28.9788552Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-05T23:34:28.9789715Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-06-05T23:34:28.9791217Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_6] 2025-06-05T23:34:28.9792982Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:34:28.9794789Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-05T23:34:28.9796167Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-05T23:34:28.9797736Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-06-05T23:34:28.9798876Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-06-05T23:34:28.9800585Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:34:28.9802173Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:34:28.9803752Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-06-05T23:34:28.9804931Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-06-05T23:34:28.9806484Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-05T23:34:28.9807868Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-05T23:34:28.9809845Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_conv[rand_1_3_254_254_affine] 2025-06-05T23:34:28.9811574Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[ones_1_32_112_112] 2025-06-05T23:34:28.9813476Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:34:28.9814971Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_12] 2025-06-05T23:34:28.9816565Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-06-05T23:34:28.9817693Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-06-05T23:34:28.9819361Z [gw1] [ 24%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[ones_1_32_112_112] 2025-06-05T23:34:28.9821095Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_4_5_6] 2025-06-05T23:34:28.9822926Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_12] 2025-06-05T23:34:28.9824396Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_1] 2025-06-05T23:34:28.9825902Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-06-05T23:34:28.9827031Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:34:28.9828808Z [gw1] [ 24%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_4_5_6] 2025-06-05T23:34:28.9830440Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_3_254_254] 2025-06-05T23:34:28.9832324Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-05T23:34:28.9833697Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-05T23:34:28.9835506Z [gw1] [ 24%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_3_254_254] 2025-06-05T23:34:28.9837226Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_32_112_112_affine] 2025-06-05T23:34:28.9839119Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_1] 2025-06-05T23:34:28.9840634Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:34:28.9842362Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:34:28.9843497Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-06-05T23:34:28.9845155Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:34:28.9846690Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_8] 2025-06-05T23:34:28.9848594Z [gw1] [ 24%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_32_112_112_affine] 2025-06-05T23:34:28.9850330Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[ones_1_4_5_6_affine] 2025-06-05T23:34:28.9851962Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-06-05T23:34:28.9853111Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-06-05T23:34:28.9854760Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_8] 2025-06-05T23:34:28.9856171Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_1] 2025-06-05T23:34:46.1581517Z [gw1] [ 25%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[ones_1_4_5_6_affine] 2025-06-05T23:34:46.1583345Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_3_254_254_affine] 2025-06-05T23:34:46.1585287Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-05T23:34:46.1586697Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-05T23:34:46.1588279Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-06-05T23:34:46.1589763Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-06-05T23:34:46.1591597Z [gw1] [ 25%] XFAIL backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_conv[rand_1_3_254_254_affine] 2025-06-05T23:34:46.1593534Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank4_randn] 2025-06-05T23:34:46.1595206Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-05T23:34:46.1596612Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-05T23:34:46.1598247Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-06-05T23:34:46.1599300Z backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-06-05T23:34:46.1600623Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank4_randn] 2025-06-05T23:34:46.1601785Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:34:46.1603063Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-06-05T23:34:46.1604064Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-06-05T23:34:46.1605372Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:34:46.1606519Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:34:46.1608008Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-05T23:34:46.1609288Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-05T23:34:46.1610804Z [gw0] [ 25%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-06-05T23:34:46.1611833Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:34:46.1613350Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:34:46.1614538Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:34:46.1615920Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:34:46.1617123Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:34:46.1618862Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:34:46.1620127Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank1_ones] 2025-06-05T23:34:46.1621835Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_1] 2025-06-05T23:34:46.1623217Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_2] 2025-06-05T23:34:46.1624709Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank1_ones] 2025-06-05T23:34:46.1625811Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank2_rand] 2025-06-05T23:34:46.1627236Z [gw0] [ 25%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-06-05T23:34:46.1628290Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-06-05T23:34:46.1629766Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-05T23:34:46.1631146Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-05T23:34:46.1633046Z [gw0] [ 25%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-06-05T23:34:46.1634393Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:34:46.1636159Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank2_rand] 2025-06-05T23:34:46.1637320Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank3_randn] 2025-06-05T23:34:46.1638896Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-05T23:34:46.1640496Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-05T23:34:46.1642435Z [gw0] [ 25%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-05T23:34:46.1644105Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:34:46.1645837Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank3_randn] 2025-06-05T23:34:46.1646947Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank4_randn] 2025-06-05T23:34:46.1648368Z [gw1] [ 25%] XPASS backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank4_randn] 2025-06-05T23:34:46.1649652Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:34:46.1651514Z [gw0] [ 25%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-05T23:34:46.1653056Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_block_bottleneck 2025-06-05T23:34:46.1654874Z [gw1] [ 25%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:34:46.1656148Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:34:46.1657897Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_2] 2025-06-05T23:34:46.1659392Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_6] 2025-06-05T23:34:46.1661173Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-05T23:34:46.1662577Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-06-05T23:34:46.1663985Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-06-05T23:34:46.1665267Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-06-05T23:34:46.1667083Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_block_bottleneck 2025-06-05T23:34:46.1668317Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_block_bottleneck 2025-06-05T23:34:46.1669991Z [gw1] [ 25%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:34:46.1671346Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:34:46.1673064Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-06-05T23:34:46.1674418Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-06-05T23:34:46.1676048Z [gw1] [ 26%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:34:46.1677404Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:34:46.1679150Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-06-05T23:34:46.1680505Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-06-05T23:34:46.1682193Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_block_bottleneck 2025-06-05T23:34:46.1683631Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_block_bottleneck 2025-06-05T23:34:46.1685288Z [gw1] [ 26%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:34:46.1686651Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank1_ones] 2025-06-05T23:34:46.1688237Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-06-05T23:34:46.1689544Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-06-05T23:34:46.1691141Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-06-05T23:34:46.1692462Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-06-05T23:34:46.1694429Z [gw1] [ 26%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank1_ones] 2025-06-05T23:35:02.4536121Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank2_rand] 2025-06-05T23:35:02.4538076Z [gw0] [ 26%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_block_bottleneck 2025-06-05T23:35:02.4539437Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_block_bottleneck 2025-06-05T23:35:02.4541131Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-06-05T23:35:02.4542719Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-06-05T23:35:02.4544362Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-06-05T23:35:02.4545750Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:35:02.4547655Z [gw1] [ 26%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank2_rand] 2025-06-05T23:35:02.4548897Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank3_randn] 2025-06-05T23:35:02.4550745Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-05T23:35:02.4552536Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:35:02.4554298Z [gw1] [ 26%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank3_randn] 2025-06-05T23:35:02.4555768Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank4_randn] 2025-06-05T23:35:02.4557437Z [gw0] [ 26%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_block_bottleneck 2025-06-05T23:35:02.4558926Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:02.4560835Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-05T23:35:02.4562406Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:35:02.4564462Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:02.4566218Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:02.4568153Z [gw1] [ 26%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank4_randn] 2025-06-05T23:35:02.4569244Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[zeros] 2025-06-05T23:35:02.4570696Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_6] 2025-06-05T23:35:02.4572248Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:35:02.4574169Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:35:02.4576011Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:35:02.4578085Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:02.4579852Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:02.4581476Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[zeros] 2025-06-05T23:35:02.4582411Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ones] 2025-06-05T23:35:02.4584093Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:02.4585759Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:02.4587643Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-05T23:35:02.4589050Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-06-05T23:35:02.4590615Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ones] 2025-06-05T23:35:02.4591618Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[rand] 2025-06-05T23:35:02.4599104Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:02.4600914Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:02.4602509Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[rand] 2025-06-05T23:35:02.4603463Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_pos] 2025-06-05T23:35:02.4604891Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-06-05T23:35:02.4606178Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-06-05T23:35:02.4607700Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_pos] 2025-06-05T23:35:02.4608678Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_neg] 2025-06-05T23:35:02.4610452Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-06-05T23:35:02.4611823Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:35:02.4613666Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:02.4615163Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:02.4616647Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_neg] 2025-06-05T23:35:02.4617520Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ramp] 2025-06-05T23:35:02.4619269Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:35:02.4620804Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:35:02.4622215Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ramp] 2025-06-05T23:35:02.4623180Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[zeros] 2025-06-05T23:35:02.4624769Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:02.4642545Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:02.4645003Z [gw0] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:02.4647144Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:02.4649087Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[zeros] 2025-06-05T23:35:02.4650333Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ones] 2025-06-05T23:35:02.4651825Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ones] 2025-06-05T23:35:02.4652916Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[rand] 2025-06-05T23:35:02.4654986Z [gw2] [ 27%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:35:02.4656741Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-06-05T23:35:02.4659491Z [gw0] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:02.4661506Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:02.4663464Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[rand] 2025-06-05T23:35:02.4664645Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_pos] 2025-06-05T23:35:02.4666782Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:35:02.4668806Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_12] 2025-06-05T23:35:02.4670723Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_pos] 2025-06-05T23:35:02.4671905Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_neg] 2025-06-05T23:35:02.4674022Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:02.4675974Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:02.4677528Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_neg] 2025-06-05T23:35:02.4678462Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ramp] 2025-06-05T23:35:02.4680317Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:21.1560248Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:21.1562767Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:21.1564551Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:21.1566773Z [gw3] [ 27%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_12] 2025-06-05T23:35:21.1568365Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:35:21.1569920Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ramp] 2025-06-05T23:35:21.1570928Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[zeros] 2025-06-05T23:35:21.1572159Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u55_BI[zeros] 2025-06-05T23:35:21.1573140Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ones] 2025-06-05T23:35:21.1574903Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:21.1576615Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:21.1578241Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ones] 2025-06-05T23:35:21.1579231Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[rand] 2025-06-05T23:35:21.1580907Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-05T23:35:21.1582621Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:21.1584204Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u55_BI[rand] 2025-06-05T23:35:21.1585217Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_pos] 2025-06-05T23:35:21.1586668Z [gw2] [ 27%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-06-05T23:35:21.1588152Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-06-05T23:35:21.1589915Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-05T23:35:21.1591377Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:21.1593132Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_pos] 2025-06-05T23:35:21.1594020Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_neg] 2025-06-05T23:35:21.1595040Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_neg] 2025-06-05T23:35:21.1595912Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ramp] 2025-06-05T23:35:21.1597228Z [gw3] [ 27%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:35:21.1598489Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:35:21.1600386Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-05T23:35:21.1601816Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:21.1603583Z [gw0] [ 27%] XFAIL backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-05T23:35:21.1604943Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-05T23:35:21.1606227Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ramp] 2025-06-05T23:35:21.1607040Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[zeros] 2025-06-05T23:35:21.1608398Z [gw0] [ 27%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-05T23:35:21.1609749Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-05T23:35:21.1611354Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u85_BI[zeros] 2025-06-05T23:35:21.1612278Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ones] 2025-06-05T23:35:21.1613781Z [gw2] [ 27%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-06-05T23:35:21.1615118Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-06-05T23:35:21.1616915Z [gw3] [ 27%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:35:21.1618616Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:35:21.1620395Z [gw0] [ 27%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-05T23:35:21.1621844Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-05T23:35:21.1623297Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ones] 2025-06-05T23:35:21.1624207Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[rand] 2025-06-05T23:35:21.1625664Z [gw0] [ 27%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-05T23:35:21.1627086Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-05T23:35:21.1628579Z [gw1] [ 28%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u85_BI[rand] 2025-06-05T23:35:21.1629512Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_pos] 2025-06-05T23:35:21.1631205Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-05T23:35:21.1632779Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-05T23:35:21.1634292Z [gw1] [ 28%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_pos] 2025-06-05T23:35:21.1635292Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_neg] 2025-06-05T23:35:21.1636644Z [gw3] [ 28%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:35:21.1637865Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_1] 2025-06-05T23:35:21.1639493Z [gw2] [ 28%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-06-05T23:35:21.1640714Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-06-05T23:35:21.1642283Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-05T23:35:21.1643729Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-05T23:35:21.1645154Z [gw1] [ 28%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_neg] 2025-06-05T23:35:21.1646198Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ramp] 2025-06-05T23:35:21.1647724Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-05T23:35:21.1649158Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-05T23:35:21.1650615Z [gw1] [ 28%] XFAIL backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ramp] 2025-06-05T23:35:21.1651602Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[zeros] 2025-06-05T23:35:21.1653161Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-05T23:35:21.1654744Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-05T23:35:21.1656267Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[zeros] 2025-06-05T23:35:21.1657204Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ones] 2025-06-05T23:35:21.1658761Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-05T23:35:21.1660247Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-05T23:35:21.1662241Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-05T23:35:21.1663739Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-05T23:35:21.1665240Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ones] 2025-06-05T23:35:21.1666242Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[rand] 2025-06-05T23:35:21.1667484Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[rand] 2025-06-05T23:35:21.1668548Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_pos] 2025-06-05T23:35:21.1670086Z [gw2] [ 28%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-06-05T23:35:21.1671629Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:35:47.3534710Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_pos] 2025-06-05T23:35:47.3535795Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_neg] 2025-06-05T23:35:47.3537268Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_neg] 2025-06-05T23:35:47.3538311Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ramp] 2025-06-05T23:35:47.3539833Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-05T23:35:47.3541430Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-05T23:35:47.3542999Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ramp] 2025-06-05T23:35:47.3543888Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[zeros] 2025-06-05T23:35:47.3545037Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[zeros] 2025-06-05T23:35:47.3545927Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ones] 2025-06-05T23:35:47.3546922Z [gw2] [ 28%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:35:47.3548070Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:35:47.3549119Z [gw3] [ 28%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_1] 2025-06-05T23:35:47.3549934Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_2] 2025-06-05T23:35:47.3550732Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ones] 2025-06-05T23:35:47.3551277Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[rand] 2025-06-05T23:35:47.3552240Z [gw0] [ 28%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-05T23:35:47.3553073Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-05T23:35:47.3553878Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[rand] 2025-06-05T23:35:47.3554523Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_pos] 2025-06-05T23:35:47.3555661Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_pos] 2025-06-05T23:35:47.3556635Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_neg] 2025-06-05T23:35:47.3557907Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_neg] 2025-06-05T23:35:47.3558853Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ramp] 2025-06-05T23:35:47.3560382Z [gw2] [ 28%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:35:47.3561919Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-06-05T23:35:47.3563236Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ramp] 2025-06-05T23:35:47.3564145Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[zeros] 2025-06-05T23:35:47.3565144Z [gw1] [ 28%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u55_BI[zeros] 2025-06-05T23:35:47.3566005Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ones] 2025-06-05T23:35:47.3567004Z [gw1] [ 28%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ones] 2025-06-05T23:35:47.3567847Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[rand] 2025-06-05T23:35:47.3569158Z [gw3] [ 28%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_2] 2025-06-05T23:35:47.3570498Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_6] 2025-06-05T23:35:47.3572174Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-05T23:35:47.3573629Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-05T23:35:47.3575101Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u55_BI[rand] 2025-06-05T23:35:47.3575943Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_pos] 2025-06-05T23:35:47.3577075Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_pos] 2025-06-05T23:35:47.3577989Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_neg] 2025-06-05T23:35:47.3579122Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_neg] 2025-06-05T23:35:47.3580129Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ramp] 2025-06-05T23:35:47.3581205Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ramp] 2025-06-05T23:35:47.3582097Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[zeros] 2025-06-05T23:35:47.3583466Z [gw2] [ 29%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-06-05T23:35:47.3584870Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-06-05T23:35:47.3586178Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u85_BI[zeros] 2025-06-05T23:35:47.3586974Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ones] 2025-06-05T23:35:47.3587969Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ones] 2025-06-05T23:35:47.3588784Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[rand] 2025-06-05T23:35:47.3589921Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u85_BI[rand] 2025-06-05T23:35:47.3590895Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_pos] 2025-06-05T23:35:47.3592283Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_pos] 2025-06-05T23:35:47.3593391Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_neg] 2025-06-05T23:35:47.3594909Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-05T23:35:47.3596166Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-05T23:35:47.3597891Z [gw3] [ 29%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_6] 2025-06-05T23:35:47.3599225Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:35:47.3600792Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_neg] 2025-06-05T23:35:47.3601851Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ramp] 2025-06-05T23:35:47.3603456Z [gw2] [ 29%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-06-05T23:35:47.3604903Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank1_ones] 2025-06-05T23:35:47.3606162Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ramp] 2025-06-05T23:35:47.3607214Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d_both] 2025-06-05T23:35:47.3608698Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-05T23:35:47.3610066Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-05T23:35:47.3611472Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank1_ones] 2025-06-05T23:35:47.3612493Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank2_rand] 2025-06-05T23:35:47.3613804Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d_both] 2025-06-05T23:35:47.3614989Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d] 2025-06-05T23:35:47.3616342Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank2_rand] 2025-06-05T23:35:47.3617352Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank3_randn] 2025-06-05T23:35:47.3618617Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank3_randn] 2025-06-05T23:35:47.3619788Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank4_randn] 2025-06-05T23:35:47.3621043Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d] 2025-06-05T23:35:47.3622057Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_4d] 2025-06-05T23:35:47.3623294Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank4_randn] 2025-06-05T23:35:47.3624382Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank1_ones] 2025-06-05T23:35:47.3625951Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_4d] 2025-06-05T23:35:47.3626892Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_1] 2025-06-05T23:35:47.3628177Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_1] 2025-06-05T23:35:47.3629173Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_2] 2025-06-05T23:35:47.3630461Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_2] 2025-06-05T23:35:47.3631457Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_mix_neg] 2025-06-05T23:35:47.3633064Z [gw3] [ 29%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:35:47.3634508Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:35:47.3636176Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank1_ones] 2025-06-05T23:36:09.3573706Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank2_rand] 2025-06-05T23:36:09.3575421Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_mix_neg] 2025-06-05T23:36:09.3576570Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_small_neg] 2025-06-05T23:36:09.3578326Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank2_rand] 2025-06-05T23:36:09.3580162Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank3_randn] 2025-06-05T23:36:09.3582016Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_small_neg] 2025-06-05T23:36:09.3583241Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_2d] 2025-06-05T23:36:09.3584731Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank3_randn] 2025-06-05T23:36:09.3586037Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank4_randn] 2025-06-05T23:36:09.3587496Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_2d] 2025-06-05T23:36:09.3588697Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_neg_mul] 2025-06-05T23:36:09.3590197Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank4_randn] 2025-06-05T23:36:09.3591512Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank1_ones] 2025-06-05T23:36:09.3593469Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_neg_mul] 2025-06-05T23:36:09.3594725Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d_both] 2025-06-05T23:36:09.3596495Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank1_ones] 2025-06-05T23:36:09.3597890Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank2_rand] 2025-06-05T23:36:09.3599537Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-05T23:36:09.3600917Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-05T23:36:09.3602481Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d_both] 2025-06-05T23:36:09.3603629Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d] 2025-06-05T23:36:09.3605362Z [gw3] [ 30%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:36:09.3606948Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_12] 2025-06-05T23:36:09.3608916Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank2_rand] 2025-06-05T23:36:09.3610296Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank3_randn] 2025-06-05T23:36:09.3611814Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d] 2025-06-05T23:36:09.3613006Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_4d] 2025-06-05T23:36:09.3614545Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank3_randn] 2025-06-05T23:36:09.3615927Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank4_randn] 2025-06-05T23:36:09.3617598Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank4_randn] 2025-06-05T23:36:09.3618883Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank1_ones] 2025-06-05T23:36:09.3620335Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_4d] 2025-06-05T23:36:09.3621670Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_1] 2025-06-05T23:36:09.3623159Z [gw2] [ 30%] XFAIL backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank1_ones] 2025-06-05T23:36:09.3624175Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank2_rand] 2025-06-05T23:36:09.3625496Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_1] 2025-06-05T23:36:09.3626626Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_2] 2025-06-05T23:36:09.3628149Z [gw2] [ 30%] XFAIL backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank2_rand] 2025-06-05T23:36:09.3629350Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank3_randn] 2025-06-05T23:36:09.3631044Z [gw3] [ 30%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_12] 2025-06-05T23:36:09.3632728Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:36:09.3634398Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_2] 2025-06-05T23:36:09.3635623Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_mix_neg] 2025-06-05T23:36:09.3637096Z [gw2] [ 30%] XFAIL backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank3_randn] 2025-06-05T23:36:09.3638310Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank4_randn] 2025-06-05T23:36:09.3639788Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_mix_neg] 2025-06-05T23:36:09.3641049Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_small_neg] 2025-06-05T23:36:09.3642675Z [gw2] [ 30%] XFAIL backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank4_randn] 2025-06-05T23:36:09.3643910Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[zeros] 2025-06-05T23:36:09.3645425Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[zeros] 2025-06-05T23:36:09.3646651Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[ones] 2025-06-05T23:36:09.3648170Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_small_neg] 2025-06-05T23:36:09.3649208Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_2d] 2025-06-05T23:36:09.3650771Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-05T23:36:09.3652209Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-05T23:36:09.3653668Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_2d] 2025-06-05T23:36:09.3654856Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_neg_mul] 2025-06-05T23:36:09.3656291Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[ones] 2025-06-05T23:36:09.3657503Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[rand] 2025-06-05T23:36:09.3659192Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-05T23:36:09.3660765Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-05T23:36:09.3662643Z [gw3] [ 30%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:36:09.3664256Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:36:09.3666017Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_neg_mul] 2025-06-05T23:36:09.3667344Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d_both] 2025-06-05T23:36:09.3668816Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d_both] 2025-06-05T23:36:09.3670010Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d] 2025-06-05T23:36:09.3671380Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d] 2025-06-05T23:36:09.3672652Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_4d] 2025-06-05T23:36:09.3674082Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[rand] 2025-06-05T23:36:09.3675416Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[3Dtensor] 2025-06-05T23:36:09.3676856Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[3Dtensor] 2025-06-05T23:36:09.3678109Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[negative_slope] 2025-06-05T23:36:09.3679755Z [gw3] [ 30%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:36:09.3681176Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:36:09.3682661Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_4d] 2025-06-05T23:36:09.3683830Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_1] 2025-06-05T23:36:09.3685294Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_1] 2025-06-05T23:36:09.3686510Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_2] 2025-06-05T23:36:09.3688188Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[negative_slope] 2025-06-05T23:36:09.3689514Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[zeros] 2025-06-05T23:36:09.3691010Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_2] 2025-06-05T23:36:09.3692221Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_mix_neg] 2025-06-05T23:36:09.3694141Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-05T23:36:31.7022774Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[zeros] 2025-06-05T23:36:31.7024490Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[zeros] 2025-06-05T23:36:31.7025755Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[ones] 2025-06-05T23:36:31.7027105Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[zeros] 2025-06-05T23:36:31.7030387Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ones] 2025-06-05T23:36:31.7031402Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_mix_neg] 2025-06-05T23:36:31.7032201Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_small_neg] 2025-06-05T23:36:31.7033118Z [gw3] [ 31%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:36:31.7033910Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_1] 2025-06-05T23:36:31.7034712Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ones] 2025-06-05T23:36:31.7035269Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[rand] 2025-06-05T23:36:31.7036203Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[rand] 2025-06-05T23:36:31.7037108Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_pos] 2025-06-05T23:36:31.7038449Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_small_neg] 2025-06-05T23:36:31.7039824Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d_both] 2025-06-05T23:36:31.7041193Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_pos] 2025-06-05T23:36:31.7043868Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_neg] 2025-06-05T23:36:31.7045152Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d_both] 2025-06-05T23:36:31.7046187Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d] 2025-06-05T23:36:31.7047563Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_neg] 2025-06-05T23:36:31.7048567Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ramp] 2025-06-05T23:36:31.7049613Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ramp] 2025-06-05T23:36:31.7050520Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[zeros] 2025-06-05T23:36:31.7051658Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d] 2025-06-05T23:36:31.7052659Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_4d] 2025-06-05T23:36:31.7053792Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[zeros] 2025-06-05T23:36:31.7054748Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ones] 2025-06-05T23:36:31.7055916Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ones] 2025-06-05T23:36:31.7056809Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[rand] 2025-06-05T23:36:31.7058057Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_4d] 2025-06-05T23:36:31.7059100Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_1] 2025-06-05T23:36:31.7060494Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[rand] 2025-06-05T23:36:31.7061385Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_pos] 2025-06-05T23:36:31.7062636Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_1] 2025-06-05T23:36:31.7063797Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_2] 2025-06-05T23:36:31.7065207Z [gw3] [ 31%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_1] 2025-06-05T23:36:31.7066585Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_2] 2025-06-05T23:36:31.7067935Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[ones] 2025-06-05T23:36:31.7068951Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[rand] 2025-06-05T23:36:31.7070123Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_pos] 2025-06-05T23:36:31.7071165Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_neg] 2025-06-05T23:36:31.7072489Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_2] 2025-06-05T23:36:31.7073624Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_mix_neg] 2025-06-05T23:36:31.7075047Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_mix_neg] 2025-06-05T23:36:31.7076181Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_small_neg] 2025-06-05T23:36:31.7077362Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_neg] 2025-06-05T23:36:31.7078292Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ramp] 2025-06-05T23:36:31.7079379Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[rand] 2025-06-05T23:36:31.7080422Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[3Dtensor] 2025-06-05T23:36:31.7081717Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ramp] 2025-06-05T23:36:31.7082642Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[zeros] 2025-06-05T23:36:31.7083859Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[zeros] 2025-06-05T23:36:31.7084905Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ones] 2025-06-05T23:36:31.7086299Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[3Dtensor] 2025-06-05T23:36:31.7087605Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[negative_slope] 2025-06-05T23:36:31.7089075Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_small_neg] 2025-06-05T23:36:31.7090282Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_2d] 2025-06-05T23:36:31.7091884Z [gw3] [ 31%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_2] 2025-06-05T23:36:31.7093977Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_6] 2025-06-05T23:36:31.7095342Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ones] 2025-06-05T23:36:31.7096261Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[rand] 2025-06-05T23:36:31.7097402Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[rand] 2025-06-05T23:36:31.7098361Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_pos] 2025-06-05T23:36:31.7099685Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_2d] 2025-06-05T23:36:31.7100881Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_neg_mul] 2025-06-05T23:36:31.7102470Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[negative_slope] 2025-06-05T23:36:31.7103689Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[zeros] 2025-06-05T23:36:31.7105002Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_neg_mul] 2025-06-05T23:36:31.7106183Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_2d] 2025-06-05T23:36:31.7107434Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_pos] 2025-06-05T23:36:31.7108502Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_neg] 2025-06-05T23:36:31.7109812Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_2d] 2025-06-05T23:36:31.7110947Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_neg_mul] 2025-06-05T23:36:31.7112349Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_neg] 2025-06-05T23:36:31.7113474Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ramp] 2025-06-05T23:36:31.7114609Z [gw2] [ 32%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[zeros] 2025-06-05T23:36:31.7115603Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[ones] 2025-06-05T23:36:31.7116832Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ramp] 2025-06-05T23:36:31.7117768Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[zeros] 2025-06-05T23:36:31.7119020Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_neg_mul] 2025-06-05T23:36:31.7120089Z backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x3x3] 2025-06-05T23:36:31.7121151Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[zeros] 2025-06-05T23:36:31.7122075Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ones] 2025-06-05T23:36:31.7123386Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x3x3] 2025-06-05T23:36:31.7124331Z backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x1] 2025-06-05T23:36:31.7125498Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x1] 2025-06-05T23:36:31.7126530Z backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[int32_int32] 2025-06-05T23:36:31.7127744Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ones] 2025-06-05T23:36:31.7128751Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[rand] 2025-06-05T23:36:31.7130168Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[int32_int32] 2025-06-05T23:36:31.7131168Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x3x3] 2025-06-05T23:36:31.7132405Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[rand] 2025-06-05T23:36:31.7133392Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_pos] 2025-06-05T23:36:48.7672607Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x3x3] 2025-06-05T23:36:48.7673648Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x1] 2025-06-05T23:36:48.7675106Z [gw3] [ 32%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_6] 2025-06-05T23:36:48.7676592Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:36:48.7678167Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_pos] 2025-06-05T23:36:48.7679244Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_neg] 2025-06-05T23:36:48.7680549Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_neg] 2025-06-05T23:36:48.7681832Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ramp] 2025-06-05T23:36:48.7683032Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x1] 2025-06-05T23:36:48.7684043Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[int32_int32] 2025-06-05T23:36:48.7685281Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ramp] 2025-06-05T23:36:48.7686575Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:36:48.7688772Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[int32_int32] 2025-06-05T23:36:48.7689792Z backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x3x3] 2025-06-05T23:36:48.7691354Z [gw3] [ 32%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:36:48.7693060Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:36:48.7694669Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x3x3] 2025-06-05T23:36:48.7695589Z backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x1] 2025-06-05T23:36:48.7697133Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:36:48.7698694Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv1d] 2025-06-05T23:36:48.7700244Z [gw2] [ 32%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[ones] 2025-06-05T23:36:48.7701380Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[rand] 2025-06-05T23:36:48.7702600Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x1] 2025-06-05T23:36:48.7703575Z backends/arm/test/ops/test_eye.py::test_eye_u55_BI[int32_int32] 2025-06-05T23:36:48.7705222Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv1d] 2025-06-05T23:36:48.7706782Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:36:48.7708676Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:36:48.7710252Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:36:48.7711779Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_u55_BI[int32_int32] 2025-06-05T23:36:48.7712951Z backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x3x3] 2025-06-05T23:36:48.7714490Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:36:48.7716103Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:36:48.7718009Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:36:48.7719665Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:36:48.7721196Z [gw1] [ 32%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x3x3] 2025-06-05T23:36:48.7722114Z backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x1] 2025-06-05T23:36:48.7723600Z [gw3] [ 32%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_6_eps] 2025-06-05T23:36:48.7725060Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_12] 2025-06-05T23:36:48.7727079Z [gw0] [ 32%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:36:48.7728782Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:36:48.7730426Z [gw2] [ 33%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[rand] 2025-06-05T23:36:48.7731564Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[3Dtensor] 2025-06-05T23:36:48.7732812Z [gw1] [ 33%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x1] 2025-06-05T23:36:48.7733779Z backends/arm/test/ops/test_eye.py::test_eye_u85_BI[int32_int32] 2025-06-05T23:36:48.7735453Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:36:48.7737139Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:36:48.7738747Z [gw1] [ 33%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_u85_BI[int32_int32] 2025-06-05T23:36:48.7739832Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int64] 2025-06-05T23:36:48.7741254Z [gw2] [ 33%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[3Dtensor] 2025-06-05T23:36:48.7742459Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[negative_slope] 2025-06-05T23:36:48.7744211Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:36:48.7745891Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:36:48.7747545Z [gw1] [ 33%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int64] 2025-06-05T23:36:48.7748739Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int32] 2025-06-05T23:36:48.7750537Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:36:48.7752189Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv2d] 2025-06-05T23:36:48.7753804Z [gw1] [ 33%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int32] 2025-06-05T23:36:48.7754989Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[int32_int64] 2025-06-05T23:36:48.7756649Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv2d] 2025-06-05T23:36:48.7758252Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:36:48.7760028Z [gw3] [ 33%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_12] 2025-06-05T23:36:48.7761479Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:36:48.7763031Z [gw1] [ 33%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[int32_int64] 2025-06-05T23:36:48.7764120Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_only 2025-06-05T23:36:48.7765288Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI_only 2025-06-05T23:36:48.7766246Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_const 2025-06-05T23:36:48.7767801Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:36:48.7769343Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv1d] 2025-06-05T23:36:48.7770873Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI_const 2025-06-05T23:36:48.7771982Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2] 2025-06-05T23:36:48.7773456Z [gw2] [ 33%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[negative_slope] 2025-06-05T23:36:48.7774649Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[zeros] 2025-06-05T23:36:48.7776069Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2] 2025-06-05T23:36:48.7777292Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3] 2025-06-05T23:36:48.7778941Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv1d] 2025-06-05T23:36:48.7780489Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:36:48.7782135Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3] 2025-06-05T23:36:48.7783980Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2_int32] 2025-06-05T23:36:48.7785432Z [gw2] [ 33%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[zeros] 2025-06-05T23:37:05.3127333Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[ones] 2025-06-05T23:37:05.3129457Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:37:05.3131226Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:37:05.3133325Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:37:05.3135097Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:37:05.3137558Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2_int32] 2025-06-05T23:37:05.3138999Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_int32] 2025-06-05T23:37:05.3140794Z [gw3] [ 33%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:37:05.3142476Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:37:05.3144341Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_int32] 2025-06-05T23:37:05.3145761Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_0] 2025-06-05T23:37:05.3147611Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:37:05.3149441Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:37:05.3151247Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_0] 2025-06-05T23:37:05.3152595Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_1] 2025-06-05T23:37:05.3164815Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_1] 2025-06-05T23:37:05.3166069Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_2] 2025-06-05T23:37:05.3167560Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_2] 2025-06-05T23:37:05.3168788Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_3] 2025-06-05T23:37:05.3170674Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:37:05.3175153Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:37:05.3177366Z [gw3] [ 33%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:37:05.3179050Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:37:05.3180953Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_3] 2025-06-05T23:37:05.3182338Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_0] 2025-06-05T23:37:05.3185340Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:37:05.3187221Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:37:05.3189600Z [gw0] [ 33%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:37:05.3191470Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:37:05.3193401Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_0] 2025-06-05T23:37:05.3194516Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_1] 2025-06-05T23:37:05.3196220Z [gw0] [ 34%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:37:05.3197847Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv2d] 2025-06-05T23:37:05.3199398Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_1] 2025-06-05T23:37:05.3200507Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_2] 2025-06-05T23:37:05.3202163Z [gw3] [ 34%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:37:05.3203473Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank1_ones] 2025-06-05T23:37:05.3204880Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_2] 2025-06-05T23:37:05.3205975Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_3] 2025-06-05T23:37:05.3207312Z [gw2] [ 34%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[ones] 2025-06-05T23:37:05.3208498Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[rand] 2025-06-05T23:37:05.3209894Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank1_ones] 2025-06-05T23:37:05.3211115Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank2_rand] 2025-06-05T23:37:05.3212767Z [gw0] [ 34%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv2d] 2025-06-05T23:37:05.3214439Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:37:05.3216031Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_3] 2025-06-05T23:37:05.3217190Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2] 2025-06-05T23:37:05.3218660Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank2_rand] 2025-06-05T23:37:05.3219871Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank3_randn] 2025-06-05T23:37:05.3221564Z [gw0] [ 34%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:37:05.3223266Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:37:05.3224954Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank3_randn] 2025-06-05T23:37:05.3226182Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank4_randn] 2025-06-05T23:37:05.3227651Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2] 2025-06-05T23:37:05.3228873Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3] 2025-06-05T23:37:05.3230596Z [gw0] [ 34%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:37:05.3232300Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:37:05.3234104Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3] 2025-06-05T23:37:05.3235419Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2_int32] 2025-06-05T23:37:05.3236923Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank4_randn] 2025-06-05T23:37:05.3238147Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank1_ones] 2025-06-05T23:37:05.3239591Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank1_ones] 2025-06-05T23:37:05.3240820Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank2_rand] 2025-06-05T23:37:05.3242200Z [gw2] [ 34%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[rand] 2025-06-05T23:37:05.3243343Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[3Dtensor] 2025-06-05T23:37:05.3244798Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank2_rand] 2025-06-05T23:37:05.3246054Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank3_randn] 2025-06-05T23:37:05.3247572Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2_int32] 2025-06-05T23:37:05.3248837Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_int32] 2025-06-05T23:37:05.3250315Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank3_randn] 2025-06-05T23:37:05.3251539Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank4_randn] 2025-06-05T23:37:05.3253073Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_int32] 2025-06-05T23:37:05.3254239Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_0] 2025-06-05T23:37:05.3255625Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank4_randn] 2025-06-05T23:37:05.3256852Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank1_ones] 2025-06-05T23:37:05.3258574Z [gw0] [ 34%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:37:05.3260400Z [gw2] [ 34%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[3Dtensor] 2025-06-05T23:37:19.3896040Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[negative_slope] 2025-06-05T23:37:19.3897493Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:37:19.3899431Z [gw1] [ 34%] XFAIL backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_0] 2025-06-05T23:37:19.3900540Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_1] 2025-06-05T23:37:19.3902364Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank1_ones] 2025-06-05T23:37:19.3903622Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank2_rand] 2025-06-05T23:37:19.3905145Z [gw1] [ 34%] XFAIL backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_1] 2025-06-05T23:37:19.3906273Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_2] 2025-06-05T23:37:19.3907715Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank2_rand] 2025-06-05T23:37:19.3908935Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank3_randn] 2025-06-05T23:37:19.3910397Z [gw1] [ 34%] XFAIL backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_2] 2025-06-05T23:37:19.3911549Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_3] 2025-06-05T23:37:19.3913197Z [gw2] [ 34%] XFAIL backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[negative_slope] 2025-06-05T23:37:19.3914646Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[default] 2025-06-05T23:37:19.3916506Z [gw0] [ 34%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:37:19.3918184Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:37:19.3919848Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank3_randn] 2025-06-05T23:37:19.3921088Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank4_randn] 2025-06-05T23:37:19.3922761Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[default] 2025-06-05T23:37:19.3924123Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord1] 2025-06-05T23:37:19.3925686Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank4_randn] 2025-06-05T23:37:19.3926986Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank1_ones] 2025-06-05T23:37:19.3928568Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord1] 2025-06-05T23:37:19.3929850Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord2] 2025-06-05T23:37:19.3931232Z [gw1] [ 35%] XFAIL backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_3] 2025-06-05T23:37:19.3932240Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_0] 2025-06-05T23:37:19.3933755Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank1_ones] 2025-06-05T23:37:19.3934862Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank2_rand] 2025-06-05T23:37:19.3936656Z [gw0] [ 35%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:37:19.3938231Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[two_dw_conv2d] 2025-06-05T23:37:19.3940037Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord2] 2025-06-05T23:37:19.3941382Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[dim_3d] 2025-06-05T23:37:19.3942882Z [gw1] [ 35%] XFAIL backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_0] 2025-06-05T23:37:19.3943959Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_1] 2025-06-05T23:37:19.3945479Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[dim_3d] 2025-06-05T23:37:19.3946957Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[default] 2025-06-05T23:37:19.3948460Z [gw1] [ 35%] XFAIL backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_1] 2025-06-05T23:37:19.3949596Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_2] 2025-06-05T23:37:19.3951087Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank2_rand] 2025-06-05T23:37:19.3952462Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank3_randn] 2025-06-05T23:37:19.3954127Z [gw0] [ 35%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[two_dw_conv2d] 2025-06-05T23:37:19.3955729Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:37:19.3957374Z [gw1] [ 35%] XFAIL backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_2] 2025-06-05T23:37:19.3958498Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_3] 2025-06-05T23:37:19.3960059Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank3_randn] 2025-06-05T23:37:19.3961328Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank4_randn] 2025-06-05T23:37:19.3962944Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[default] 2025-06-05T23:37:19.3964128Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord1] 2025-06-05T23:37:19.3965880Z [gw0] [ 35%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:37:19.3967515Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[two_dw_conv1d] 2025-06-05T23:37:19.3969141Z [gw1] [ 35%] XFAIL backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_3] 2025-06-05T23:37:19.3970256Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_integer_value 2025-06-05T23:37:19.3971613Z [gw1] [ 35%] SKIPPED backends/arm/test/ops/test_full.py::test_full_tosa_MI_integer_value 2025-06-05T23:37:19.3972761Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_set_value_at_runtime 2025-06-05T23:37:19.3974240Z [gw1] [ 35%] SKIPPED backends/arm/test/ops/test_full.py::test_full_tosa_MI_set_value_at_runtime 2025-06-05T23:37:19.3975399Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank1_ones] 2025-06-05T23:37:19.3976844Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank4_randn] 2025-06-05T23:37:19.3978085Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank1_ones] 2025-06-05T23:37:19.3979515Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord1] 2025-06-05T23:37:19.3980815Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord2] 2025-06-05T23:37:19.3982326Z [gw3] [ 35%] XPASS backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank1_ones] 2025-06-05T23:37:19.3983556Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank2_rand] 2025-06-05T23:37:19.3985301Z [gw0] [ 35%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[two_dw_conv1d] 2025-06-05T23:37:19.3986854Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:37:19.3988627Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank1_ones] 2025-06-05T23:37:19.3989886Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank2_rand] 2025-06-05T23:37:19.3991422Z [gw3] [ 35%] XPASS backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank2_rand] 2025-06-05T23:37:19.4005583Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank3_randn] 2025-06-05T23:37:19.4007390Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank2_rand] 2025-06-05T23:37:19.4008642Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank3_randn] 2025-06-05T23:37:19.4010244Z [gw3] [ 35%] XPASS backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank3_randn] 2025-06-05T23:37:19.4011503Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank4_randn] 2025-06-05T23:37:19.4013234Z [gw0] [ 35%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:37:19.4014659Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:37:19.4016373Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank3_randn] 2025-06-05T23:37:19.4017786Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank4_randn] 2025-06-05T23:37:19.4019285Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord2] 2025-06-05T23:37:19.4020510Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[dim_3d] 2025-06-05T23:37:19.4021943Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank4_randn] 2025-06-05T23:37:19.4023099Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank1_ones] 2025-06-05T23:37:19.4024760Z [gw0] [ 35%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:37:31.9658902Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:37:31.9661049Z [gw3] [ 35%] XPASS backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank4_randn] 2025-06-05T23:37:31.9662601Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank1_ones] 2025-06-05T23:37:31.9664196Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank1_ones] 2025-06-05T23:37:31.9665506Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank2_rand] 2025-06-05T23:37:31.9667024Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[dim_3d] 2025-06-05T23:37:31.9668287Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[default] 2025-06-05T23:37:31.9670199Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank2_rand] 2025-06-05T23:37:31.9671435Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank3_randn] 2025-06-05T23:37:31.9673099Z [gw3] [ 36%] XPASS backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank1_ones] 2025-06-05T23:37:31.9674347Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank2_rand] 2025-06-05T23:37:31.9676179Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-05T23:37:31.9677910Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:37:31.9679680Z [gw3] [ 36%] XPASS backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank2_rand] 2025-06-05T23:37:31.9680952Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank3_randn] 2025-06-05T23:37:31.9682794Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-05T23:37:31.9684749Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:37:31.9686674Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[default] 2025-06-05T23:37:31.9688063Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord1] 2025-06-05T23:37:31.9689702Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank3_randn] 2025-06-05T23:37:31.9691003Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank4_randn] 2025-06-05T23:37:31.9692465Z [gw3] [ 36%] XPASS backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank3_randn] 2025-06-05T23:37:31.9693950Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank4_randn] 2025-06-05T23:37:31.9695491Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank4_randn] 2025-06-05T23:37:31.9696705Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank1_ones] 2025-06-05T23:37:31.9698516Z [gw3] [ 36%] XPASS backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank4_randn] 2025-06-05T23:37:31.9699776Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank1_ones] 2025-06-05T23:37:31.9701395Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord1] 2025-06-05T23:37:31.9702855Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord2] 2025-06-05T23:37:31.9704798Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-05T23:37:31.9706604Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:37:31.9708433Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank1_ones] 2025-06-05T23:37:31.9709756Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank2_rand] 2025-06-05T23:37:31.9711458Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank2_rand] 2025-06-05T23:37:31.9713606Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-05T23:37:31.9715377Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:37:31.9716756Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank3_randn] 2025-06-05T23:37:31.9718309Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord2] 2025-06-05T23:37:31.9719544Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[dim_3d] 2025-06-05T23:37:31.9721050Z [gw3] [ 36%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank1_ones] 2025-06-05T23:37:31.9722311Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank2_rand] 2025-06-05T23:37:31.9723891Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank3_randn] 2025-06-05T23:37:31.9725194Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank4_randn] 2025-06-05T23:37:31.9727056Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-05T23:37:31.9728749Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[two_dw_conv2d] 2025-06-05T23:37:31.9730457Z [gw3] [ 36%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank2_rand] 2025-06-05T23:37:31.9731735Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank3_randn] 2025-06-05T23:37:31.9733466Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank4_randn] 2025-06-05T23:37:31.9734774Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank1_ones] 2025-06-05T23:37:31.9736544Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[two_dw_conv2d] 2025-06-05T23:37:31.9738169Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:37:31.9739919Z [gw3] [ 36%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank3_randn] 2025-06-05T23:37:31.9741224Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank4_randn] 2025-06-05T23:37:31.9742701Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[dim_3d] 2025-06-05T23:37:31.9743951Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[default] 2025-06-05T23:37:31.9745550Z [gw3] [ 36%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank4_randn] 2025-06-05T23:37:31.9746813Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank1_ones] 2025-06-05T23:37:31.9748376Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank1_ones] 2025-06-05T23:37:31.9749657Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank2_rand] 2025-06-05T23:37:31.9751444Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-05T23:37:31.9753167Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[two_dw_conv1d] 2025-06-05T23:37:31.9754993Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[default] 2025-06-05T23:37:31.9756411Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord1] 2025-06-05T23:37:31.9758127Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank2_rand] 2025-06-05T23:37:31.9759433Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank3_randn] 2025-06-05T23:37:31.9760976Z [gw3] [ 36%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank1_ones] 2025-06-05T23:37:31.9762251Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank2_rand] 2025-06-05T23:37:31.9763998Z [gw0] [ 36%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[two_dw_conv1d] 2025-06-05T23:37:31.9765706Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:37:31.9767360Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank3_randn] 2025-06-05T23:37:31.9768606Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank4_randn] 2025-06-05T23:37:31.9770149Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord1] 2025-06-05T23:37:31.9771301Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord2] 2025-06-05T23:37:31.9772885Z [gw0] [ 37%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-05T23:37:31.9774611Z [gw3] [ 37%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank2_rand] 2025-06-05T23:37:31.9775899Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank3_randn] 2025-06-05T23:37:31.9777190Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:37:42.1183816Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank4_randn] 2025-06-05T23:37:42.1185038Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank1_ones] 2025-06-05T23:37:42.1186545Z [gw3] [ 37%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank3_randn] 2025-06-05T23:37:42.1187676Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank4_randn] 2025-06-05T23:37:42.1189243Z [gw0] [ 37%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-05T23:37:42.1190566Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_ones] 2025-06-05T23:37:42.1192221Z [gw2] [ 37%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord2] 2025-06-05T23:37:42.1193727Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[dim_3d] 2025-06-05T23:37:42.1195270Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank1_ones] 2025-06-05T23:37:42.1196530Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank2_rand] 2025-06-05T23:37:42.1197894Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_ones] 2025-06-05T23:37:42.1198981Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_negative_ones] 2025-06-05T23:37:42.1200303Z [gw3] [ 37%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank4_randn] 2025-06-05T23:37:42.1201355Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[zeros] 2025-06-05T23:37:42.1202788Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank2_rand] 2025-06-05T23:37:42.1204011Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank3_randn] 2025-06-05T23:37:42.1205449Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[zeros] 2025-06-05T23:37:42.1206674Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ones] 2025-06-05T23:37:42.1208049Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_negative_ones] 2025-06-05T23:37:42.1209125Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_rand] 2025-06-05T23:37:42.1210495Z [gw2] [ 37%] XFAIL backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[dim_3d] 2025-06-05T23:37:42.1211703Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_zeros] 2025-06-05T23:37:42.1213423Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank3_randn] 2025-06-05T23:37:42.1214626Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank4_randn] 2025-06-05T23:37:42.1216113Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_rand] 2025-06-05T23:37:42.1217363Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones] 2025-06-05T23:37:42.1218933Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_zeros] 2025-06-05T23:37:42.1220244Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_ones] 2025-06-05T23:37:42.1221557Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank4_randn] 2025-06-05T23:37:42.1222689Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank1_ones] 2025-06-05T23:37:42.1223989Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones] 2025-06-05T23:37:42.1225115Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_ones] 2025-06-05T23:37:42.1226729Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ones] 2025-06-05T23:37:42.1227836Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[rand] 2025-06-05T23:37:42.1229311Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_ones] 2025-06-05T23:37:42.1230517Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_ones] 2025-06-05T23:37:42.1232194Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_ones] 2025-06-05T23:37:42.1233354Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones_div_negative] 2025-06-05T23:37:42.1234815Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank1_ones] 2025-06-05T23:37:42.1235889Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank2_rand] 2025-06-05T23:37:42.1237481Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[rand] 2025-06-05T23:37:42.1238548Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_pos] 2025-06-05T23:37:42.1240035Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_ones] 2025-06-05T23:37:42.1241226Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_rand] 2025-06-05T23:37:42.1242676Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones_div_negative] 2025-06-05T23:37:42.1243811Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_rand] 2025-06-05T23:37:42.1245286Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_pos] 2025-06-05T23:37:42.1246413Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_neg] 2025-06-05T23:37:42.1247873Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank2_rand] 2025-06-05T23:37:42.1249002Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank3_randn] 2025-06-05T23:37:42.1250479Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_rand] 2025-06-05T23:37:42.1251804Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_large_rand] 2025-06-05T23:37:42.1253383Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_neg] 2025-06-05T23:37:42.1254668Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ramp] 2025-06-05T23:37:42.1256055Z [gw1] [ 37%] XPASS backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank3_randn] 2025-06-05T23:37:42.1257099Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank4_randn] 2025-06-05T23:37:42.1258530Z [gw0] [ 37%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_rand] 2025-06-05T23:37:42.1259729Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_large_rand] 2025-06-05T23:37:42.1261244Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ramp] 2025-06-05T23:37:42.1262305Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[zeros] 2025-06-05T23:37:42.1263851Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_large_rand] 2025-06-05T23:37:42.1265236Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_large_randn] 2025-06-05T23:37:42.1266720Z [gw1] [ 38%] XPASS backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank4_randn] 2025-06-05T23:37:42.1267946Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank1_ones] 2025-06-05T23:37:42.1269466Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_large_rand] 2025-06-05T23:37:42.1270764Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_randn] 2025-06-05T23:37:42.1272357Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_randn] 2025-06-05T23:37:42.1273644Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:37:42.1275290Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_large_randn] 2025-06-05T23:37:42.1276564Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_zeros] 2025-06-05T23:37:42.1278161Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:37:42.1279612Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_ones] 2025-06-05T23:37:42.1281068Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[zeros] 2025-06-05T23:37:42.1282190Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ones] 2025-06-05T23:37:42.1283608Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_zeros] 2025-06-05T23:37:42.1284810Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_ones] 2025-06-05T23:37:42.1286308Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank1_ones] 2025-06-05T23:37:42.1287527Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank2_rand] 2025-06-05T23:37:42.1289058Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ones] 2025-06-05T23:37:42.1290203Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[rand] 2025-06-05T23:37:55.2245952Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_ones] 2025-06-05T23:37:55.2247397Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_ones] 2025-06-05T23:37:55.2248993Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_ones] 2025-06-05T23:37:55.2250264Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_negative_ones] 2025-06-05T23:37:55.2251913Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank2_rand] 2025-06-05T23:37:55.2253106Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank3_randn] 2025-06-05T23:37:55.2254696Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_ones] 2025-06-05T23:37:55.2256057Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_rand] 2025-06-05T23:37:55.2257563Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[rand] 2025-06-05T23:37:55.2258784Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_pos] 2025-06-05T23:37:55.2260281Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank3_randn] 2025-06-05T23:37:55.2261484Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank4_randn] 2025-06-05T23:37:55.2263010Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_pos] 2025-06-05T23:37:55.2264280Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_neg] 2025-06-05T23:37:55.2266213Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_negative_ones] 2025-06-05T23:37:55.2267459Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_rand] 2025-06-05T23:37:55.2268999Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_rand] 2025-06-05T23:37:55.2270439Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_large_rand] 2025-06-05T23:37:55.2272307Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank4_randn] 2025-06-05T23:37:55.2273572Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank1_ones] 2025-06-05T23:37:55.2275191Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_neg] 2025-06-05T23:37:55.2276488Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ramp] 2025-06-05T23:37:55.2278219Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_large_rand] 2025-06-05T23:37:55.2279934Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_large_randn] 2025-06-05T23:37:55.2281529Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank1_ones] 2025-06-05T23:37:55.2282789Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank2_rand] 2025-06-05T23:37:55.2284421Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_large_randn] 2025-06-05T23:37:55.2285833Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_zeros] 2025-06-05T23:37:55.2287443Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_rand] 2025-06-05T23:37:55.2288705Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones] 2025-06-05T23:37:55.2290269Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_zeros] 2025-06-05T23:37:55.2291539Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_ones] 2025-06-05T23:37:55.2296414Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ramp] 2025-06-05T23:37:55.2298194Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[zeros] 2025-06-05T23:37:55.2300095Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank2_rand] 2025-06-05T23:37:55.2301661Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank3_randn] 2025-06-05T23:37:55.2303790Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones] 2025-06-05T23:37:55.2305408Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_ones] 2025-06-05T23:37:55.2307517Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_ones] 2025-06-05T23:37:55.2309214Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_ones] 2025-06-05T23:37:55.2311265Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[zeros] 2025-06-05T23:37:55.2312859Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ones] 2025-06-05T23:37:55.2314675Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank3_randn] 2025-06-05T23:37:55.2316163Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank4_randn] 2025-06-05T23:37:55.2318125Z [gw0] [ 38%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_ones] 2025-06-05T23:37:55.2319869Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones_div_negative] 2025-06-05T23:37:55.2321909Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ones] 2025-06-05T23:37:55.2323396Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[rand] 2025-06-05T23:37:55.2325235Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank4_randn] 2025-06-05T23:37:55.2326711Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_none] 2025-06-05T23:37:55.2328394Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_none] 2025-06-05T23:37:55.2329798Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_none] 2025-06-05T23:37:55.2331692Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_ones] 2025-06-05T23:37:55.2333275Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_rand] 2025-06-05T23:37:55.2335151Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[rand] 2025-06-05T23:37:55.2336447Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_pos] 2025-06-05T23:37:55.2338125Z [gw0] [ 39%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones_div_negative] 2025-06-05T23:37:55.2339710Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_rand] 2025-06-05T23:37:55.2341110Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_none] 2025-06-05T23:37:55.2342091Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_none] 2025-06-05T23:37:55.2343402Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_none] 2025-06-05T23:37:55.2344419Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_none] 2025-06-05T23:37:55.2346139Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_pos] 2025-06-05T23:37:55.2347622Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_neg] 2025-06-05T23:37:55.2349134Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_none] 2025-06-05T23:37:55.2350318Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_none] 2025-06-05T23:37:55.2351886Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_rand] 2025-06-05T23:37:55.2353503Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_large_rand] 2025-06-05T23:37:55.2355263Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_none] 2025-06-05T23:37:55.2356436Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_none] 2025-06-05T23:37:55.2357954Z [gw0] [ 39%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_rand] 2025-06-05T23:37:55.2359400Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_large_rand] 2025-06-05T23:37:55.2360955Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_none] 2025-06-05T23:37:55.2362083Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_tanh] 2025-06-05T23:37:55.2363749Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_large_rand] 2025-06-05T23:37:55.2365259Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_large_randn] 2025-06-05T23:37:55.2366938Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_neg] 2025-06-05T23:37:55.2368235Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ramp] 2025-06-05T23:37:55.2369619Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_tanh] 2025-06-05T23:37:55.2370623Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_tanh] 2025-06-05T23:37:55.2372059Z [gw0] [ 39%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_large_rand] 2025-06-05T23:37:55.2373295Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_randn] 2025-06-05T23:38:09.0358548Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_tanh] 2025-06-05T23:38:09.0359468Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_tanh] 2025-06-05T23:38:09.0360710Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_large_randn] 2025-06-05T23:38:09.0361791Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_zeros] 2025-06-05T23:38:09.0362990Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ramp] 2025-06-05T23:38:09.0364203Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[zeros] 2025-06-05T23:38:09.0365301Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_tanh] 2025-06-05T23:38:09.0366167Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_tanh] 2025-06-05T23:38:09.0367345Z [gw0] [ 39%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_randn] 2025-06-05T23:38:09.0368450Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:38:09.0369726Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_tanh] 2025-06-05T23:38:09.0370633Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_tanh] 2025-06-05T23:38:09.0371735Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[zeros] 2025-06-05T23:38:09.0372690Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ones] 2025-06-05T23:38:09.0373979Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_tanh] 2025-06-05T23:38:09.0374870Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_tanh] 2025-06-05T23:38:09.0376013Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_zeros] 2025-06-05T23:38:09.0377062Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_ones] 2025-06-05T23:38:09.0378212Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_tanh] 2025-06-05T23:38:09.0379195Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_none] 2025-06-05T23:38:09.0380507Z [gw0] [ 39%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:38:09.0381585Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_ones] 2025-06-05T23:38:09.0382712Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ones] 2025-06-05T23:38:09.0383624Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[rand] 2025-06-05T23:38:09.0384759Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_ones] 2025-06-05T23:38:09.0385790Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_ones] 2025-06-05T23:38:09.0386936Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_none] 2025-06-05T23:38:09.0387789Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_none] 2025-06-05T23:38:09.0388804Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[rand] 2025-06-05T23:38:09.0389821Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_pos] 2025-06-05T23:38:09.0390912Z [gw0] [ 39%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_ones] 2025-06-05T23:38:09.0391774Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_negative_ones] 2025-06-05T23:38:09.0393150Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_none] 2025-06-05T23:38:09.0393917Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_none] 2025-06-05T23:38:09.0394986Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_ones] 2025-06-05T23:38:09.0395950Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_rand] 2025-06-05T23:38:09.0397033Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_pos] 2025-06-05T23:38:09.0398101Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_neg] 2025-06-05T23:38:09.0399191Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_rand] 2025-06-05T23:38:09.0400178Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_large_rand] 2025-06-05T23:38:09.0401353Z [gw0] [ 40%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_negative_ones] 2025-06-05T23:38:09.0402242Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_rand] 2025-06-05T23:38:09.0403277Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_none] 2025-06-05T23:38:09.0404106Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_none] 2025-06-05T23:38:09.0405192Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_neg] 2025-06-05T23:38:09.0406140Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ramp] 2025-06-05T23:38:09.0407624Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_large_rand] 2025-06-05T23:38:09.0408957Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_large_randn] 2025-06-05T23:38:09.0410280Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_none] 2025-06-05T23:38:09.0411303Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_none] 2025-06-05T23:38:09.0412503Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_none] 2025-06-05T23:38:09.0413726Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_none] 2025-06-05T23:38:09.0415051Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ramp] 2025-06-05T23:38:09.0416112Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[zeros] 2025-06-05T23:38:09.0417460Z [gw0] [ 40%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_rand] 2025-06-05T23:38:09.0418530Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones] 2025-06-05T23:38:09.0420141Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_large_randn] 2025-06-05T23:38:09.0421528Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_zeros] 2025-06-05T23:38:09.0422968Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_none] 2025-06-05T23:38:09.0424133Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_tanh] 2025-06-05T23:38:09.0425507Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[zeros] 2025-06-05T23:38:09.0426639Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ones] 2025-06-05T23:38:09.0428192Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_tanh] 2025-06-05T23:38:09.0429160Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_tanh] 2025-06-05T23:38:09.0430450Z [gw2] [ 40%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_zeros] 2025-06-05T23:38:09.0431626Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_ones] 2025-06-05T23:38:09.0433155Z [gw0] [ 40%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones] 2025-06-05T23:38:09.0434258Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_ones] 2025-06-05T23:38:09.0435728Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ones] 2025-06-05T23:38:09.0436831Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[rand] 2025-06-05T23:38:09.0438292Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_tanh] 2025-06-05T23:38:09.0439269Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_tanh] 2025-06-05T23:38:09.0440544Z [gw2] [ 40%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_ones] 2025-06-05T23:38:09.0441730Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_ones] 2025-06-05T23:38:09.0451993Z [gw0] [ 40%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_ones] 2025-06-05T23:38:09.0454825Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones_div_negative] 2025-06-05T23:38:09.0456438Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_tanh] 2025-06-05T23:38:09.0457615Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_tanh] 2025-06-05T23:38:09.0459077Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[rand] 2025-06-05T23:38:09.0460448Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_pos] 2025-06-05T23:38:09.0461976Z [gw2] [ 40%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_ones] 2025-06-05T23:38:09.0463222Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_rand] 2025-06-05T23:38:09.0464840Z [gw0] [ 40%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones_div_negative] 2025-06-05T23:38:09.0466058Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_rand] 2025-06-05T23:38:23.1155135Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_pos] 2025-06-05T23:38:23.1156480Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_neg] 2025-06-05T23:38:23.1157934Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_tanh] 2025-06-05T23:38:23.1159004Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_tanh] 2025-06-05T23:38:23.1160447Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_neg] 2025-06-05T23:38:23.1161507Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ramp] 2025-06-05T23:38:23.1162994Z [gw2] [ 40%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_rand] 2025-06-05T23:38:23.1164354Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_large_rand] 2025-06-05T23:38:23.1166202Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_tanh] 2025-06-05T23:38:23.1167403Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_tanh] 2025-06-05T23:38:23.1169033Z [gw0] [ 40%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_rand] 2025-06-05T23:38:23.1170445Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_large_rand] 2025-06-05T23:38:23.1172034Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ramp] 2025-06-05T23:38:23.1173152Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[zeros] 2025-06-05T23:38:23.1174484Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_tanh] 2025-06-05T23:38:23.1175494Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_none] 2025-06-05T23:38:23.1176819Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[zeros] 2025-06-05T23:38:23.1177991Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ones] 2025-06-05T23:38:23.1179415Z [gw1] [ 41%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_none] 2025-06-05T23:38:23.1180760Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_none] 2025-06-05T23:38:23.1182334Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_large_rand] 2025-06-05T23:38:23.1183791Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_large_randn] 2025-06-05T23:38:23.1185357Z [gw1] [ 41%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_none] 2025-06-05T23:38:23.1186389Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_none] 2025-06-05T23:38:23.1187641Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ones] 2025-06-05T23:38:23.1188679Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[rand] 2025-06-05T23:38:23.1190263Z [gw0] [ 41%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_large_rand] 2025-06-05T23:38:23.1191680Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_randn] 2025-06-05T23:38:23.1193934Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_large_randn] 2025-06-05T23:38:23.1195312Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_zeros] 2025-06-05T23:38:23.1196887Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[rand] 2025-06-05T23:38:23.1198157Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_pos] 2025-06-05T23:38:23.1199631Z [gw0] [ 41%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_randn] 2025-06-05T23:38:23.1201236Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:38:23.1202886Z [gw1] [ 41%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_none] 2025-06-05T23:38:23.1204051Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_none] 2025-06-05T23:38:23.1205611Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_zeros] 2025-06-05T23:38:23.1206963Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_ones] 2025-06-05T23:38:23.1208591Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_pos] 2025-06-05T23:38:23.1209797Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_neg] 2025-06-05T23:38:23.1210988Z [gw1] [ 41%] XFAIL backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_none] 2025-06-05T23:38:23.1212177Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank1_ones] 2025-06-05T23:38:23.1213843Z [gw0] [ 41%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:38:23.1215429Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_ones] 2025-06-05T23:38:23.1216986Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_neg] 2025-06-05T23:38:23.1218390Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ramp] 2025-06-05T23:38:23.1219928Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_ones] 2025-06-05T23:38:23.1221321Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_ones] 2025-06-05T23:38:23.1222978Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank1_ones] 2025-06-05T23:38:23.1224286Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank2_rand] 2025-06-05T23:38:23.1225806Z [gw0] [ 41%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_ones] 2025-06-05T23:38:23.1227255Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_negative_ones] 2025-06-05T23:38:23.1228798Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ramp] 2025-06-05T23:38:23.1229992Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[zeros] 2025-06-05T23:38:23.1231504Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank2_rand] 2025-06-05T23:38:23.1232893Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank3_randn] 2025-06-05T23:38:23.1234462Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank3_randn] 2025-06-05T23:38:23.1235750Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank4_randn] 2025-06-05T23:38:23.1237243Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[zeros] 2025-06-05T23:38:23.1238416Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ones] 2025-06-05T23:38:23.1240109Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_ones] 2025-06-05T23:38:23.1241512Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_rand] 2025-06-05T23:38:23.1243102Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank4_randn] 2025-06-05T23:38:23.1244394Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank1_ones] 2025-06-05T23:38:23.1245939Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank1_ones] 2025-06-05T23:38:23.1247321Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank2_rand] 2025-06-05T23:38:23.1248913Z [gw0] [ 41%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_negative_ones] 2025-06-05T23:38:23.1250212Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_rand] 2025-06-05T23:38:23.1251779Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_rand] 2025-06-05T23:38:23.1253231Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_large_rand] 2025-06-05T23:38:23.1254821Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ones] 2025-06-05T23:38:23.1255999Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[rand] 2025-06-05T23:38:23.1257479Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank2_rand] 2025-06-05T23:38:23.1258794Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank3_randn] 2025-06-05T23:38:23.1260283Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[rand] 2025-06-05T23:38:23.1261577Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_pos] 2025-06-05T23:38:23.1263274Z [gw2] [ 41%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_large_rand] 2025-06-05T23:38:23.1264741Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_large_randn] 2025-06-05T23:38:23.1266385Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank3_randn] 2025-06-05T23:38:23.1267684Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank4_randn] 2025-06-05T23:38:23.1269193Z [gw0] [ 41%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_rand] 2025-06-05T23:38:23.1270455Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones] 2025-06-05T23:38:23.1271939Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_pos] 2025-06-05T23:38:23.1273976Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_neg] 2025-06-05T23:38:36.2554983Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank4_randn] 2025-06-05T23:38:36.2556331Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank1_ones] 2025-06-05T23:38:36.2558011Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_large_randn] 2025-06-05T23:38:36.2559403Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_zeros] 2025-06-05T23:38:36.2560914Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones] 2025-06-05T23:38:36.2562211Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_ones] 2025-06-05T23:38:36.2563705Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank1_ones] 2025-06-05T23:38:36.2564911Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank2_rand] 2025-06-05T23:38:36.2566708Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_neg] 2025-06-05T23:38:36.2567951Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ramp] 2025-06-05T23:38:36.2569528Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_zeros] 2025-06-05T23:38:36.2570861Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_ones] 2025-06-05T23:38:36.2572496Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_ones] 2025-06-05T23:38:36.2574050Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones_div_negative] 2025-06-05T23:38:36.2575681Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank2_rand] 2025-06-05T23:38:36.2576998Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank3_randn] 2025-06-05T23:38:36.2578482Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ramp] 2025-06-05T23:38:36.2579669Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[zeros] 2025-06-05T23:38:36.2581198Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank3_randn] 2025-06-05T23:38:36.2582491Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank4_randn] 2025-06-05T23:38:36.2583992Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[zeros] 2025-06-05T23:38:36.2585168Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ones] 2025-06-05T23:38:36.2586704Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_ones] 2025-06-05T23:38:36.2588191Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_ones] 2025-06-05T23:38:36.2589803Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones_div_negative] 2025-06-05T23:38:36.2591071Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_rand] 2025-06-05T23:38:36.2592913Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ones] 2025-06-05T23:38:36.2594090Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[rand] 2025-06-05T23:38:36.2595645Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank4_randn] 2025-06-05T23:38:36.2596961Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank1_ones] 2025-06-05T23:38:36.2598644Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_ones] 2025-06-05T23:38:36.2600235Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_rand] 2025-06-05T23:38:36.2601885Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_rand] 2025-06-05T23:38:36.2603294Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_large_rand] 2025-06-05T23:38:36.2604872Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[rand] 2025-06-05T23:38:36.2606117Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_pos] 2025-06-05T23:38:36.2607671Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank1_ones] 2025-06-05T23:38:36.2608992Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank2_rand] 2025-06-05T23:38:36.2610596Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_rand] 2025-06-05T23:38:36.2612057Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_large_rand] 2025-06-05T23:38:36.2613692Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_pos] 2025-06-05T23:38:36.2614820Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_neg] 2025-06-05T23:38:36.2616296Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank2_rand] 2025-06-05T23:38:36.2617611Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank3_randn] 2025-06-05T23:38:36.2619340Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_large_rand] 2025-06-05T23:38:36.2620990Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_large_randn] 2025-06-05T23:38:36.2622744Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_large_rand] 2025-06-05T23:38:36.2624169Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_randn] 2025-06-05T23:38:36.2625789Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank3_randn] 2025-06-05T23:38:36.2627096Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank4_randn] 2025-06-05T23:38:36.2628644Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_neg] 2025-06-05T23:38:36.2629866Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ramp] 2025-06-05T23:38:36.2631411Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_randn] 2025-06-05T23:38:36.2632992Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:38:36.2634828Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank4_randn] 2025-06-05T23:38:36.2636234Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank1_ones] 2025-06-05T23:38:36.2637867Z [gw2] [ 42%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_large_randn] 2025-06-05T23:38:36.2638993Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank4] 2025-06-05T23:38:36.2640351Z [gw1] [ 42%] XPASS backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank1_ones] 2025-06-05T23:38:36.2641900Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank2_rand] 2025-06-05T23:38:36.2643479Z [gw3] [ 42%] XFAIL backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ramp] 2025-06-05T23:38:36.2644645Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[zeros] 2025-06-05T23:38:36.2646026Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank4] 2025-06-05T23:38:36.2647234Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank3] 2025-06-05T23:38:36.2648877Z [gw0] [ 42%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:38:36.2650490Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:38:36.2652024Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[zeros] 2025-06-05T23:38:36.2653205Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ones] 2025-06-05T23:38:36.2654784Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank2_rand] 2025-06-05T23:38:36.2656236Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank3_randn] 2025-06-05T23:38:36.2657774Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank3] 2025-06-05T23:38:36.2658833Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[rand] 2025-06-05T23:38:36.2660260Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ones] 2025-06-05T23:38:36.2661429Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[rand] 2025-06-05T23:38:36.2662752Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[rand] 2025-06-05T23:38:36.2663737Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_pos] 2025-06-05T23:38:36.2665129Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:38:36.2666502Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:38:36.2667933Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[rand] 2025-06-05T23:38:36.2669112Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_pos] 2025-06-05T23:38:36.2670452Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_pos] 2025-06-05T23:38:36.2671435Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_spread] 2025-06-05T23:38:47.7559942Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank3_randn] 2025-06-05T23:38:47.7561457Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank4_randn] 2025-06-05T23:38:47.7563177Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:38:47.7564563Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:38:47.7566145Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_pos] 2025-06-05T23:38:47.7567673Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_neg] 2025-06-05T23:38:47.7569151Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_spread] 2025-06-05T23:38:47.7570230Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[ramp] 2025-06-05T23:38:47.7571716Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank4_randn] 2025-06-05T23:38:47.7573169Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank1_ones] 2025-06-05T23:38:47.7574852Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:38:47.7576231Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:38:47.7577896Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:38:47.7579352Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank1_ones] 2025-06-05T23:38:47.7581005Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank1_ones] 2025-06-05T23:38:47.7582438Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank2_rand] 2025-06-05T23:38:47.7584052Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_neg] 2025-06-05T23:38:47.7585268Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ramp] 2025-06-05T23:38:47.7586587Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[ramp] 2025-06-05T23:38:47.7587652Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank4] 2025-06-05T23:38:47.7589103Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank1_ones] 2025-06-05T23:38:47.7590414Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank2_rand] 2025-06-05T23:38:47.7592119Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ramp] 2025-06-05T23:38:47.7593533Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[zeros] 2025-06-05T23:38:47.7595171Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank2_rand] 2025-06-05T23:38:47.7596624Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank3_randn] 2025-06-05T23:38:47.7598157Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank4] 2025-06-05T23:38:47.7599382Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank3] 2025-06-05T23:38:47.7600857Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank2_rand] 2025-06-05T23:38:47.7602175Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank3_randn] 2025-06-05T23:38:47.7603851Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank3_randn] 2025-06-05T23:38:47.7605309Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank4_randn] 2025-06-05T23:38:47.7606883Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[zeros] 2025-06-05T23:38:47.7608070Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ones] 2025-06-05T23:38:47.7609458Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank3] 2025-06-05T23:38:47.7610506Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[rand] 2025-06-05T23:38:47.7612026Z [gw1] [ 43%] XPASS backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank4_randn] 2025-06-05T23:38:47.7613511Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank1_ones] 2025-06-05T23:38:47.7615017Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ones] 2025-06-05T23:38:47.7616205Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[rand] 2025-06-05T23:38:47.7617705Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank3_randn] 2025-06-05T23:38:47.7619008Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank4_randn] 2025-06-05T23:38:47.7620385Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[rand] 2025-06-05T23:38:47.7621448Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_pos] 2025-06-05T23:38:47.7622909Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank4_randn] 2025-06-05T23:38:47.7624236Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:38:47.7625928Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[rand] 2025-06-05T23:38:47.7627133Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_pos] 2025-06-05T23:38:47.7628546Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_pos] 2025-06-05T23:38:47.7629658Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_spread] 2025-06-05T23:38:47.7631115Z [gw1] [ 43%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank1_ones] 2025-06-05T23:38:47.7632464Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank2_rand] 2025-06-05T23:38:47.7634066Z [gw0] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank1_ones] 2025-06-05T23:38:47.7635433Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:38:47.7636998Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_pos] 2025-06-05T23:38:47.7638397Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_neg] 2025-06-05T23:38:47.7639926Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank2_rand] 2025-06-05T23:38:47.7641193Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank3_randn] 2025-06-05T23:38:47.7642791Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank2_rand] 2025-06-05T23:38:47.7644148Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:38:47.7645727Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_spread] 2025-06-05T23:38:47.7646806Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[ramp] 2025-06-05T23:38:47.7648179Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank3_randn] 2025-06-05T23:38:47.7649474Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank4_randn] 2025-06-05T23:38:47.7651073Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank3_randn] 2025-06-05T23:38:47.7652455Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:38:47.7653885Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[ramp] 2025-06-05T23:38:47.7654924Z backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank4] 2025-06-05T23:38:47.7656358Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank4_randn] 2025-06-05T23:38:47.7657712Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank1_ones] 2025-06-05T23:38:47.7659581Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank4_randn] 2025-06-05T23:38:47.7661042Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank1_ones] 2025-06-05T23:38:47.7662210Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank4] 2025-06-05T23:38:47.7663050Z backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank3] 2025-06-05T23:38:47.7664278Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank1_ones] 2025-06-05T23:38:47.7665569Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank2_rand] 2025-06-05T23:38:47.7667151Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_neg] 2025-06-05T23:38:47.7668396Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ramp] 2025-06-05T23:38:47.7669750Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank3] 2025-06-05T23:38:47.7670886Z backends/arm/test/ops/test_log.py::test_log_u55_BI[rand] 2025-06-05T23:38:47.7672333Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ramp] 2025-06-05T23:38:47.7673476Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[zeros] 2025-06-05T23:38:47.7674951Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank2_rand] 2025-06-05T23:38:47.7676227Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank3_randn] 2025-06-05T23:38:47.7677777Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank1_ones] 2025-06-05T23:39:03.0516063Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank2_rand] 2025-06-05T23:39:03.0517705Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u55_BI[rand] 2025-06-05T23:39:03.0518680Z backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_pos] 2025-06-05T23:39:03.0520078Z [gw3] [ 44%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[zeros] 2025-06-05T23:39:03.0521559Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ones] 2025-06-05T23:39:03.0523706Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank2_rand] 2025-06-05T23:39:03.0524988Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank3_randn] 2025-06-05T23:39:03.0526387Z [gw3] [ 44%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ones] 2025-06-05T23:39:03.0527414Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[rand] 2025-06-05T23:39:03.0529110Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank3_randn] 2025-06-05T23:39:03.0530349Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank4_randn] 2025-06-05T23:39:03.0531844Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank3_randn] 2025-06-05T23:39:03.0533129Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123_keepdim] 2025-06-05T23:39:03.0534575Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_pos] 2025-06-05T23:39:03.0535566Z backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_spread] 2025-06-05T23:39:03.0536930Z [gw3] [ 44%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[rand] 2025-06-05T23:39:03.0538044Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_pos] 2025-06-05T23:39:03.0539458Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank4_randn] 2025-06-05T23:39:03.0540610Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_3d] 2025-06-05T23:39:03.0542296Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_3d] 2025-06-05T23:39:03.0543439Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_4d] 2025-06-05T23:39:03.0544959Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123_keepdim] 2025-06-05T23:39:03.0546211Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1] 2025-06-05T23:39:03.0547496Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_spread] 2025-06-05T23:39:03.0548471Z backends/arm/test/ops/test_log.py::test_log_u55_BI[ramp] 2025-06-05T23:39:03.0549775Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_4d] 2025-06-05T23:39:03.0551012Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_3d] 2025-06-05T23:39:03.0552615Z [gw3] [ 44%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_pos] 2025-06-05T23:39:03.0553991Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_neg] 2025-06-05T23:39:03.0555303Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u55_BI[ramp] 2025-06-05T23:39:03.0556357Z backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank4] 2025-06-05T23:39:03.0557761Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_3d] 2025-06-05T23:39:03.0559028Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_4d] 2025-06-05T23:39:03.0560493Z [gw0] [ 44%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1] 2025-06-05T23:39:03.0561591Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2] 2025-06-05T23:39:03.0562889Z [gw2] [ 44%] XFAIL backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank4] 2025-06-05T23:39:03.0563875Z backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank3] 2025-06-05T23:39:03.0565380Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_4d] 2025-06-05T23:39:03.0566761Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_3d] 2025-06-05T23:39:03.0568154Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank3] 2025-06-05T23:39:03.0569170Z backends/arm/test/ops/test_log.py::test_log_u85_BI[rand] 2025-06-05T23:39:03.0570516Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_neg] 2025-06-05T23:39:03.0571580Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ramp] 2025-06-05T23:39:03.0573151Z [gw0] [ 45%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2] 2025-06-05T23:39:03.0574239Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3] 2025-06-05T23:39:03.0575729Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_3d] 2025-06-05T23:39:03.0576996Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_4d] 2025-06-05T23:39:03.0578530Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ramp] 2025-06-05T23:39:03.0579627Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[zeros] 2025-06-05T23:39:03.0580838Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_log.py::test_log_u85_BI[rand] 2025-06-05T23:39:03.0581827Z backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_pos] 2025-06-05T23:39:03.0583171Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[zeros] 2025-06-05T23:39:03.0584295Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ones] 2025-06-05T23:39:03.0585712Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_4d] 2025-06-05T23:39:03.0587010Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_3d] 2025-06-05T23:39:03.0588428Z [gw0] [ 45%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3] 2025-06-05T23:39:03.0589557Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1] 2025-06-05T23:39:03.0590862Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_pos] 2025-06-05T23:39:03.0592111Z backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_spread] 2025-06-05T23:39:03.0593667Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ones] 2025-06-05T23:39:03.0594750Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[rand] 2025-06-05T23:39:03.0596167Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_3d] 2025-06-05T23:39:03.0597380Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_4d] 2025-06-05T23:39:03.0598932Z [gw0] [ 45%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1] 2025-06-05T23:39:03.0600032Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2] 2025-06-05T23:39:03.0601342Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_spread] 2025-06-05T23:39:03.0602361Z backends/arm/test/ops/test_log.py::test_log_u85_BI[ramp] 2025-06-05T23:39:03.0603648Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[rand] 2025-06-05T23:39:03.0604711Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_pos] 2025-06-05T23:39:03.0606180Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_4d] 2025-06-05T23:39:03.0607426Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_3d] 2025-06-05T23:39:03.0608860Z [gw0] [ 45%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2] 2025-06-05T23:39:03.0610049Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3] 2025-06-05T23:39:03.0611450Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_log.py::test_log_u85_BI[ramp] 2025-06-05T23:39:03.0612474Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rank1] 2025-06-05T23:39:03.0613930Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_3d] 2025-06-05T23:39:03.0615235Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_4d] 2025-06-05T23:39:03.0616707Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rank1] 2025-06-05T23:39:03.0630190Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank2] 2025-06-05T23:39:03.0631821Z [gw0] [ 45%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3] 2025-06-05T23:39:03.0633095Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12] 2025-06-05T23:39:03.0634467Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_pos] 2025-06-05T23:39:03.0635702Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_neg] 2025-06-05T23:39:03.0637126Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_4d] 2025-06-05T23:39:03.0638355Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_3d] 2025-06-05T23:39:03.0639705Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank2] 2025-06-05T23:39:03.0640831Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank3] 2025-06-05T23:39:03.0642256Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank3] 2025-06-05T23:39:03.0643589Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank4] 2025-06-05T23:39:03.0645061Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank4] 2025-06-05T23:39:16.5464787Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rank1] 2025-06-05T23:39:16.5466565Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_neg] 2025-06-05T23:39:16.5467756Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ramp] 2025-06-05T23:39:16.5469190Z [gw0] [ 45%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12] 2025-06-05T23:39:16.5470417Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13] 2025-06-05T23:39:16.5471809Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rank1] 2025-06-05T23:39:16.5473059Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank2] 2025-06-05T23:39:16.5474991Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_3d] 2025-06-05T23:39:16.5476324Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_4d] 2025-06-05T23:39:16.5477827Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ramp] 2025-06-05T23:39:16.5479113Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-06-05T23:39:16.5480703Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank2] 2025-06-05T23:39:16.5481905Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank3] 2025-06-05T23:39:16.5483397Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank3] 2025-06-05T23:39:16.5484709Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank4] 2025-06-05T23:39:16.5486576Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-06-05T23:39:16.5487976Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-06-05T23:39:16.5489643Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_4d] 2025-06-05T23:39:16.5490892Z backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_3d] 2025-06-05T23:39:16.5492368Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-06-05T23:39:16.5494432Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:39:16.5496377Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank4] 2025-06-05T23:39:16.5497760Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rank1] 2025-06-05T23:39:16.5499286Z [gw0] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13] 2025-06-05T23:39:16.5500490Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23] 2025-06-05T23:39:16.5502043Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rank1] 2025-06-05T23:39:16.5503378Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:39:16.5505011Z [gw1] [ 46%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_3d] 2025-06-05T23:39:16.5506239Z backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_4d] 2025-06-05T23:39:16.5507735Z [gw0] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23] 2025-06-05T23:39:16.5509070Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123] 2025-06-05T23:39:16.5510775Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:39:16.5512244Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:39:16.5514258Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:39:16.5516218Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:39:16.5518198Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:39:16.5519680Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:39:16.5521239Z [gw1] [ 46%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_4d] 2025-06-05T23:39:16.5522466Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_3d] 2025-06-05T23:39:16.5524382Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:39:16.5526034Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-06-05T23:39:16.5527653Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:39:16.5528943Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rank1] 2025-06-05T23:39:16.5530344Z [gw0] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123] 2025-06-05T23:39:16.5531532Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123] 2025-06-05T23:39:16.5532921Z [gw2] [ 46%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rank1] 2025-06-05T23:39:16.5534169Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank2] 2025-06-05T23:39:16.5535698Z [gw1] [ 46%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_3d] 2025-06-05T23:39:16.5536805Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_4d] 2025-06-05T23:39:16.5538388Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-06-05T23:39:16.5539871Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-06-05T23:39:16.5541813Z [gw1] [ 46%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_4d] 2025-06-05T23:39:16.5543075Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_3d] 2025-06-05T23:39:16.5544667Z [gw0] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123] 2025-06-05T23:39:16.5545956Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[u55_avg_pool_not_supported] 2025-06-05T23:39:16.5547542Z [gw2] [ 46%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank2] 2025-06-05T23:39:16.5548644Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank3] 2025-06-05T23:39:16.5550307Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-06-05T23:39:16.5551780Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-06-05T23:39:16.5553517Z [gw2] [ 46%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank3] 2025-06-05T23:39:16.5554698Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank4] 2025-06-05T23:39:16.5556369Z [gw2] [ 46%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank4] 2025-06-05T23:39:16.5557461Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rank1] 2025-06-05T23:39:16.5559071Z [gw0] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[u55_avg_pool_not_supported] 2025-06-05T23:39:16.5560296Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1_keepdim] 2025-06-05T23:39:16.5561707Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rank1] 2025-06-05T23:39:16.5562807Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank2] 2025-06-05T23:39:16.5564339Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank2] 2025-06-05T23:39:16.5565558Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank3] 2025-06-05T23:39:16.5567250Z [gw1] [ 46%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_3d] 2025-06-05T23:39:16.5568581Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_4d] 2025-06-05T23:39:16.5570162Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-06-05T23:39:16.5571597Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-06-05T23:39:16.5573133Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank3] 2025-06-05T23:39:16.5574339Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank4] 2025-06-05T23:39:16.5575801Z [gw0] [ 46%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1_keepdim] 2025-06-05T23:39:16.5577043Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2_keepdim] 2025-06-05T23:39:16.5578581Z [gw1] [ 46%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_4d] 2025-06-05T23:39:16.5579927Z backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_3d] 2025-06-05T23:39:16.5581428Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank4] 2025-06-05T23:39:16.5582505Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rank1] 2025-06-05T23:39:31.4102302Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rank1] 2025-06-05T23:39:31.4103538Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank2] 2025-06-05T23:39:31.4105294Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2_keepdim] 2025-06-05T23:39:31.4106429Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3_keepdim] 2025-06-05T23:39:31.4107803Z [gw1] [ 47%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_3d] 2025-06-05T23:39:31.4108951Z backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_4d] 2025-06-05T23:39:31.4110469Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank2] 2025-06-05T23:39:31.4111664Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank3] 2025-06-05T23:39:31.4113312Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank3] 2025-06-05T23:39:31.4114483Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank4] 2025-06-05T23:39:31.4115774Z [gw1] [ 47%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_4d] 2025-06-05T23:39:31.4116798Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_3d] 2025-06-05T23:39:31.4118428Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank4] 2025-06-05T23:39:31.4119600Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rank1] 2025-06-05T23:39:31.4121108Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3_keepdim] 2025-06-05T23:39:31.4122264Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1_keepdim] 2025-06-05T23:39:31.4123642Z [gw1] [ 47%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_3d] 2025-06-05T23:39:31.4124798Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_4d] 2025-06-05T23:39:31.4126147Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1_keepdim] 2025-06-05T23:39:31.4127265Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2_keepdim] 2025-06-05T23:39:31.4128819Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rank1] 2025-06-05T23:39:31.4130287Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:39:31.4131879Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-06-05T23:39:31.4133312Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:39:31.4135099Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:39:31.4136638Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:39:31.4138226Z [gw1] [ 47%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_4d] 2025-06-05T23:39:31.4139447Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_3d] 2025-06-05T23:39:31.4140918Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2_keepdim] 2025-06-05T23:39:31.4142315Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3_keepdim] 2025-06-05T23:39:31.4143847Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:39:31.4148478Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:39:31.4150443Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:39:31.4151870Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rank1] 2025-06-05T23:39:31.4153352Z [gw2] [ 47%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rank1] 2025-06-05T23:39:31.4154443Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank2] 2025-06-05T23:39:31.4155862Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3_keepdim] 2025-06-05T23:39:31.4157602Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12_keepdim] 2025-06-05T23:39:31.4159138Z [gw2] [ 47%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank2] 2025-06-05T23:39:31.4160318Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank3] 2025-06-05T23:39:31.4161750Z [gw1] [ 47%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_3d] 2025-06-05T23:39:31.4163053Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_4d] 2025-06-05T23:39:31.4164791Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:39:31.4166709Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:39:31.4168580Z [gw2] [ 47%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank3] 2025-06-05T23:39:31.4169720Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank4] 2025-06-05T23:39:31.4171158Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12_keepdim] 2025-06-05T23:39:31.4172287Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13_keepdim] 2025-06-05T23:39:31.4173764Z [gw1] [ 47%] XFAIL backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_4d] 2025-06-05T23:39:31.4174988Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[zeros] 2025-06-05T23:39:31.4176414Z [gw2] [ 47%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank4] 2025-06-05T23:39:31.4177520Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rank1] 2025-06-05T23:39:31.4179059Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[zeros] 2025-06-05T23:39:31.4180149Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[ones] 2025-06-05T23:39:31.4181532Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rank1] 2025-06-05T23:39:31.4182705Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank2] 2025-06-05T23:39:31.4184200Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13_keepdim] 2025-06-05T23:39:31.4185354Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23_keepdim] 2025-06-05T23:39:31.4186790Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[ones] 2025-06-05T23:39:31.4187923Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[rand] 2025-06-05T23:39:31.4189329Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank2] 2025-06-05T23:39:31.4190623Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank3] 2025-06-05T23:39:31.4192100Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[rand] 2025-06-05T23:39:31.4193562Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible] 2025-06-05T23:39:31.4195085Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank3] 2025-06-05T23:39:31.4196292Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank4] 2025-06-05T23:39:31.4197952Z [gw0] [ 47%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23_keepdim] 2025-06-05T23:39:31.4199126Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123_keepdim] 2025-06-05T23:39:31.4201031Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-06-05T23:39:31.4202691Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-06-05T23:39:31.4204361Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible] 2025-06-05T23:39:31.4205613Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_height] 2025-06-05T23:39:31.4207252Z [gw0] [ 48%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123_keepdim] 2025-06-05T23:39:31.4208455Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123_keepdim] 2025-06-05T23:39:31.4209923Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank4] 2025-06-05T23:39:31.4211209Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rank1] 2025-06-05T23:39:31.4212621Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rank1] 2025-06-05T23:39:31.4213782Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank2] 2025-06-05T23:39:31.4215410Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_height] 2025-06-05T23:39:31.4216763Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_width] 2025-06-05T23:39:31.4218335Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank2] 2025-06-05T23:39:31.4219498Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank3] 2025-06-05T23:39:47.4099629Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_width] 2025-06-05T23:39:47.4100877Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[zeros] 2025-06-05T23:39:47.4102485Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank3] 2025-06-05T23:39:47.4103216Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank4] 2025-06-05T23:39:47.4104100Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank4] 2025-06-05T23:39:47.4105018Z [gw0] [ 48%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123_keepdim] 2025-06-05T23:39:47.4105727Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rank1] 2025-06-05T23:39:47.4106337Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1] 2025-06-05T23:39:47.4107119Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[zeros] 2025-06-05T23:39:47.4107764Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[ones] 2025-06-05T23:39:47.4108715Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rank1] 2025-06-05T23:39:47.4109453Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:39:47.4110301Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[ones] 2025-06-05T23:39:47.4110933Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[rand] 2025-06-05T23:39:47.4111693Z [gw0] [ 48%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1] 2025-06-05T23:39:47.4113013Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2] 2025-06-05T23:39:47.4114459Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[rand] 2025-06-05T23:39:47.4115686Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible] 2025-06-05T23:39:47.4117201Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:39:47.4118372Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:39:47.4119841Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:39:47.4121036Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:39:47.4122460Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible] 2025-06-05T23:39:47.4123673Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_height] 2025-06-05T23:39:47.4125028Z [gw0] [ 48%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2] 2025-06-05T23:39:47.4126045Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3] 2025-06-05T23:39:47.4127623Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:39:47.4128859Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rank1] 2025-06-05T23:39:47.4130342Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-06-05T23:39:47.4131978Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-06-05T23:39:47.4133612Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_height] 2025-06-05T23:39:47.4134938Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_width] 2025-06-05T23:39:47.4136411Z [gw2] [ 48%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rank1] 2025-06-05T23:39:47.4137483Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank2] 2025-06-05T23:39:47.4138995Z [gw0] [ 48%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3] 2025-06-05T23:39:47.4139919Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1] 2025-06-05T23:39:47.4141171Z [gw2] [ 48%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank2] 2025-06-05T23:39:47.4142181Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank3] 2025-06-05T23:39:47.4143399Z [gw2] [ 48%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank3] 2025-06-05T23:39:47.4144460Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank4] 2025-06-05T23:39:47.4145968Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_width] 2025-06-05T23:39:47.4147238Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[zeros] 2025-06-05T23:39:47.4148572Z [gw0] [ 48%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1] 2025-06-05T23:39:47.4149656Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2] 2025-06-05T23:39:47.4150885Z [gw2] [ 48%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank4] 2025-06-05T23:39:47.4151842Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rank1] 2025-06-05T23:39:47.4153213Z [gw1] [ 48%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[zeros] 2025-06-05T23:39:47.4154231Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[ones] 2025-06-05T23:39:47.4155679Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rank1] 2025-06-05T23:39:47.4156994Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank2] 2025-06-05T23:39:47.4158249Z [gw1] [ 48%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[ones] 2025-06-05T23:39:47.4159383Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[rand] 2025-06-05T23:39:47.4160779Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2] 2025-06-05T23:39:47.4161859Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3] 2025-06-05T23:39:47.4163279Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank2] 2025-06-05T23:39:47.4164476Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank3] 2025-06-05T23:39:47.4165997Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank3] 2025-06-05T23:39:47.4167020Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank4] 2025-06-05T23:39:47.4168425Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[rand] 2025-06-05T23:39:47.4169453Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible] 2025-06-05T23:39:47.4170729Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3] 2025-06-05T23:39:47.4171746Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12] 2025-06-05T23:39:47.4173242Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-06-05T23:39:47.4174655Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-06-05T23:39:47.4176060Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank4] 2025-06-05T23:39:47.4177136Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rank1] 2025-06-05T23:39:47.4178486Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible] 2025-06-05T23:39:47.4179848Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_height] 2025-06-05T23:39:47.4181222Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rank1] 2025-06-05T23:39:47.4182361Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank2] 2025-06-05T23:39:47.4183769Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_height] 2025-06-05T23:39:47.4185012Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_width] 2025-06-05T23:39:47.4186446Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank2] 2025-06-05T23:39:47.4187528Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank3] 2025-06-05T23:39:47.4188742Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12] 2025-06-05T23:39:47.4189791Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13] 2025-06-05T23:39:47.4191239Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank3] 2025-06-05T23:39:47.4192422Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank4] 2025-06-05T23:39:47.4194163Z [gw3] [ 49%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-06-05T23:39:47.4195330Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-06-05T23:39:47.4197046Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_width] 2025-06-05T23:39:47.4198262Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[zeros] 2025-06-05T23:39:47.4199716Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank4] 2025-06-05T23:39:47.4200870Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rank1] 2025-06-05T23:40:01.9603655Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rank1] 2025-06-05T23:40:01.9604837Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:40:01.9606097Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[zeros] 2025-06-05T23:40:01.9607005Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[ones] 2025-06-05T23:40:01.9608274Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank2] 2025-06-05T23:40:01.9609382Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:40:01.9610850Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13] 2025-06-05T23:40:01.9611841Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23] 2025-06-05T23:40:01.9613111Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank3] 2025-06-05T23:40:01.9614247Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:40:01.9615460Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[ones] 2025-06-05T23:40:01.9616384Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[rand] 2025-06-05T23:40:01.9617579Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[rand] 2025-06-05T23:40:01.9618524Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible] 2025-06-05T23:40:01.9619670Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23] 2025-06-05T23:40:01.9620804Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123] 2025-06-05T23:40:01.9622094Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank4] 2025-06-05T23:40:01.9623141Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rank1] 2025-06-05T23:40:01.9624297Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible] 2025-06-05T23:40:01.9625328Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_height] 2025-06-05T23:40:01.9626501Z [gw2] [ 49%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rank1] 2025-06-05T23:40:01.9627510Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank2] 2025-06-05T23:40:01.9628797Z [gw3] [ 49%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-06-05T23:40:01.9630214Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:40:01.9631655Z [gw2] [ 49%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank2] 2025-06-05T23:40:01.9632778Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank3] 2025-06-05T23:40:01.9634021Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123] 2025-06-05T23:40:01.9634977Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123] 2025-06-05T23:40:01.9636475Z [gw1] [ 49%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_height] 2025-06-05T23:40:01.9637611Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_width] 2025-06-05T23:40:01.9638848Z [gw2] [ 49%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank3] 2025-06-05T23:40:01.9639827Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank4] 2025-06-05T23:40:01.9640989Z [gw2] [ 49%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank4] 2025-06-05T23:40:01.9641982Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-06-05T23:40:01.9643156Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123] 2025-06-05T23:40:01.9644185Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[u55_avg_pool_not_supported] 2025-06-05T23:40:01.9645545Z [gw1] [ 50%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_width] 2025-06-05T23:40:01.9646628Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI_mult_batches[randn] 2025-06-05T23:40:01.9648005Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-06-05T23:40:01.9649032Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-06-05T23:40:01.9650352Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI_mult_batches[randn] 2025-06-05T23:40:01.9651478Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI_mult_batches[randn] 2025-06-05T23:40:01.9652814Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-06-05T23:40:01.9653916Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-06-05T23:40:01.9655291Z [gw0] [ 50%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[u55_avg_pool_not_supported] 2025-06-05T23:40:01.9656362Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1_keepdim] 2025-06-05T23:40:01.9657851Z [gw3] [ 50%] XFAIL backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:40:01.9659173Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_pos] 2025-06-05T23:40:01.9660406Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI_mult_batches[randn] 2025-06-05T23:40:01.9661489Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_mult_batches[randn] 2025-06-05T23:40:01.9662750Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-06-05T23:40:01.9663786Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-06-05T23:40:01.9665051Z [gw1] [ 50%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_mult_batches[randn] 2025-06-05T23:40:01.9666069Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI_mult_batches[randn] 2025-06-05T23:40:01.9667296Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-06-05T23:40:01.9668435Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-06-05T23:40:01.9669805Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-06-05T23:40:01.9670825Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-06-05T23:40:01.9672165Z [gw0] [ 50%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1_keepdim] 2025-06-05T23:40:01.9673166Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2_keepdim] 2025-06-05T23:40:01.9674431Z [gw3] [ 50%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_pos] 2025-06-05T23:40:01.9675365Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_neg] 2025-06-05T23:40:01.9676581Z [gw1] [ 50%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI_mult_batches[randn] 2025-06-05T23:40:01.9677638Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_1] 2025-06-05T23:40:01.9678839Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-06-05T23:40:01.9679852Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-06-05T23:40:01.9681121Z [gw1] [ 50%] XPASS backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_1] 2025-06-05T23:40:01.9682182Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_2] 2025-06-05T23:40:01.9683383Z [gw3] [ 50%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_neg] 2025-06-05T23:40:01.9684231Z backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x3x3] 2025-06-05T23:40:01.9685358Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x3x3] 2025-06-05T23:40:01.9686180Z backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x1] 2025-06-05T23:40:01.9687309Z [gw1] [ 50%] XPASS backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_2] 2025-06-05T23:40:01.9688363Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_3] 2025-06-05T23:40:01.9689685Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-06-05T23:40:01.9690749Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-06-05T23:40:01.9692043Z [gw0] [ 50%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2_keepdim] 2025-06-05T23:40:01.9693257Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3_keepdim] 2025-06-05T23:40:01.9694396Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x1] 2025-06-05T23:40:01.9695433Z backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[int32_int32] 2025-06-05T23:40:01.9696694Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-06-05T23:40:01.9697745Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-06-05T23:40:20.3470448Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[int32_int32] 2025-06-05T23:40:20.3471575Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x3x3] 2025-06-05T23:40:20.3473029Z [gw0] [ 50%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3_keepdim] 2025-06-05T23:40:20.3474264Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1_keepdim] 2025-06-05T23:40:20.3475609Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x3x3] 2025-06-05T23:40:20.3476640Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x1] 2025-06-05T23:40:20.3478270Z [gw1] [ 50%] XPASS backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_3] 2025-06-05T23:40:20.3479527Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[float_tensor] 2025-06-05T23:40:20.3480994Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[float_tensor] 2025-06-05T23:40:20.3482137Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[ones] 2025-06-05T23:40:20.3483542Z [gw0] [ 50%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1_keepdim] 2025-06-05T23:40:20.3484859Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2_keepdim] 2025-06-05T23:40:20.3486257Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[ones] 2025-06-05T23:40:20.3487395Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_diff] 2025-06-05T23:40:20.3488823Z [gw0] [ 50%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2_keepdim] 2025-06-05T23:40:20.3490035Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3_keepdim] 2025-06-05T23:40:20.3491439Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_diff] 2025-06-05T23:40:20.3492606Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_same] 2025-06-05T23:40:20.3494169Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x1] 2025-06-05T23:40:20.3495210Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[int32_int32] 2025-06-05T23:40:20.3496611Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-06-05T23:40:20.3497848Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-06-05T23:40:20.3499459Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_same] 2025-06-05T23:40:20.3500688Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_large] 2025-06-05T23:40:20.3502114Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3_keepdim] 2025-06-05T23:40:20.3503313Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12_keepdim] 2025-06-05T23:40:20.3504700Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[int32_int32] 2025-06-05T23:40:20.3505734Z backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x3x3] 2025-06-05T23:40:20.3507057Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_large] 2025-06-05T23:40:20.3508232Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[float_tensor] 2025-06-05T23:40:20.3509569Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x3x3] 2025-06-05T23:40:20.3510660Z backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x1] 2025-06-05T23:40:20.3512064Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[float_tensor] 2025-06-05T23:40:20.3513210Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[ones] 2025-06-05T23:40:20.3514602Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12_keepdim] 2025-06-05T23:40:20.3515813Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13_keepdim] 2025-06-05T23:40:20.3517121Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x1] 2025-06-05T23:40:20.3518134Z backends/arm/test/ops/test_ones.py::test_ones_u55_BI[int32_int32] 2025-06-05T23:40:20.3519424Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_u55_BI[int32_int32] 2025-06-05T23:40:20.3520444Z backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x3x3] 2025-06-05T23:40:20.3521962Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-06-05T23:40:20.3523269Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-06-05T23:40:20.3524661Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x3x3] 2025-06-05T23:40:20.3525640Z backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x1] 2025-06-05T23:40:20.3526956Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13_keepdim] 2025-06-05T23:40:20.3528161Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23_keepdim] 2025-06-05T23:40:20.3529796Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-06-05T23:40:20.3531064Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-06-05T23:40:20.3532534Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23_keepdim] 2025-06-05T23:40:20.3533740Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123_keepdim] 2025-06-05T23:40:20.3535061Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x1] 2025-06-05T23:40:20.3536066Z backends/arm/test/ops/test_ones.py::test_ones_u85_BI[int32_int32] 2025-06-05T23:40:20.3537454Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-06-05T23:40:20.3538715Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-06-05T23:40:20.3540150Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[ones] 2025-06-05T23:40:20.3541291Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_diff] 2025-06-05T23:40:20.3542807Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123_keepdim] 2025-06-05T23:40:20.3544056Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123_keepdim] 2025-06-05T23:40:20.3545431Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_u85_BI[int32_int32] 2025-06-05T23:40:20.3546593Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int64] 2025-06-05T23:40:20.3548107Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int64] 2025-06-05T23:40:20.3549339Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int32] 2025-06-05T23:40:20.3550796Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_diff] 2025-06-05T23:40:20.3551950Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_same] 2025-06-05T23:40:20.3553495Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int32] 2025-06-05T23:40:20.3554891Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[int32_int64] 2025-06-05T23:40:20.3556394Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123_keepdim] 2025-06-05T23:40:20.3557577Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1] 2025-06-05T23:40:20.3558937Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_same] 2025-06-05T23:40:20.3560104Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_large] 2025-06-05T23:40:20.3561584Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[int32_int64] 2025-06-05T23:40:20.3562768Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_2] 2025-06-05T23:40:20.3564255Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-06-05T23:40:20.3565503Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-06-05T23:40:20.3566977Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_2] 2025-06-05T23:40:20.3568101Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3] 2025-06-05T23:40:20.3569475Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_large] 2025-06-05T23:40:20.3570645Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[float_tensor] 2025-06-05T23:40:20.3572013Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1] 2025-06-05T23:40:20.3573186Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2] 2025-06-05T23:40:20.3574523Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3] 2025-06-05T23:40:20.3575657Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3_2] 2025-06-05T23:40:20.3577072Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-06-05T23:40:20.3578299Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-06-05T23:40:20.3579768Z [gw1] [ 51%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[float_tensor] 2025-06-05T23:40:20.3580874Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[ones] 2025-06-05T23:40:20.3582222Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3_2] 2025-06-05T23:40:20.3583359Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4] 2025-06-05T23:40:20.3584687Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2] 2025-06-05T23:40:38.5087592Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3] 2025-06-05T23:40:38.5089572Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4] 2025-06-05T23:40:38.5090753Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_2] 2025-06-05T23:40:38.5092258Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-06-05T23:40:38.5093815Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-06-05T23:40:38.5095338Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_2] 2025-06-05T23:40:38.5096503Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_3] 2025-06-05T23:40:38.5097915Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_3] 2025-06-05T23:40:38.5099035Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_2] 2025-06-05T23:40:38.5100393Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3] 2025-06-05T23:40:38.5101636Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1] 2025-06-05T23:40:38.5103000Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_2] 2025-06-05T23:40:38.5104123Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3] 2025-06-05T23:40:38.5105638Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-06-05T23:40:38.5106920Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-06-05T23:40:38.5108286Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1] 2025-06-05T23:40:38.5109383Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2] 2025-06-05T23:40:38.5110682Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[ones] 2025-06-05T23:40:38.5111783Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_diff] 2025-06-05T23:40:38.5113366Z [gw2] [ 52%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-06-05T23:40:38.5114572Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-06-05T23:40:38.5116007Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3] 2025-06-05T23:40:38.5117122Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3_2] 2025-06-05T23:40:38.5118474Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2] 2025-06-05T23:40:38.5119679Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3] 2025-06-05T23:40:38.5121027Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_diff] 2025-06-05T23:40:38.5122153Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_same] 2025-06-05T23:40:38.5123523Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3_2] 2025-06-05T23:40:38.5124647Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4] 2025-06-05T23:40:38.5125983Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3] 2025-06-05T23:40:38.5127081Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12] 2025-06-05T23:40:38.5128435Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4] 2025-06-05T23:40:38.5129545Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_2] 2025-06-05T23:40:38.5131058Z [gw2] [ 52%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-06-05T23:40:38.5132337Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-06-05T23:40:38.5133884Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_2] 2025-06-05T23:40:38.5135032Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_3] 2025-06-05T23:40:38.5136385Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_same] 2025-06-05T23:40:38.5137517Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_large] 2025-06-05T23:40:38.5138899Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_3] 2025-06-05T23:40:38.5140005Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_2] 2025-06-05T23:40:38.5141456Z [gw2] [ 52%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-06-05T23:40:38.5142819Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-06-05T23:40:38.5144234Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_large] 2025-06-05T23:40:38.5145477Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[float_tensor] 2025-06-05T23:40:38.5146843Z [gw3] [ 52%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_2] 2025-06-05T23:40:38.5147940Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3] 2025-06-05T23:40:38.5149275Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12] 2025-06-05T23:40:38.5150403Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13] 2025-06-05T23:40:38.5151783Z [gw2] [ 52%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-06-05T23:40:38.5153083Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-06-05T23:40:38.5154564Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[float_tensor] 2025-06-05T23:40:38.5155684Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[ones] 2025-06-05T23:40:38.5157121Z [gw3] [ 52%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3] 2025-06-05T23:40:38.5158221Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3_2] 2025-06-05T23:40:38.5159590Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13] 2025-06-05T23:40:38.5160717Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23] 2025-06-05T23:40:38.5162154Z [gw2] [ 52%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-06-05T23:40:38.5163453Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-06-05T23:40:38.5164814Z [gw3] [ 52%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3_2] 2025-06-05T23:40:38.5165917Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4] 2025-06-05T23:40:38.5167247Z [gw3] [ 52%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4] 2025-06-05T23:40:38.5168333Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_2] 2025-06-05T23:40:38.5169689Z [gw0] [ 52%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23] 2025-06-05T23:40:38.5170802Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123] 2025-06-05T23:40:38.5172187Z [gw2] [ 52%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-06-05T23:40:38.5173386Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-06-05T23:40:38.5174816Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_2] 2025-06-05T23:40:38.5175929Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_3] 2025-06-05T23:40:38.5177349Z [gw0] [ 53%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123] 2025-06-05T23:40:38.5178496Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123] 2025-06-05T23:40:38.5179846Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_3] 2025-06-05T23:40:38.5180942Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_2] 2025-06-05T23:40:38.5182240Z [gw1] [ 53%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[ones] 2025-06-05T23:40:38.5183317Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_diff] 2025-06-05T23:40:38.5184656Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_2] 2025-06-05T23:40:38.5185734Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3] 2025-06-05T23:40:38.5187168Z [gw2] [ 53%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-06-05T23:40:38.5188551Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-06-05T23:40:38.5190030Z [gw1] [ 53%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_diff] 2025-06-05T23:40:38.5191154Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_same] 2025-06-05T23:40:38.5192602Z [gw0] [ 53%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123] 2025-06-05T23:40:38.5194124Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[u55_avg_pool_not_supported] 2025-06-05T23:40:38.5195635Z [gw1] [ 53%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_same] 2025-06-05T23:40:38.5196771Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_large] 2025-06-05T23:40:38.5198286Z [gw2] [ 53%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-06-05T23:40:38.5199547Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-06-05T23:40:38.5201079Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3] 2025-06-05T23:40:38.5202169Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3_2] 2025-06-05T23:40:52.5403033Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3_2] 2025-06-05T23:40:52.5404242Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4] 2025-06-05T23:40:52.5405850Z [gw0] [ 53%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[u55_avg_pool_not_supported] 2025-06-05T23:40:52.5407462Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[float_tensor] 2025-06-05T23:40:52.5408942Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4] 2025-06-05T23:40:52.5410108Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_2] 2025-06-05T23:40:52.5411580Z [gw1] [ 53%] XFAIL backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_large] 2025-06-05T23:40:52.5412839Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-06-05T23:40:52.5414362Z [gw0] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[float_tensor] 2025-06-05T23:40:52.5415588Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[ones] 2025-06-05T23:40:52.5416980Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_2] 2025-06-05T23:40:52.5418164Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_3] 2025-06-05T23:40:52.5419693Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-06-05T23:40:52.5421030Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-06-05T23:40:52.5422630Z [gw0] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[ones] 2025-06-05T23:40:52.5423765Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_diff] 2025-06-05T23:40:52.5425252Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-06-05T23:40:52.5426470Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-06-05T23:40:52.5427911Z [gw0] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_diff] 2025-06-05T23:40:52.5429040Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_same] 2025-06-05T23:40:52.5430391Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_3] 2025-06-05T23:40:52.5431586Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_pos_exp] 2025-06-05T23:40:52.5433144Z [gw2] [ 53%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-06-05T23:40:52.5434497Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-06-05T23:40:52.5436013Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-06-05T23:40:52.5437236Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-06-05T23:40:52.5438650Z [gw0] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_same] 2025-06-05T23:40:52.5439806Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_large] 2025-06-05T23:40:52.5441208Z [gw0] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_large] 2025-06-05T23:40:52.5442378Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[float_tensor] 2025-06-05T23:40:52.5443866Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-06-05T23:40:52.5445244Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-06-05T23:40:52.5446760Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_pos_exp] 2025-06-05T23:40:52.5448014Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base] 2025-06-05T23:40:52.5449518Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-06-05T23:40:52.5450653Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-06-05T23:40:52.5452278Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base] 2025-06-05T23:40:52.5453443Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_zero_exp] 2025-06-05T23:40:52.5455105Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-06-05T23:40:52.5456383Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-06-05T23:40:52.5457917Z [gw0] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[float_tensor] 2025-06-05T23:40:52.5459127Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[ones] 2025-06-05T23:40:52.5460646Z [gw3] [ 53%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_zero_exp] 2025-06-05T23:40:52.5462006Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base_zero_exp] 2025-06-05T23:40:52.5463675Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base_zero_exp] 2025-06-05T23:40:52.5465031Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[neg_base_zero_exp] 2025-06-05T23:40:52.5466746Z [gw2] [ 54%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-06-05T23:40:52.5468097Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-06-05T23:40:52.5469737Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[neg_base_zero_exp] 2025-06-05T23:40:52.5471111Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[base_has_lower_rank] 2025-06-05T23:40:52.5472838Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-06-05T23:40:52.5474139Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-06-05T23:40:52.5475549Z [gw0] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[ones] 2025-06-05T23:40:52.5476544Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_diff] 2025-06-05T23:40:52.5477960Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-06-05T23:40:52.5479225Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[zeros] 2025-06-05T23:40:52.5480814Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[base_has_lower_rank] 2025-06-05T23:40:52.5482190Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[exp_has_lower_rank] 2025-06-05T23:40:52.5483726Z [gw0] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_diff] 2025-06-05T23:40:52.5484936Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_same] 2025-06-05T23:40:52.5486441Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[zeros] 2025-06-05T23:40:52.5487722Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[ones] 2025-06-05T23:40:52.5489324Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[exp_has_lower_rank] 2025-06-05T23:40:52.5490761Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[f16_tensors] 2025-06-05T23:40:52.5492342Z [gw2] [ 54%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-06-05T23:40:52.5493869Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-06-05T23:40:52.5495360Z [gw0] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_same] 2025-06-05T23:40:52.5496567Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_large] 2025-06-05T23:40:52.5498263Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[f16_tensors] 2025-06-05T23:40:52.5499577Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_three] 2025-06-05T23:40:52.5501156Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[ones] 2025-06-05T23:40:52.5502278Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[rand] 2025-06-05T23:40:52.5503718Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_three] 2025-06-05T23:40:52.5504884Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_one] 2025-06-05T23:40:52.5506447Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[rand] 2025-06-05T23:40:52.5507718Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[randn] 2025-06-05T23:40:52.5509259Z [gw0] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_large] 2025-06-05T23:40:52.5510477Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[float_tensor] 2025-06-05T23:40:52.5512211Z [gw2] [ 54%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-06-05T23:40:52.5513503Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-06-05T23:40:52.5515115Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[randn] 2025-06-05T23:40:52.5516410Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[zeros] 2025-06-05T23:40:52.5517977Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_one] 2025-06-05T23:40:52.5519281Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_zero] 2025-06-05T23:41:05.0428641Z [gw0] [ 54%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[float_tensor] 2025-06-05T23:41:05.0430022Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[ones] 2025-06-05T23:41:05.0431663Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[zeros] 2025-06-05T23:41:05.0433443Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[ones] 2025-06-05T23:41:05.0435227Z [gw2] [ 54%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-06-05T23:41:05.0436655Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-06-05T23:41:05.0438276Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_zero] 2025-06-05T23:41:05.0439665Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_one] 2025-06-05T23:41:05.0441300Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_one] 2025-06-05T23:41:05.0442692Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_two] 2025-06-05T23:41:05.0444374Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[ones] 2025-06-05T23:41:05.0445792Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[rand] 2025-06-05T23:41:05.0447677Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_two] 2025-06-05T23:41:05.0449203Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:05.0451010Z [gw2] [ 54%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-06-05T23:41:05.0452426Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-06-05T23:41:05.0454017Z [gw0] [ 54%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[ones] 2025-06-05T23:41:05.0455435Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_diff] 2025-06-05T23:41:05.0457237Z [gw3] [ 54%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:05.0458909Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[neg_base_exp_pos_integer] 2025-06-05T23:41:05.0460726Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[rand] 2025-06-05T23:41:05.0462131Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[randn] 2025-06-05T23:41:05.0463882Z [gw2] [ 54%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-06-05T23:41:05.0465394Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-06-05T23:41:05.0467184Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[randn] 2025-06-05T23:41:05.0468625Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1_keepdim] 2025-06-05T23:41:05.0470253Z [gw0] [ 54%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_diff] 2025-06-05T23:41:05.0471736Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_same] 2025-06-05T23:41:05.0473654Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[neg_base_exp_pos_integer] 2025-06-05T23:41:05.0475215Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_three] 2025-06-05T23:41:05.0476957Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1_keepdim] 2025-06-05T23:41:05.0478523Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2_keepdim] 2025-06-05T23:41:05.0480149Z [gw0] [ 55%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_same] 2025-06-05T23:41:05.0481462Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_large] 2025-06-05T23:41:05.0483121Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2_keepdim] 2025-06-05T23:41:05.0484639Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3_keepdim] 2025-06-05T23:41:05.0486387Z [gw3] [ 55%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_three] 2025-06-05T23:41:05.0487871Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_one] 2025-06-05T23:41:05.0489590Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3_keepdim] 2025-06-05T23:41:05.0491032Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1_keepdim] 2025-06-05T23:41:05.0492661Z [gw0] [ 55%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_large] 2025-06-05T23:41:05.0494279Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[float_tensor] 2025-06-05T23:41:05.0496048Z [gw3] [ 55%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_one] 2025-06-05T23:41:05.0497487Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_zero] 2025-06-05T23:41:05.0499438Z [gw2] [ 55%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-06-05T23:41:05.0501048Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_8_int8] 2025-06-05T23:41:05.0502855Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1_keepdim] 2025-06-05T23:41:05.0504283Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2_keepdim] 2025-06-05T23:41:05.0506115Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_8_int8] 2025-06-05T23:41:05.0507920Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-05T23:41:05.0509749Z [gw3] [ 55%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_zero] 2025-06-05T23:41:05.0511143Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_one] 2025-06-05T23:41:05.0512875Z [gw0] [ 55%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[float_tensor] 2025-06-05T23:41:05.0514163Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[ones] 2025-06-05T23:41:05.0515942Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-05T23:41:05.0517641Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-05T23:41:05.0519436Z [gw3] [ 55%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_one] 2025-06-05T23:41:05.0520840Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_two] 2025-06-05T23:41:05.0522684Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-05T23:41:05.0524604Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_8_int8] 2025-06-05T23:41:05.0526550Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2_keepdim] 2025-06-05T23:41:05.0527964Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3_keepdim] 2025-06-05T23:41:05.0529637Z [gw3] [ 55%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_two] 2025-06-05T23:41:05.0531159Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:05.0533040Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3_keepdim] 2025-06-05T23:41:05.0534481Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12_keepdim] 2025-06-05T23:41:05.0536465Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_8_int8] 2025-06-05T23:41:05.0538530Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:05.0540485Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12_keepdim] 2025-06-05T23:41:05.0541919Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13_keepdim] 2025-06-05T23:41:05.0543514Z [gw0] [ 55%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[ones] 2025-06-05T23:41:05.0544767Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_diff] 2025-06-05T23:41:05.0546709Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:05.0548619Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:05.0550613Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13_keepdim] 2025-06-05T23:41:05.0552794Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23_keepdim] 2025-06-05T23:41:05.0554831Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:05.0556723Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_8_int8] 2025-06-05T23:41:05.0558795Z [gw3] [ 55%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:05.0560559Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[neg_base_exp_pos_integer] 2025-06-05T23:41:15.1294150Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23_keepdim] 2025-06-05T23:41:15.1295521Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123_keepdim] 2025-06-05T23:41:15.1297270Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[neg_base_exp_pos_integer] 2025-06-05T23:41:15.1298665Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_three] 2025-06-05T23:41:15.1300281Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123_keepdim] 2025-06-05T23:41:15.1301540Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123_keepdim] 2025-06-05T23:41:15.1303017Z [gw0] [ 55%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_diff] 2025-06-05T23:41:15.1304118Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_same] 2025-06-05T23:41:15.1305808Z [gw2] [ 55%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_8_int8] 2025-06-05T23:41:15.1307728Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:15.1309553Z [gw3] [ 55%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_three] 2025-06-05T23:41:15.1310859Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_one] 2025-06-05T23:41:15.1312538Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123_keepdim] 2025-06-05T23:41:15.1313779Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1] 2025-06-05T23:41:15.1315271Z [gw0] [ 55%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_same] 2025-06-05T23:41:15.1316458Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_large] 2025-06-05T23:41:15.1318157Z [gw2] [ 56%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:15.1320131Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:15.1321930Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_one] 2025-06-05T23:41:15.1323178Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_zero] 2025-06-05T23:41:15.1324717Z [gw0] [ 56%] XFAIL backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_large] 2025-06-05T23:41:15.1325823Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_2d] 2025-06-05T23:41:15.1327468Z [gw2] [ 56%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:15.1329127Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_8_int8] 2025-06-05T23:41:15.1330886Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1] 2025-06-05T23:41:15.1332076Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2] 2025-06-05T23:41:15.1333622Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_zero] 2025-06-05T23:41:15.1334813Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_one] 2025-06-05T23:41:15.1336171Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_2d] 2025-06-05T23:41:15.1337183Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_same] 2025-06-05T23:41:15.1338668Z [gw2] [ 56%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_8_int8] 2025-06-05T23:41:15.1340523Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:15.1342206Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2] 2025-06-05T23:41:15.1343418Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3] 2025-06-05T23:41:15.1344882Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_one] 2025-06-05T23:41:15.1346071Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_two] 2025-06-05T23:41:15.1347338Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_same] 2025-06-05T23:41:15.1348303Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[ones] 2025-06-05T23:41:15.1349796Z [gw2] [ 56%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:15.1351432Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:15.1353255Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3] 2025-06-05T23:41:15.1354575Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1] 2025-06-05T23:41:15.1355882Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[ones] 2025-06-05T23:41:15.1356884Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[randn_large] 2025-06-05T23:41:15.1358256Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1] 2025-06-05T23:41:15.1359372Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2] 2025-06-05T23:41:15.1360813Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2] 2025-06-05T23:41:15.1361990Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3] 2025-06-05T23:41:15.1363444Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_two] 2025-06-05T23:41:15.1364815Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:15.1366763Z [gw2] [ 56%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:15.1368303Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_8_tensor_int8] 2025-06-05T23:41:15.1369829Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[randn_large] 2025-06-05T23:41:15.1370778Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_neg] 2025-06-05T23:41:15.1372152Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3] 2025-06-05T23:41:15.1373299Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12] 2025-06-05T23:41:15.1375001Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_8_tensor_int8] 2025-06-05T23:41:15.1376437Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:15.1378246Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:15.1379626Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[neg_base_exp_pos_integer] 2025-06-05T23:41:15.1381102Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_neg] 2025-06-05T23:41:15.1382106Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_2d] 2025-06-05T23:41:15.1383502Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12] 2025-06-05T23:41:15.1384783Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13] 2025-06-05T23:41:15.1386460Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:15.1387910Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_0_tensor_int16] 2025-06-05T23:41:15.1389616Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[neg_base_exp_pos_integer] 2025-06-05T23:41:15.1391015Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_three] 2025-06-05T23:41:15.1392619Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13] 2025-06-05T23:41:15.1394013Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23] 2025-06-05T23:41:15.1395557Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_0_tensor_int16] 2025-06-05T23:41:15.1397073Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_8_tensor_int8] 2025-06-05T23:41:15.1398666Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_2d] 2025-06-05T23:41:15.1399858Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_same] 2025-06-05T23:41:15.1401538Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_8_tensor_int8] 2025-06-05T23:41:15.1403183Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:15.1405010Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_three] 2025-06-05T23:41:15.1406248Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_one] 2025-06-05T23:41:15.1407959Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:15.1409539Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_0_tensor_int16] 2025-06-05T23:41:15.1411115Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_same] 2025-06-05T23:41:15.1412291Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[ones] 2025-06-05T23:41:26.4596038Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23] 2025-06-05T23:41:26.4597070Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123] 2025-06-05T23:41:26.4598420Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_one] 2025-06-05T23:41:26.4599468Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_zero] 2025-06-05T23:41:26.4601190Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_0_tensor_int16] 2025-06-05T23:41:26.4602794Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_8_tensor_int8] 2025-06-05T23:41:26.4604480Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123] 2025-06-05T23:41:26.4605693Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123] 2025-06-05T23:41:26.4607290Z [gw0] [ 57%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[ones] 2025-06-05T23:41:26.4608307Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[randn_large] 2025-06-05T23:41:26.4609719Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_zero] 2025-06-05T23:41:26.4610924Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_one] 2025-06-05T23:41:26.4612385Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123] 2025-06-05T23:41:26.4613821Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[u55_avg_pool_not_supported] 2025-06-05T23:41:26.4615498Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[u55_avg_pool_not_supported] 2025-06-05T23:41:26.4616857Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1_keepdim] 2025-06-05T23:41:26.4618583Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_8_tensor_int8] 2025-06-05T23:41:26.4664780Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:26.4666683Z [gw0] [ 57%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[randn_large] 2025-06-05T23:41:26.4667732Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_neg] 2025-06-05T23:41:26.4669141Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_one] 2025-06-05T23:41:26.4670378Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_two] 2025-06-05T23:41:26.4672527Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:26.4674203Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_0_tensor_int16] 2025-06-05T23:41:26.4675804Z [gw0] [ 57%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_neg] 2025-06-05T23:41:26.4676815Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_2d] 2025-06-05T23:41:26.4678403Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_0_tensor_int16] 2025-06-05T23:41:26.4680025Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_8_tensor_int8] 2025-06-05T23:41:26.4681762Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1_keepdim] 2025-06-05T23:41:26.4683057Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2_keepdim] 2025-06-05T23:41:26.4684549Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_two] 2025-06-05T23:41:26.4686062Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:26.4687950Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_8_tensor_int8] 2025-06-05T23:41:26.4689326Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:26.4691096Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[non_neg_base_exp_pos_decimal] 2025-06-05T23:41:26.4692359Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[neg_base_exp_pos_integer] 2025-06-05T23:41:26.4694272Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2_keepdim] 2025-06-05T23:41:26.4695564Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3_keepdim] 2025-06-05T23:41:26.4697537Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_1024_tensor_int16] 2025-06-05T23:41:26.4699256Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_0_tensor_int16] 2025-06-05T23:41:26.4710448Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[neg_base_exp_pos_integer] 2025-06-05T23:41:26.4711793Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_ones] 2025-06-05T23:41:26.4713357Z [gw0] [ 57%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_2d] 2025-06-05T23:41:26.4714496Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_same] 2025-06-05T23:41:26.4721140Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_ones] 2025-06-05T23:41:26.4722602Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_rand] 2025-06-05T23:41:26.4724209Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3_keepdim] 2025-06-05T23:41:26.4725439Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1_keepdim] 2025-06-05T23:41:26.4727077Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_0_tensor_int16] 2025-06-05T23:41:26.4728619Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:26.4730453Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_rand] 2025-06-05T23:41:26.4731961Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:26.4733462Z [gw0] [ 57%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_same] 2025-06-05T23:41:26.4734538Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[ones] 2025-06-05T23:41:26.4736083Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:26.4737706Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:26.4739105Z [gw0] [ 57%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u55_BI[ones] 2025-06-05T23:41:26.4739961Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[randn_large] 2025-06-05T23:41:26.4741432Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:26.4742969Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int8] 2025-06-05T23:41:26.4745020Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:26.4746766Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones] 2025-06-05T23:41:26.4748462Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1_keepdim] 2025-06-05T23:41:26.4749759Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2_keepdim] 2025-06-05T23:41:26.4751447Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones] 2025-06-05T23:41:26.4753155Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:26.4755150Z [gw2] [ 57%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int8] 2025-06-05T23:41:26.4756876Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:26.4758977Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:26.4760725Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:41:26.4762562Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2_keepdim] 2025-06-05T23:41:26.4763821Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3_keepdim] 2025-06-05T23:41:26.4765023Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u55_BI[randn_large] 2025-06-05T23:41:26.4766019Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_neg] 2025-06-05T23:41:26.4767480Z [gw2] [ 58%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-05T23:41:26.4769035Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:26.4771193Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:41:37.1355257Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_rand] 2025-06-05T23:41:37.1357113Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3_keepdim] 2025-06-05T23:41:37.1357960Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12_keepdim] 2025-06-05T23:41:37.1359329Z [gw2] [ 58%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-05T23:41:37.1360248Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_128_int8] 2025-06-05T23:41:37.1361286Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_neg] 2025-06-05T23:41:37.1361903Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_2d] 2025-06-05T23:41:37.1362861Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_rand] 2025-06-05T23:41:37.1363884Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:41:37.1365041Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:41:37.1366018Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_randn] 2025-06-05T23:41:37.1367162Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_randn] 2025-06-05T23:41:37.1368054Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_ones] 2025-06-05T23:41:37.1369156Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_128_int8] 2025-06-05T23:41:37.1369999Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_1024_int16] 2025-06-05T23:41:37.1370949Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12_keepdim] 2025-06-05T23:41:37.1371692Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13_keepdim] 2025-06-05T23:41:37.1372644Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_1024_int16] 2025-06-05T23:41:37.1373451Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_0_127_int32] 2025-06-05T23:41:37.1374276Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_2d] 2025-06-05T23:41:37.1374878Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_same] 2025-06-05T23:41:37.1375741Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_0_127_int32] 2025-06-05T23:41:37.1376674Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_128_int8] 2025-06-05T23:41:37.1377789Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_ones] 2025-06-05T23:41:37.1378662Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_rand] 2025-06-05T23:41:37.1379705Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_128_int8] 2025-06-05T23:41:37.1380749Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_1024_int16] 2025-06-05T23:41:37.1381741Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13_keepdim] 2025-06-05T23:41:37.1382492Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23_keepdim] 2025-06-05T23:41:37.1383307Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_same] 2025-06-05T23:41:37.1383890Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[ones] 2025-06-05T23:41:37.1384881Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_1024_int16] 2025-06-05T23:41:37.1385800Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_0_127_int32] 2025-06-05T23:41:37.1386709Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23_keepdim] 2025-06-05T23:41:37.1387466Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123_keepdim] 2025-06-05T23:41:37.1388363Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_rand] 2025-06-05T23:41:37.1389330Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:37.1390159Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u85_BI[ones] 2025-06-05T23:41:37.1390693Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[randn_large] 2025-06-05T23:41:37.1391556Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_0_127_int32] 2025-06-05T23:41:37.1392463Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_128_int8] 2025-06-05T23:41:37.1393759Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:37.1394616Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones] 2025-06-05T23:41:37.1395587Z [gw2] [ 58%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_128_int8] 2025-06-05T23:41:37.1396531Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_1024_int16] 2025-06-05T23:41:37.1397447Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123_keepdim] 2025-06-05T23:41:37.1398092Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_u85_BI 2025-06-05T23:41:37.1398805Z [gw1] [ 58%] SKIPPED backends/arm/test/ops/test_scalars.py::test_sub_scalar_u85_BI 2025-06-05T23:41:37.1399449Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:41:37.1400283Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u85_BI[randn_large] 2025-06-05T23:41:37.1400837Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_neg] 2025-06-05T23:41:37.1401612Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:41:37.1402336Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:41:37.1403310Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones] 2025-06-05T23:41:37.1404169Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:37.1405209Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:37.1406145Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:41:37.1407083Z [gw0] [ 58%] XFAIL backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_neg] 2025-06-05T23:41:37.1407690Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank1_rand] 2025-06-05T23:41:37.1408623Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_1024_int16] 2025-06-05T23:41:37.1409465Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_0_127_int32] 2025-06-05T23:41:37.1410373Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank1_rand] 2025-06-05T23:41:37.1411059Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank2_rand] 2025-06-05T23:41:37.1412041Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:41:37.1412963Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_rand] 2025-06-05T23:41:37.1414030Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_0_127_int32] 2025-06-05T23:41:37.1414947Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_128_int8] 2025-06-05T23:41:37.1415884Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:41:37.1416586Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:41:37.1417431Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank2_rand] 2025-06-05T23:41:37.1418111Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank3_randn] 2025-06-05T23:41:37.1418965Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:41:37.1419690Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:41:37.1420627Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_rand] 2025-06-05T23:41:37.1421570Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:41:37.1422606Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_128_int8] 2025-06-05T23:41:37.1423454Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_1024_int16] 2025-06-05T23:41:46.9392073Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:41:46.9393377Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:41:46.9394883Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_1024_int16] 2025-06-05T23:41:46.9396112Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_0_127_int32] 2025-06-05T23:41:46.9397510Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:41:46.9398778Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:41:46.9400065Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank3_randn] 2025-06-05T23:41:46.9401022Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn] 2025-06-05T23:41:46.9402358Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_0_127_int32] 2025-06-05T23:41:46.9403406Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[ones_4d] 2025-06-05T23:41:46.9404726Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:41:46.9405786Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:41:46.9407049Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn] 2025-06-05T23:41:46.9408137Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:41:46.9409358Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[ones_4d] 2025-06-05T23:41:46.9410230Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_1] 2025-06-05T23:41:46.9411411Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:41:46.9412406Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:41:46.9413722Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:41:46.9414839Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_negative_large_rand] 2025-06-05T23:41:46.9416461Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:41:46.9417811Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_randn] 2025-06-05T23:41:46.9419222Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:41:46.9420268Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:41:46.9421603Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_negative_large_rand] 2025-06-05T23:41:46.9422708Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_large_randn] 2025-06-05T23:41:46.9423905Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_1] 2025-06-05T23:41:46.9424815Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_2] 2025-06-05T23:41:46.9426140Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_large_randn] 2025-06-05T23:41:46.9427281Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:41:46.9428770Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_randn] 2025-06-05T23:41:46.9429975Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_ones] 2025-06-05T23:41:46.9431214Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_2] 2025-06-05T23:41:46.9432212Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_3d] 2025-06-05T23:41:46.9433485Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:41:46.9434712Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank2_rand] 2025-06-05T23:41:46.9436183Z [gw3] [ 59%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_ones] 2025-06-05T23:41:46.9437323Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_rand] 2025-06-05T23:41:46.9438515Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_3d] 2025-06-05T23:41:46.9439383Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[ones_4d] 2025-06-05T23:41:46.9440633Z [gw0] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank2_rand] 2025-06-05T23:41:46.9441887Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank3_randn] 2025-06-05T23:41:46.9443232Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:41:46.9444268Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:41:46.9445492Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:41:46.9446520Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:41:46.9447679Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[ones_4d] 2025-06-05T23:41:46.9448544Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_1] 2025-06-05T23:41:46.9449801Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_rand] 2025-06-05T23:41:46.9450981Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:46.9452448Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:41:46.9453493Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:41:46.9454672Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_1] 2025-06-05T23:41:46.9455575Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_2] 2025-06-05T23:41:46.9456826Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank3_randn] 2025-06-05T23:41:46.9458007Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn] 2025-06-05T23:41:46.9459476Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:46.9460678Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones] 2025-06-05T23:41:46.9462013Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:41:46.9463147Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:41:46.9464505Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn] 2025-06-05T23:41:46.9465679Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-05T23:41:46.9466891Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_2] 2025-06-05T23:41:46.9467787Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_3d] 2025-06-05T23:41:46.9468961Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:41:46.9470032Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:41:46.9471362Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones] 2025-06-05T23:41:46.9472719Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:46.9474204Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-05T23:41:46.9475343Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank2_rand] 2025-06-05T23:41:46.9476634Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:41:46.9477740Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:41:46.9478989Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:41:46.9480027Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:41:46.9481326Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank2_rand] 2025-06-05T23:41:46.9482500Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank3_randn] 2025-06-05T23:41:46.9483695Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_3d] 2025-06-05T23:41:46.9484533Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[ones_4d] 2025-06-05T23:41:59.0306067Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:59.0307590Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:41:59.0309344Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[ones_4d] 2025-06-05T23:41:59.0310634Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_1] 2025-06-05T23:41:59.0312337Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank3_randn] 2025-06-05T23:41:59.0313805Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn] 2025-06-05T23:41:59.0315569Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:41:59.0316852Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:41:59.0318493Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:41:59.0319658Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_rand] 2025-06-05T23:41:59.0320710Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn] 2025-06-05T23:41:59.0321682Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-05T23:41:59.0322549Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_1] 2025-06-05T23:41:59.0323165Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_2] 2025-06-05T23:41:59.0323936Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:41:59.0324611Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_st] 2025-06-05T23:41:59.0325513Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_rand] 2025-06-05T23:41:59.0326392Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:41:59.0327278Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_2] 2025-06-05T23:41:59.0327941Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_3d] 2025-06-05T23:41:59.0329166Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_st] 2025-06-05T23:41:59.0330269Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:41:59.0331795Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:41:59.0332898Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_st] 2025-06-05T23:41:59.0334318Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_3d] 2025-06-05T23:41:59.0335286Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[ones_4d] 2025-06-05T23:41:59.0336661Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-05T23:41:59.0337927Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank1_rand] 2025-06-05T23:41:59.0339229Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_st] 2025-06-05T23:41:59.0340267Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:41:59.0341520Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[ones_4d] 2025-06-05T23:41:59.0342471Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_1] 2025-06-05T23:41:59.0344052Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:41:59.0345582Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_randn] 2025-06-05T23:41:59.0347485Z [gw3] [ 60%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_randn] 2025-06-05T23:41:59.0348879Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_ones] 2025-06-05T23:41:59.0350346Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank1_rand] 2025-06-05T23:41:59.0351481Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank2_rand] 2025-06-05T23:41:59.0353008Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:41:59.0354195Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_st] 2025-06-05T23:41:59.0355514Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_1] 2025-06-05T23:41:59.0356496Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_2] 2025-06-05T23:41:59.0357841Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_ones] 2025-06-05T23:41:59.0359194Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_rand] 2025-06-05T23:41:59.0360561Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_st] 2025-06-05T23:41:59.0361619Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:41:59.0363035Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank2_rand] 2025-06-05T23:41:59.0364250Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank3_randn] 2025-06-05T23:41:59.0365630Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_2] 2025-06-05T23:41:59.0366565Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_3d] 2025-06-05T23:41:59.0367780Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:41:59.0368793Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_st] 2025-06-05T23:41:59.0370171Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank3_randn] 2025-06-05T23:41:59.0371297Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn] 2025-06-05T23:41:59.0372786Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_rand] 2025-06-05T23:41:59.0374296Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:59.0375920Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_3d] 2025-06-05T23:41:59.0377153Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int32] 2025-06-05T23:41:59.0378739Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_st] 2025-06-05T23:41:59.0379999Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:41:59.0381290Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn] 2025-06-05T23:41:59.0382486Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:41:59.0383980Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int32] 2025-06-05T23:41:59.0385254Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int8] 2025-06-05T23:41:59.0386857Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int8] 2025-06-05T23:41:59.0388205Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int16] 2025-06-05T23:41:59.0389862Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:41:59.0391105Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_negative_large_rand] 2025-06-05T23:41:59.0393232Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_negative_ones] 2025-06-05T23:41:59.0394551Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones] 2025-06-05T23:41:59.0396152Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int16] 2025-06-05T23:41:59.0397455Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_1] 2025-06-05T23:41:59.0399091Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:41:59.0400364Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:41:59.0401854Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_negative_large_rand] 2025-06-05T23:41:59.0403018Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_large_randn] 2025-06-05T23:41:59.0404516Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones] 2025-06-05T23:41:59.0405692Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:41:59.0407385Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_1] 2025-06-05T23:42:10.7611860Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_2] 2025-06-05T23:42:10.7613547Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:42:10.7614829Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:42:10.7616245Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_ones] 2025-06-05T23:42:10.7617550Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:42:10.7619007Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:42:10.7620045Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:42:10.7621646Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-05T23:42:10.7622979Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_rand] 2025-06-05T23:42:10.7624457Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_2] 2025-06-05T23:42:10.7625601Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int32] 2025-06-05T23:42:10.7626888Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_large_randn] 2025-06-05T23:42:10.7627961Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:42:10.7629237Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:42:10.7630240Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:42:10.7631489Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int32] 2025-06-05T23:42:10.7632787Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int8] 2025-06-05T23:42:10.7634069Z [gw3] [ 61%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_rand] 2025-06-05T23:42:10.7635198Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:42:10.7636527Z [gw0] [ 61%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:42:10.7637931Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank1_rand] 2025-06-05T23:42:10.7639193Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int8] 2025-06-05T23:42:10.7640285Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int16] 2025-06-05T23:42:10.7641553Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:42:10.7642722Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:42:10.7643985Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int16] 2025-06-05T23:42:10.7645098Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_1] 2025-06-05T23:42:10.7646369Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:42:10.7647374Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:42:10.7648807Z [gw3] [ 62%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-05T23:42:10.7650121Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_randn] 2025-06-05T23:42:10.7651518Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank1_rand] 2025-06-05T23:42:10.7652507Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank2_rand] 2025-06-05T23:42:10.7653834Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_1] 2025-06-05T23:42:10.7655012Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_2] 2025-06-05T23:42:10.7656551Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:42:10.7658048Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:42:10.7659761Z [gw3] [ 62%] XPASS backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_randn] 2025-06-05T23:42:10.7661126Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[zeros] 2025-06-05T23:42:10.7662754Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:42:10.7664145Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:42:10.7667685Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank2_rand] 2025-06-05T23:42:10.7668712Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank3_randn] 2025-06-05T23:42:10.7670232Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_2] 2025-06-05T23:42:10.7671532Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_1] 2025-06-05T23:42:10.7672965Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[zeros] 2025-06-05T23:42:10.7674062Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ones] 2025-06-05T23:42:10.7676128Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank3_randn] 2025-06-05T23:42:10.7677416Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn] 2025-06-05T23:42:10.7679108Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_1] 2025-06-05T23:42:10.7680531Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_2] 2025-06-05T23:42:10.7682026Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ones] 2025-06-05T23:42:10.7683327Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[rand] 2025-06-05T23:42:10.7684990Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn] 2025-06-05T23:42:10.7687263Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:42:10.7689188Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:42:10.7690597Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:42:10.7692004Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[rand] 2025-06-05T23:42:10.7693336Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_pos] 2025-06-05T23:42:10.7695022Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_pos] 2025-06-05T23:42:10.7696157Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_neg] 2025-06-05T23:42:10.7697749Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:42:10.7699453Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:42:10.7700975Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_neg] 2025-06-05T23:42:10.7702245Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ramp] 2025-06-05T23:42:10.7703645Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_2] 2025-06-05T23:42:10.7705019Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_1] 2025-06-05T23:42:10.7706747Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:42:10.7708277Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:42:10.7709943Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:42:10.7711407Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_negative_large_rand] 2025-06-05T23:42:10.7712889Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ramp] 2025-06-05T23:42:10.7713824Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[zeros] 2025-06-05T23:42:10.7715346Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_1] 2025-06-05T23:42:10.7716884Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_2] 2025-06-05T23:42:10.7718631Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:42:10.7720010Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:42:10.7721417Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[zeros] 2025-06-05T23:42:10.7722339Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ones] 2025-06-05T23:42:23.2842455Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_negative_large_rand] 2025-06-05T23:42:23.2843995Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_large_randn] 2025-06-05T23:42:23.2845646Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:42:23.2847033Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:42:23.2848746Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_2] 2025-06-05T23:42:23.2850113Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:42:23.2851869Z [gw0] [ 62%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_large_randn] 2025-06-05T23:42:23.2853249Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:42:23.2855255Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:42:23.2856595Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:42:23.2858195Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:42:23.2859522Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:42:23.2860941Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ones] 2025-06-05T23:42:23.2861997Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[rand] 2025-06-05T23:42:23.2863601Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:42:23.2864984Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank1_rand] 2025-06-05T23:42:23.2866644Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:42:23.2867795Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:42:23.2869247Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:42:23.2870577Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:42:23.2871904Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[rand] 2025-06-05T23:42:23.2873149Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_pos] 2025-06-05T23:42:23.2874524Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:42:23.2875748Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:42:23.2877250Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:42:23.2878486Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:42:23.2879906Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_pos] 2025-06-05T23:42:23.2880909Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_neg] 2025-06-05T23:42:23.2882252Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank1_rand] 2025-06-05T23:42:23.2883386Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank2_rand] 2025-06-05T23:42:23.2884847Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:42:23.2886114Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:42:23.2887834Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:42:23.2889077Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:42:23.2890609Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank2_rand] 2025-06-05T23:42:23.2891787Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank3_randn] 2025-06-05T23:42:23.2893573Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:42:23.2894773Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:42:23.2896350Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:42:23.2897565Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_st] 2025-06-05T23:42:23.2899191Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_neg] 2025-06-05T23:42:23.2900290Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ramp] 2025-06-05T23:42:23.2901727Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:42:23.2902992Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:42:23.2904547Z [gw1] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_st] 2025-06-05T23:42:23.2905724Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:42:23.2907336Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:42:23.2908697Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:42:23.2910143Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ramp] 2025-06-05T23:42:23.2911325Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[zeros] 2025-06-05T23:42:23.2912838Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank3_randn] 2025-06-05T23:42:23.2914100Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn] 2025-06-05T23:42:23.2915647Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:42:23.2916885Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_st] 2025-06-05T23:42:23.2918546Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:42:23.2919754Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:42:23.2921071Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[zeros] 2025-06-05T23:42:23.2922088Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ones] 2025-06-05T23:42:23.2923397Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn] 2025-06-05T23:42:23.2924587Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:42:23.2926083Z [gw1] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_st] 2025-06-05T23:42:23.2927268Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:42:23.2928548Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ones] 2025-06-05T23:42:23.2929541Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[rand] 2025-06-05T23:42:23.2930940Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:42:23.2932331Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:42:23.2933841Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:42:23.2935025Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_st] 2025-06-05T23:42:23.2936581Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_ones_mul_negative] 2025-06-05T23:42:23.2937874Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_negative_large_rand] 2025-06-05T23:42:23.2939541Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:42:23.2940849Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:42:23.2942391Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:42:23.2943781Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:42:23.2945453Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_negative_large_rand] 2025-06-05T23:42:23.2946745Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_large_randn] 2025-06-05T23:42:23.2948032Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[rand] 2025-06-05T23:42:23.2949007Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_pos] 2025-06-05T23:42:23.2950430Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:42:23.2951736Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:42:23.2953381Z [gw1] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_st] 2025-06-05T23:42:23.2954563Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:42:23.2956221Z [gw0] [ 64%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_large_randn] 2025-06-05T23:42:32.4021543Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:42:32.4023803Z [gw2] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:42:32.4025373Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:42:32.4027322Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_pos] 2025-06-05T23:42:32.4028547Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_neg] 2025-06-05T23:42:32.4030147Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:42:32.4031583Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_st] 2025-06-05T23:42:32.4033487Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:42:32.4035035Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:42:32.4037001Z [gw0] [ 64%] XFAIL backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-05T23:42:32.4038561Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank1_ones] 2025-06-05T23:42:32.4040269Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_st] 2025-06-05T23:42:32.4041562Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_u55_BI 2025-06-05T23:42:32.4043030Z [gw1] [ 64%] SKIPPED backends/arm/test/ops/test_scalars.py::test_mul_scalar_u55_BI 2025-06-05T23:42:32.4044438Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_u85_BI 2025-06-05T23:42:32.4045914Z [gw1] [ 64%] SKIPPED backends/arm/test/ops/test_scalars.py::test_mul_scalar_u85_BI 2025-06-05T23:42:32.4047266Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:42:32.4049041Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:42:32.4050526Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:42:32.4052275Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:42:32.4053763Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:42:32.4055565Z [gw2] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:42:32.4057174Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r1] 2025-06-05T23:42:32.4058740Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_neg] 2025-06-05T23:42:32.4059907Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ramp] 2025-06-05T23:42:32.4061472Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank1_ones] 2025-06-05T23:42:32.4062906Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank2_rand] 2025-06-05T23:42:32.4064566Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r1] 2025-06-05T23:42:32.4065955Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r4] 2025-06-05T23:42:32.4067625Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank2_rand] 2025-06-05T23:42:32.4069073Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank3_randn] 2025-06-05T23:42:32.4070764Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ramp] 2025-06-05T23:42:32.4071899Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[zeros] 2025-06-05T23:42:32.4073524Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r4] 2025-06-05T23:42:32.4074893Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:42:32.4076630Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:42:32.4078226Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:42:32.4079968Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank3_randn] 2025-06-05T23:42:32.4081410Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank4_randn] 2025-06-05T23:42:32.4083146Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:42:32.4084651Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:42:32.4086238Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[zeros] 2025-06-05T23:42:32.4087383Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ones] 2025-06-05T23:42:32.4088915Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:42:32.4090295Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_st] 2025-06-05T23:42:32.4092015Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank4_randn] 2025-06-05T23:42:32.4093679Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank1_ones] 2025-06-05T23:42:32.4095603Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:42:32.4097135Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:42:32.4098940Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:42:32.4100453Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:42:32.4102163Z [gw2] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_st] 2025-06-05T23:42:32.4103546Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:42:32.4105061Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ones] 2025-06-05T23:42:32.4106172Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[rand] 2025-06-05T23:42:32.4107733Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank1_ones] 2025-06-05T23:42:32.4109275Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank2_rand] 2025-06-05T23:42:32.4111061Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:42:32.4112696Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:42:32.4114486Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:42:32.4115989Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:42:32.4117743Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank2_rand] 2025-06-05T23:42:32.4119175Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank3_randn] 2025-06-05T23:42:32.4120722Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[rand] 2025-06-05T23:42:32.4122027Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_pos] 2025-06-05T23:42:32.4123692Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:42:32.4125183Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:42:32.4126947Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank3_randn] 2025-06-05T23:42:32.4128376Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn] 2025-06-05T23:42:32.4130228Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:42:32.4131618Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_st] 2025-06-05T23:42:32.4133332Z [gw1] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:42:32.4134840Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:42:32.4136451Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_pos] 2025-06-05T23:42:32.4137675Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_neg] 2025-06-05T23:42:32.4139275Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn] 2025-06-05T23:42:32.4140749Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:42:32.4142479Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_st] 2025-06-05T23:42:32.4143856Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:42:32.4145730Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:42:32.4147241Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:42:32.4149019Z [gw1] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:42:32.4150531Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:42:32.4152390Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:42:32.4153819Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_st] 2025-06-05T23:42:45.5348137Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:42:45.5349652Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:42:45.5351351Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:42:45.5353012Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank1_ones] 2025-06-05T23:42:45.5354605Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_st] 2025-06-05T23:42:45.5355888Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:42:45.5357465Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank1_ones] 2025-06-05T23:42:45.5359141Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank2_rand] 2025-06-05T23:42:45.5360634Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_neg] 2025-06-05T23:42:45.5361717Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ramp] 2025-06-05T23:42:45.5363121Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:42:45.5364296Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_st] 2025-06-05T23:42:45.5366096Z [gw1] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:42:45.5367481Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:42:45.5369172Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank2_rand] 2025-06-05T23:42:45.5370464Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank3_randn] 2025-06-05T23:42:45.5372117Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:42:45.5373678Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:42:45.5375137Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ramp] 2025-06-05T23:42:45.5376268Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_1] 2025-06-05T23:42:45.5377739Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_st] 2025-06-05T23:42:45.5379065Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:42:45.5380671Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank3_randn] 2025-06-05T23:42:45.5382002Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank4_randn] 2025-06-05T23:42:45.5383493Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_1] 2025-06-05T23:42:45.5384646Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_2] 2025-06-05T23:42:45.5386186Z [gw1] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:42:45.5387578Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:42:45.5389100Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank4_randn] 2025-06-05T23:42:45.5390325Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank1_ones] 2025-06-05T23:42:45.5391840Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_2] 2025-06-05T23:42:45.5393341Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[4_x_4] 2025-06-05T23:42:45.5394811Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:42:45.5396103Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_st] 2025-06-05T23:42:45.5397565Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[4_x_4] 2025-06-05T23:42:45.5398703Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_2] 2025-06-05T23:42:45.5400366Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank1_ones] 2025-06-05T23:42:45.5401666Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank2_rand] 2025-06-05T23:42:45.5403212Z [gw1] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_st] 2025-06-05T23:42:45.5404484Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:42:45.5406078Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:42:45.5407437Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:42:45.5408931Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_2] 2025-06-05T23:42:45.5410071Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_3] 2025-06-05T23:42:45.5411472Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:42:45.5412780Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_st] 2025-06-05T23:42:45.5414289Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank2_rand] 2025-06-05T23:42:45.5415417Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank3_randn] 2025-06-05T23:42:45.5416786Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_3] 2025-06-05T23:42:45.5417781Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_3] 2025-06-05T23:42:45.5419464Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_st] 2025-06-05T23:42:45.5420718Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:42:45.5422182Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_3] 2025-06-05T23:42:45.5423339Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_4] 2025-06-05T23:42:45.5424858Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:42:45.5426222Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:42:45.5427854Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank3_randn] 2025-06-05T23:42:45.5429173Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn] 2025-06-05T23:42:45.5430746Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:42:45.5432156Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_st] 2025-06-05T23:42:45.5433773Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_4] 2025-06-05T23:42:45.5434921Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_1] 2025-06-05T23:42:45.5436448Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:42:45.5437800Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:42:45.5439213Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_st] 2025-06-05T23:42:45.5440352Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:42:45.5441763Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn] 2025-06-05T23:42:45.5442977Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:42:45.5444629Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:42:45.5446019Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_st] 2025-06-05T23:42:45.5447650Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:42:45.5449014Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:42:45.5450704Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:42:45.5452048Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank1_ones] 2025-06-05T23:42:45.5453512Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_1] 2025-06-05T23:42:45.5454670Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_2] 2025-06-05T23:42:45.5456125Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank1_ones] 2025-06-05T23:42:45.5457424Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank2_rand] 2025-06-05T23:42:45.5458973Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_2] 2025-06-05T23:42:45.5460102Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[4_x_4] 2025-06-05T23:42:45.5461573Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_st] 2025-06-05T23:42:45.5462881Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:42:45.5464310Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank2_rand] 2025-06-05T23:42:45.5465531Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank3_randn] 2025-06-05T23:42:45.5466942Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank3_randn] 2025-06-05T23:42:45.5468172Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank4_randn] 2025-06-05T23:43:00.6775030Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:43:00.6776442Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:43:00.6777863Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[4_x_4] 2025-06-05T23:43:00.6778949Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_2] 2025-06-05T23:43:00.6780262Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:43:00.6781033Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:43:00.6781908Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank4_randn] 2025-06-05T23:43:00.6782752Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank1_ones] 2025-06-05T23:43:00.6783627Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:43:00.6784335Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:43:00.6785138Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_2] 2025-06-05T23:43:00.6785751Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_3] 2025-06-05T23:43:00.6786542Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:43:00.6787266Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:43:00.6788090Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank1_ones] 2025-06-05T23:43:00.6789071Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank2_rand] 2025-06-05T23:43:00.6790703Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:43:00.6792132Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:43:00.6794008Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:43:00.6795104Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:43:00.6796533Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank2_rand] 2025-06-05T23:43:00.6797629Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank3_randn] 2025-06-05T23:43:00.6799052Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:43:00.6800235Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:43:00.6801707Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_3] 2025-06-05T23:43:00.6802712Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_3] 2025-06-05T23:43:00.6803968Z [gw0] [ 66%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank3_randn] 2025-06-05T23:43:00.6805169Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn] 2025-06-05T23:43:00.6806655Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:43:00.6808094Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:43:00.6809633Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:43:00.6810842Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:43:00.6812232Z [gw0] [ 67%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn] 2025-06-05T23:43:00.6813418Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:43:00.6814992Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:43:00.6816206Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:43:00.6817638Z [gw0] [ 67%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:43:00.6818734Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank1_ones] 2025-06-05T23:43:00.6819983Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_3] 2025-06-05T23:43:00.6821069Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_4] 2025-06-05T23:43:00.6822407Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:43:00.6823724Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:43:00.6825236Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:43:00.6826565Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:43:00.6828088Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank1_ones] 2025-06-05T23:43:00.6829324Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank2_rand] 2025-06-05T23:43:00.6830541Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_4] 2025-06-05T23:43:00.6831501Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_1] 2025-06-05T23:43:00.6832993Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank2_rand] 2025-06-05T23:43:00.6834064Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank3_randn] 2025-06-05T23:43:00.6835468Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:43:00.6836637Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:43:00.6838111Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_1] 2025-06-05T23:43:00.6839146Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_2] 2025-06-05T23:43:00.6840603Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:43:00.6841800Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:43:00.6843236Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:43:00.6844487Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:43:00.6845888Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:43:00.6847093Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:43:00.6848526Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank3_randn] 2025-06-05T23:43:00.6849864Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank4_randn] 2025-06-05T23:43:00.6851158Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_2] 2025-06-05T23:43:00.6852067Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[4_x_4] 2025-06-05T23:43:00.6853416Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:43:00.6854562Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:43:00.6855944Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank4_randn] 2025-06-05T23:43:00.6857047Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank1_ones] 2025-06-05T23:43:00.6858301Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[4_x_4] 2025-06-05T23:43:00.6859251Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_2] 2025-06-05T23:43:00.6860562Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:43:00.6861709Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:43:00.6863166Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:43:00.6864355Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:43:00.6865774Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank1_ones] 2025-06-05T23:43:00.6866858Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank2_rand] 2025-06-05T23:43:00.6868239Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:43:00.6869439Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:43:00.6870876Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank2_rand] 2025-06-05T23:43:00.6871913Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank3_randn] 2025-06-05T23:43:00.6873453Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_2] 2025-06-05T23:43:00.6874362Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_3] 2025-06-05T23:43:00.6875622Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank3_randn] 2025-06-05T23:43:00.6876810Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn] 2025-06-05T23:43:14.7543549Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:43:14.7544948Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:43:14.7546750Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:43:14.7548197Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:43:14.7549791Z [gw0] [ 67%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn] 2025-06-05T23:43:14.7551384Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:43:14.7553226Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:43:14.7554523Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:43:14.7556042Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_3] 2025-06-05T23:43:14.7557123Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_3] 2025-06-05T23:43:14.7558809Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:43:14.7560170Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:43:14.7561847Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:43:14.7563186Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:43:14.7564835Z [gw0] [ 68%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn_1batch] 2025-06-05T23:43:14.7566091Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_1_ramp] 2025-06-05T23:43:14.7567624Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:43:14.7568930Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:43:14.7570593Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_3] 2025-06-05T23:43:14.7571576Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_4] 2025-06-05T23:43:14.7573093Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_1_ramp] 2025-06-05T23:43:14.7574210Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_2_rand_uniform] 2025-06-05T23:43:14.7575794Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:43:14.7577129Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:43:14.7578610Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_2_rand_uniform] 2025-06-05T23:43:14.7579799Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_3_all_ones] 2025-06-05T23:43:14.7581354Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:43:14.7582627Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r1] 2025-06-05T23:43:14.7584036Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_4] 2025-06-05T23:43:14.7585332Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_1] 2025-06-05T23:43:14.7586745Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_3_all_ones] 2025-06-05T23:43:14.7587836Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_all_zeros] 2025-06-05T23:43:14.7589358Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:43:14.7590606Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_st] 2025-06-05T23:43:14.7592167Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_all_zeros] 2025-06-05T23:43:14.7593637Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_pos] 2025-06-05T23:43:14.7595143Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_st] 2025-06-05T23:43:14.7596369Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:43:14.7597926Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_pos] 2025-06-05T23:43:14.7599101Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_neg] 2025-06-05T23:43:14.7600481Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_1] 2025-06-05T23:43:14.7601552Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_2] 2025-06-05T23:43:14.7602901Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r1] 2025-06-05T23:43:14.7604303Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r4] 2025-06-05T23:43:14.7605819Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_neg] 2025-06-05T23:43:14.7606977Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_1_ramp] 2025-06-05T23:43:14.7608416Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:43:14.7609625Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_st] 2025-06-05T23:43:14.7610935Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_2] 2025-06-05T23:43:14.7611953Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[4_x_4] 2025-06-05T23:43:14.7613195Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_1_ramp] 2025-06-05T23:43:14.7614294Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_2_rand_uniform] 2025-06-05T23:43:14.7615757Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_st] 2025-06-05T23:43:14.7616950Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:43:14.7618667Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r4] 2025-06-05T23:43:14.7619865Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:43:14.7621289Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[4_x_4] 2025-06-05T23:43:14.7622383Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_2] 2025-06-05T23:43:14.7623785Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_2_rand_uniform] 2025-06-05T23:43:14.7624961Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_3_all_ones] 2025-06-05T23:43:14.7626390Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:43:14.7627663Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_st] 2025-06-05T23:43:14.7629133Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_3_all_ones] 2025-06-05T23:43:14.7630306Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_all_zeros] 2025-06-05T23:43:14.7631513Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_2] 2025-06-05T23:43:14.7632622Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_3] 2025-06-05T23:43:14.7633964Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_st] 2025-06-05T23:43:14.7635046Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:43:14.7636402Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:43:14.7637549Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_st] 2025-06-05T23:43:14.7638988Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_all_zeros] 2025-06-05T23:43:14.7640170Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_pos] 2025-06-05T23:43:14.7641768Z [gw2] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_st] 2025-06-05T23:43:14.7642988Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:43:14.7644396Z [gw0] [ 68%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_pos] 2025-06-05T23:43:14.7645337Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_neg] 2025-06-05T23:43:14.7646565Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:43:14.7647677Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_st] 2025-06-05T23:43:14.7649377Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:43:14.7650658Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_st] 2025-06-05T23:43:14.7652086Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_3] 2025-06-05T23:43:14.7653196Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_3] 2025-06-05T23:43:14.7654740Z [gw0] [ 69%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_neg] 2025-06-05T23:43:14.7655848Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_1_ramp] 2025-06-05T23:43:14.7657216Z [gw1] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_st] 2025-06-05T23:43:14.7658325Z backends/arm/test/ops/test_scalars.py::test_div_scalar_u55_BI 2025-06-05T23:43:14.7659710Z [gw1] [ 69%] SKIPPED backends/arm/test/ops/test_scalars.py::test_div_scalar_u55_BI 2025-06-05T23:43:14.7660828Z backends/arm/test/ops/test_scalars.py::test_div_scalar_u85_BI 2025-06-05T23:43:26.5984240Z [gw1] [ 69%] SKIPPED backends/arm/test/ops/test_scalars.py::test_div_scalar_u85_BI 2025-06-05T23:43:26.5985846Z backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_MI_inplace 2025-06-05T23:43:26.5987623Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_MI_inplace 2025-06-05T23:43:26.5989086Z backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_BI_inplace 2025-06-05T23:43:26.5990667Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_1_ramp] 2025-06-05T23:43:26.5991814Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_2_rand_uniform] 2025-06-05T23:43:26.5993556Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_3] 2025-06-05T23:43:26.5994692Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_4] 2025-06-05T23:43:26.5995980Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_2_rand_uniform] 2025-06-05T23:43:26.5997106Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_3_all_ones] 2025-06-05T23:43:26.5998556Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_st] 2025-06-05T23:43:26.5999612Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:43:26.6000990Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_BI_inplace 2025-06-05T23:43:26.6001971Z backends/arm/test/ops/test_sdpa.py::test_sdpa_MI 2025-06-05T23:43:26.6003011Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_4] 2025-06-05T23:43:26.6004107Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int8] 2025-06-05T23:43:26.6005446Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_3_all_ones] 2025-06-05T23:43:26.6006409Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_all_zeros] 2025-06-05T23:43:26.6007931Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int8] 2025-06-05T23:43:26.6009099Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-05T23:43:26.6010534Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:43:26.6011622Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_st] 2025-06-05T23:43:26.6013065Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-05T23:43:26.6014495Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-05T23:43:26.6015849Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_all_zeros] 2025-06-05T23:43:26.6016838Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_pos] 2025-06-05T23:43:26.6018107Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_st] 2025-06-05T23:43:26.6019181Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:43:26.6020613Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-05T23:43:26.6021983Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int8] 2025-06-05T23:43:26.6023285Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_sdpa.py::test_sdpa_MI 2025-06-05T23:43:26.6024025Z backends/arm/test/ops/test_sdpa.py::test_sdpa_BI 2025-06-05T23:43:26.6025060Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_pos] 2025-06-05T23:43:26.6026033Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_neg] 2025-06-05T23:43:26.6027683Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int8] 2025-06-05T23:43:26.6029197Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-05T23:43:26.6030945Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:43:26.6032253Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_st] 2025-06-05T23:43:26.6033699Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_neg] 2025-06-05T23:43:26.6034800Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_1_ramp] 2025-06-05T23:43:26.6036509Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-05T23:43:26.6038234Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-05T23:43:26.6040110Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_st] 2025-06-05T23:43:26.6041282Z backends/arm/test/ops/test_scalars.py::test_add_scalar_u55_BI 2025-06-05T23:43:26.6042598Z [gw2] [ 69%] SKIPPED backends/arm/test/ops/test_scalars.py::test_add_scalar_u55_BI 2025-06-05T23:43:26.6043687Z backends/arm/test/ops/test_scalars.py::test_add_scalar_u85_BI 2025-06-05T23:43:26.6045014Z [gw2] [ 69%] SKIPPED backends/arm/test/ops/test_scalars.py::test_add_scalar_u85_BI 2025-06-05T23:43:26.6046222Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:43:26.6047663Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_1_ramp] 2025-06-05T23:43:26.6048776Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_2_rand_uniform] 2025-06-05T23:43:26.6050656Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-05T23:43:26.6052173Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int8] 2025-06-05T23:43:26.6053608Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_2_rand_uniform] 2025-06-05T23:43:26.6054595Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_3_all_ones] 2025-06-05T23:43:26.6055880Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-05T23:43:26.6057210Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:43:26.6058824Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_st] 2025-06-05T23:43:26.6060096Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:43:26.6061435Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_sdpa.py::test_sdpa_BI 2025-06-05T23:43:26.6062617Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:43:26.6064194Z [gw0] [ 70%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_3_all_ones] 2025-06-05T23:43:26.6065351Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_all_zeros] 2025-06-05T23:43:26.6067089Z [gw3] [ 70%] XFAIL backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int8] 2025-06-05T23:43:26.6068551Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ramp] 2025-06-05T23:43:26.6070073Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-05T23:43:26.6071498Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:43:26.6073240Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_st] 2025-06-05T23:43:26.6074576Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:43:26.6076315Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:43:26.6077824Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:43:26.6079339Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-05T23:43:26.6080471Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:43:26.6081986Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:43:26.6083373Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_4_index] 2025-06-05T23:43:26.6085025Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_st] 2025-06-05T23:43:26.6086348Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:43:26.6087874Z [gw3] [ 70%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ramp] 2025-06-05T23:43:26.6089143Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-05T23:43:26.6090860Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_4_index] 2025-06-05T23:43:26.6092315Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_2_index] 2025-06-05T23:43:26.6094253Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-05T23:43:26.6095637Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:43:38.8061443Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_st] 2025-06-05T23:43:38.8063313Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:43:38.8064940Z [gw0] [ 70%] XFAIL backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_all_zeros] 2025-06-05T23:43:38.8066175Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_3] 2025-06-05T23:43:38.8067919Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_2_index] 2025-06-05T23:43:38.8069593Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select4d_0_dim_2_index] 2025-06-05T23:43:38.8071312Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-05T23:43:38.8072754Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:43:38.8074378Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_3] 2025-06-05T23:43:38.8075676Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_4] 2025-06-05T23:43:38.8077352Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select4d_0_dim_2_index] 2025-06-05T23:43:38.8078842Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select2d_0_dim_0_index] 2025-06-05T23:43:38.8080509Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_4] 2025-06-05T23:43:38.8081827Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_3] 2025-06-05T23:43:38.8083505Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_st] 2025-06-05T23:43:38.8084790Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:43:38.8086376Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_3] 2025-06-05T23:43:38.8087727Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_8] 2025-06-05T23:43:38.8089349Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-05T23:43:38.8090701Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:43:38.8092439Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select2d_0_dim_0_index] 2025-06-05T23:43:38.8094217Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_1_index] 2025-06-05T23:43:38.8095922Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_8] 2025-06-05T23:43:38.8097464Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_2] 2025-06-05T23:43:38.8099115Z [gw3] [ 70%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-05T23:43:38.8100498Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-05T23:43:38.8102156Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_st] 2025-06-05T23:43:38.8103523Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:43:38.8105267Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_1_index] 2025-06-05T23:43:38.8106667Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_0_index] 2025-06-05T23:43:38.8108323Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_0_index] 2025-06-05T23:43:38.8109817Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_1_index] 2025-06-05T23:43:38.8111537Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_2] 2025-06-05T23:43:38.8112990Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_3] 2025-06-05T23:43:38.8114806Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-05T23:43:38.8116397Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:43:38.8118083Z [gw3] [ 70%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-05T23:43:38.8119469Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-05T23:43:38.8121224Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_1_index] 2025-06-05T23:43:38.8122682Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_neg_1_dim_0_index] 2025-06-05T23:43:38.8124401Z [gw2] [ 70%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_st] 2025-06-05T23:43:38.8125805Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:43:38.8127476Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_3] 2025-06-05T23:43:38.8128869Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_4] 2025-06-05T23:43:38.8130561Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_neg_1_dim_0_index] 2025-06-05T23:43:38.8131968Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_neg_1_index] 2025-06-05T23:43:38.8133626Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-05T23:43:38.8135156Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:43:38.8136921Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_neg_1_index] 2025-06-05T23:43:38.8138347Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_4_index] 2025-06-05T23:43:38.8140063Z [gw3] [ 71%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-05T23:43:38.8141510Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-05T23:43:38.8143225Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_4_index] 2025-06-05T23:43:38.8144746Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_2_index] 2025-06-05T23:43:38.8146582Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_2_index] 2025-06-05T23:43:38.8147998Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select4d_0_dim_2_index] 2025-06-05T23:43:38.8149665Z [gw2] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_st] 2025-06-05T23:43:38.8150984Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:43:38.8152650Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_4] 2025-06-05T23:43:38.8153996Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_3] 2025-06-05T23:43:38.8155562Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select4d_0_dim_2_index] 2025-06-05T23:43:38.8157014Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select2d_0_dim_0_index] 2025-06-05T23:43:38.8158492Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_ts] 2025-06-05T23:43:38.8159633Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_st] 2025-06-05T23:43:38.8161094Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_3] 2025-06-05T23:43:38.8162455Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_8] 2025-06-05T23:43:38.8164137Z [gw2] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_st] 2025-06-05T23:43:38.8165395Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:43:38.8167050Z [gw3] [ 71%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-05T23:43:38.8168488Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-05T23:43:38.8170123Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_ts] 2025-06-05T23:43:38.8171407Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_st] 2025-06-05T23:43:38.8172972Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_8] 2025-06-05T23:43:38.8174325Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_2] 2025-06-05T23:43:38.8176002Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select2d_0_dim_0_index] 2025-06-05T23:43:38.8177410Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_1_index] 2025-06-05T23:43:38.8179177Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_2] 2025-06-05T23:43:38.8180556Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_3] 2025-06-05T23:43:38.8182089Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_1_index] 2025-06-05T23:43:50.9750286Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_0_index] 2025-06-05T23:43:50.9752321Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_0_index] 2025-06-05T23:43:50.9753719Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_1_index] 2025-06-05T23:43:50.9755365Z [gw2] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_st] 2025-06-05T23:43:50.9756560Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:43:50.9758118Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_3] 2025-06-05T23:43:50.9759679Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_4] 2025-06-05T23:43:50.9761386Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_1_index] 2025-06-05T23:43:50.9762748Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:43:50.9764405Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_ts] 2025-06-05T23:43:50.9765590Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_st] 2025-06-05T23:43:50.9767210Z [gw3] [ 71%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-05T23:43:50.9768579Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-05T23:43:50.9770209Z [gw2] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_st] 2025-06-05T23:43:50.9771625Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:43:50.9773361Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:43:50.9774803Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:43:50.9776495Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_4] 2025-06-05T23:43:50.9777999Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_3] 2025-06-05T23:43:50.9779456Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_ts] 2025-06-05T23:43:50.9780690Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_st] 2025-06-05T23:43:50.9782382Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:43:50.9783818Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_4_index] 2025-06-05T23:43:50.9785428Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_3] 2025-06-05T23:43:50.9786624Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_8] 2025-06-05T23:43:50.9788098Z [gw2] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_st] 2025-06-05T23:43:50.9789312Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:43:50.9790908Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_4_index] 2025-06-05T23:43:50.9792585Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_2_index] 2025-06-05T23:43:50.9794621Z [gw3] [ 71%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-05T23:43:50.9795861Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_ones] 2025-06-05T23:43:50.9797301Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_8] 2025-06-05T23:43:50.9798661Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_2] 2025-06-05T23:43:50.9800155Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_ones] 2025-06-05T23:43:50.9801401Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_negative_ones] 2025-06-05T23:43:50.9803145Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_2_index] 2025-06-05T23:43:50.9804591Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select4d_0_dim_2_index] 2025-06-05T23:43:50.9806650Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_negative_ones] 2025-06-05T23:43:50.9807940Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_rand] 2025-06-05T23:43:50.9809438Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_rand] 2025-06-05T23:43:50.9810631Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_ones] 2025-06-05T23:43:50.9812095Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_2] 2025-06-05T23:43:50.9813375Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_3] 2025-06-05T23:43:50.9814872Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_ones] 2025-06-05T23:43:50.9816065Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_ones] 2025-06-05T23:43:50.9817907Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-05T23:43:50.9819194Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:43:50.9821081Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select4d_0_dim_2_index] 2025-06-05T23:43:50.9822545Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select2d_0_dim_0_index] 2025-06-05T23:43:50.9824275Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_ones] 2025-06-05T23:43:50.9825780Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_rand] 2025-06-05T23:43:50.9827251Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_3] 2025-06-05T23:43:50.9828559Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_4] 2025-06-05T23:43:50.9830184Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select2d_0_dim_0_index] 2025-06-05T23:43:50.9831662Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_1_index] 2025-06-05T23:43:50.9833471Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_1_index] 2025-06-05T23:43:50.9834924Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_0_index] 2025-06-05T23:43:50.9836605Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_4] 2025-06-05T23:43:50.9837704Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_3] 2025-06-05T23:43:50.9839157Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_rand] 2025-06-05T23:43:50.9840565Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_large_rand] 2025-06-05T23:43:50.9842184Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_st] 2025-06-05T23:43:50.9843398Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:43:50.9844987Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_large_rand] 2025-06-05T23:43:50.9846299Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_randn] 2025-06-05T23:43:50.9847876Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_3] 2025-06-05T23:43:50.9849020Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_8] 2025-06-05T23:43:50.9850663Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_0_index] 2025-06-05T23:43:50.9852198Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_1_index] 2025-06-05T23:43:50.9853828Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-05T23:43:50.9855140Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:43:50.9856751Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_randn] 2025-06-05T23:43:50.9858036Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_ones] 2025-06-05T23:43:50.9859548Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_8] 2025-06-05T23:43:50.9860801Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_2] 2025-06-05T23:43:50.9862366Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_1_index] 2025-06-05T23:43:50.9863785Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_neg_1_dim_0_index] 2025-06-05T23:43:50.9865439Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_st] 2025-06-05T23:43:50.9866708Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:43:50.9868162Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_ones] 2025-06-05T23:44:04.5732395Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:44:04.5734673Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_neg_1_dim_0_index] 2025-06-05T23:44:04.5736051Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_neg_1_index] 2025-06-05T23:44:04.5737615Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_2] 2025-06-05T23:44:04.5739006Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_3] 2025-06-05T23:44:04.5740601Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:44:04.5741932Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_rand] 2025-06-05T23:44:04.5743460Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_rand] 2025-06-05T23:44:04.5744735Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_ones] 2025-06-05T23:44:04.5746435Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_neg_1_index] 2025-06-05T23:44:04.5747786Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_4_index] 2025-06-05T23:44:04.5749475Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_3] 2025-06-05T23:44:04.5750688Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_4] 2025-06-05T23:44:04.5752275Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_ones] 2025-06-05T23:44:04.5753594Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:44:04.5755223Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-05T23:44:04.5756522Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:44:04.5758102Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_4_index] 2025-06-05T23:44:04.5759429Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_2_index] 2025-06-05T23:44:04.5761194Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:44:04.5762571Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:44:04.5764146Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_2_index] 2025-06-05T23:44:04.5765465Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select4d_0_dim_2_index] 2025-06-05T23:44:04.5766973Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_4] 2025-06-05T23:44:04.5768102Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-06-05T23:44:04.5769577Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:44:04.5770971Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:04.5772739Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_st] 2025-06-05T23:44:04.5774038Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:44:04.5775466Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-06-05T23:44:04.5776600Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-06-05T23:44:04.5778211Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:04.5779686Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:44:04.5781286Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select4d_0_dim_2_index] 2025-06-05T23:44:04.5782596Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select2d_0_dim_0_index] 2025-06-05T23:44:04.5784163Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-05T23:44:04.5785440Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:44:04.5786943Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-06-05T23:44:04.5788153Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-06-05T23:44:04.5789695Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:44:04.5790965Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_ones] 2025-06-05T23:44:04.5792548Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select2d_0_dim_0_index] 2025-06-05T23:44:04.5794230Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_1_index] 2025-06-05T23:44:04.5795779Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-06-05T23:44:04.5796920Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-06-05T23:44:04.5798300Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_ones] 2025-06-05T23:44:04.5799506Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_negative_ones] 2025-06-05T23:44:04.5800931Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-06-05T23:44:04.5802100Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-06-05T23:44:04.5803606Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_st] 2025-06-05T23:44:04.5805008Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:44:04.5806577Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_1_index] 2025-06-05T23:44:04.5807897Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_0_index] 2025-06-05T23:44:04.5809400Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-06-05T23:44:04.5810542Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-06-05T23:44:04.5811991Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_negative_ones] 2025-06-05T23:44:04.5813216Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_rand] 2025-06-05T23:44:04.5814575Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-06-05T23:44:04.5815722Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-06-05T23:44:04.5817352Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_0_index] 2025-06-05T23:44:04.5818677Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_1_index] 2025-06-05T23:44:04.5820177Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-06-05T23:44:04.5821410Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-06-05T23:44:04.5822929Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-05T23:44:04.5824290Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:44:04.5825867Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_1_index] 2025-06-05T23:44:04.5827236Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:44:04.5828787Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_rand] 2025-06-05T23:44:04.5829957Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_ones] 2025-06-05T23:44:04.5831527Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:44:04.5833005Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:44:04.5834541Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_ones] 2025-06-05T23:44:04.5835776Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_ones] 2025-06-05T23:44:04.5837364Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-06-05T23:44:04.5838545Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-06-05T23:44:04.5840060Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:44:04.5841433Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_4_index] 2025-06-05T23:44:04.5843015Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_ones] 2025-06-05T23:44:04.5844262Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_rand] 2025-06-05T23:44:04.5845795Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_st] 2025-06-05T23:44:23.4102893Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:44:23.4104942Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_4_index] 2025-06-05T23:44:23.4106629Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_2_index] 2025-06-05T23:44:23.4108357Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-05T23:44:23.4109723Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:44:23.4111396Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_st] 2025-06-05T23:44:23.4112883Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:44:23.4114603Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_2_index] 2025-06-05T23:44:23.4116058Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select4d_0_dim_2_index] 2025-06-05T23:44:23.4117634Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-06-05T23:44:23.4119025Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-06-05T23:44:23.4120526Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_rand] 2025-06-05T23:44:23.4121834Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:23.4123549Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select4d_0_dim_2_index] 2025-06-05T23:44:23.4124952Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select2d_0_dim_0_index] 2025-06-05T23:44:23.4127016Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-05T23:44:23.4128325Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:44:23.4130078Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select2d_0_dim_0_index] 2025-06-05T23:44:23.4131535Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_1_index] 2025-06-05T23:44:23.4133280Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_1_index] 2025-06-05T23:44:23.4134737Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_0_index] 2025-06-05T23:44:23.4136499Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:23.4139271Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_randn] 2025-06-05T23:44:23.4141003Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_0_index] 2025-06-05T23:44:23.4142664Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_1_index] 2025-06-05T23:44:23.4144325Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-06-05T23:44:23.4145616Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-06-05T23:44:23.4147195Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_st] 2025-06-05T23:44:23.4150891Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:44:23.4152768Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_1_index] 2025-06-05T23:44:23.4154209Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_neg_1_dim_0_index] 2025-06-05T23:44:23.4155888Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_randn] 2025-06-05T23:44:23.4157371Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_ones] 2025-06-05T23:44:23.4159540Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-06-05T23:44:23.4160804Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-06-05T23:44:23.4162396Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_neg_1_dim_0_index] 2025-06-05T23:44:23.4163829Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_neg_1_index] 2025-06-05T23:44:23.4165508Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_ones] 2025-06-05T23:44:23.4166940Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:44:23.4168659Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-05T23:44:23.4169989Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:44:23.4171758Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:44:23.4173091Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_rand] 2025-06-05T23:44:23.4174807Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_st] 2025-06-05T23:44:23.4176123Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:44:23.4177611Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-06-05T23:44:23.4178936Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-06-05T23:44:23.4180571Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_neg_1_index] 2025-06-05T23:44:23.4181988Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_4_index] 2025-06-05T23:44:23.4183596Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-06-05T23:44:23.4184829Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-06-05T23:44:23.4186374Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_4_index] 2025-06-05T23:44:23.4187747Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_2_index] 2025-06-05T23:44:23.4189405Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_rand] 2025-06-05T23:44:23.4190764Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_ones] 2025-06-05T23:44:23.4192449Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_ts] 2025-06-05T23:44:23.4194034Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_st] 2025-06-05T23:44:23.4195518Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_2_index] 2025-06-05T23:44:23.4196796Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select4d_0_dim_2_index] 2025-06-05T23:44:23.4198370Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_ones] 2025-06-05T23:44:23.4199828Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:44:23.4201459Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_st] 2025-06-05T23:44:23.4202707Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:44:23.4204179Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-06-05T23:44:23.4205539Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-06-05T23:44:23.4207164Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select4d_0_dim_2_index] 2025-06-05T23:44:23.4208540Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select2d_0_dim_0_index] 2025-06-05T23:44:23.4210125Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_ts] 2025-06-05T23:44:23.4211403Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_st] 2025-06-05T23:44:23.4212992Z [gw1] [ 74%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select2d_0_dim_0_index] 2025-06-05T23:44:23.4214386Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_1_index] 2025-06-05T23:44:23.4215993Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-06-05T23:44:23.4217304Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-06-05T23:44:23.4219041Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:44:23.4220426Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:44:23.4222024Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_1_index] 2025-06-05T23:44:23.4223341Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_0_index] 2025-06-05T23:44:23.4224936Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_st] 2025-06-05T23:44:23.4226103Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:44:23.4227628Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_0_index] 2025-06-05T23:44:38.9776575Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_1_index] 2025-06-05T23:44:38.9778591Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:44:38.9780064Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:38.9781774Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-06-05T23:44:38.9783018Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-06-05T23:44:38.9784483Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_ts] 2025-06-05T23:44:38.9785771Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_st] 2025-06-05T23:44:38.9787394Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-06-05T23:44:38.9788589Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-06-05T23:44:38.9790095Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_st] 2025-06-05T23:44:38.9791342Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:44:38.9793234Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_1_index] 2025-06-05T23:44:38.9794648Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:44:38.9796648Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:38.9798147Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:44:38.9799792Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_ts] 2025-06-05T23:44:38.9801216Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_st] 2025-06-05T23:44:38.9802895Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_neg_1_dim_0_index] 2025-06-05T23:44:38.9804367Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:44:38.9805992Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-06-05T23:44:38.9807231Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-06-05T23:44:38.9808887Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_neg_1_index] 2025-06-05T23:44:38.9810355Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_4_index] 2025-06-05T23:44:38.9812067Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:44:38.9813505Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_ones] 2025-06-05T23:44:38.9814996Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-06-05T23:44:38.9816195Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-06-05T23:44:38.9817640Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_st] 2025-06-05T23:44:38.9818798Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_u55_BI 2025-06-05T23:44:38.9820221Z [gw2] [ 75%] SKIPPED backends/arm/test/ops/test_scalars.py::test_sub_scalar_u55_BI 2025-06-05T23:44:38.9821484Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-05T23:44:38.9823227Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_4_index] 2025-06-05T23:44:38.9824671Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_2_index] 2025-06-05T23:44:38.9826248Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_ones] 2025-06-05T23:44:38.9827522Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_negative_ones] 2025-06-05T23:44:38.9829185Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_2_index] 2025-06-05T23:44:38.9830625Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select4d_0_dim_2_index] 2025-06-05T23:44:38.9832261Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-06-05T23:44:38.9833442Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-06-05T23:44:38.9835155Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_negative_ones] 2025-06-05T23:44:38.9836431Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_rand] 2025-06-05T23:44:38.9838039Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select4d_0_dim_2_index] 2025-06-05T23:44:38.9839474Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select2d_0_dim_0_index] 2025-06-05T23:44:38.9841057Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-06-05T23:44:38.9842247Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-06-05T23:44:38.9843816Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-05T23:44:38.9845277Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-05T23:44:38.9847005Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select2d_0_dim_0_index] 2025-06-05T23:44:38.9848516Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_1_index] 2025-06-05T23:44:38.9850110Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_rand] 2025-06-05T23:44:38.9851309Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_ones] 2025-06-05T23:44:38.9852918Z [gw1] [ 75%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_1_index] 2025-06-05T23:44:38.9854342Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_0_index] 2025-06-05T23:44:38.9856070Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-05T23:44:38.9857500Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-05T23:44:38.9859047Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_ones] 2025-06-05T23:44:38.9860385Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_ones] 2025-06-05T23:44:38.9861851Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-06-05T23:44:38.9863013Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-06-05T23:44:38.9864483Z [gw0] [ 75%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-06-05T23:44:38.9865737Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-06-05T23:44:38.9867418Z [gw2] [ 75%] XPASS backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-05T23:44:38.9868710Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ones] 2025-06-05T23:44:38.9870291Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_0_index] 2025-06-05T23:44:38.9871714Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_1_index] 2025-06-05T23:44:38.9873367Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ones] 2025-06-05T23:44:38.9874568Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand] 2025-06-05T23:44:38.9876069Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_ones] 2025-06-05T23:44:38.9877388Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_rand] 2025-06-05T23:44:38.9879027Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_1_index] 2025-06-05T23:44:38.9880441Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_neg_1_dim_0_index] 2025-06-05T23:44:38.9882150Z [gw0] [ 76%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-06-05T23:44:38.9883363Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-06-05T23:44:38.9884793Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand] 2025-06-05T23:44:38.9886023Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-05T23:44:38.9887605Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_neg_1_dim_0_index] 2025-06-05T23:44:38.9889016Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_neg_1_index] 2025-06-05T23:44:38.9890612Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-05T23:44:38.9891874Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-05T23:44:38.9893764Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_neg_1_index] 2025-06-05T23:44:38.9895129Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_4_index] 2025-06-05T23:44:57.8199138Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-05T23:44:57.8200430Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-05T23:44:57.8201913Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_rand] 2025-06-05T23:44:57.8203193Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:57.8204815Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_4_index] 2025-06-05T23:44:57.8206104Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_2_index] 2025-06-05T23:44:57.8207696Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_2_index] 2025-06-05T23:44:57.8209207Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select4d_0_dim_2_index] 2025-06-05T23:44:57.8210661Z [gw0] [ 76%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-06-05T23:44:57.8211778Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-06-05T23:44:57.8213225Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-05T23:44:57.8214408Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ramp] 2025-06-05T23:44:57.8216005Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select4d_0_dim_2_index] 2025-06-05T23:44:57.8217299Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select2d_0_dim_0_index] 2025-06-05T23:44:57.8218882Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:57.8220170Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_randn] 2025-06-05T23:44:57.8221620Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ramp] 2025-06-05T23:44:57.8222830Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-05T23:44:57.8224402Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select2d_0_dim_0_index] 2025-06-05T23:44:57.8225681Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_1_index] 2025-06-05T23:44:57.8227208Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_randn] 2025-06-05T23:44:57.8228465Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_ones] 2025-06-05T23:44:57.8230076Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_ones] 2025-06-05T23:44:57.8231404Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:44:57.8233007Z [gw0] [ 76%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-06-05T23:44:57.8234313Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-06-05T23:44:57.8235834Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_1_index] 2025-06-05T23:44:57.8237123Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_0_index] 2025-06-05T23:44:57.8238727Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:44:57.8240024Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_rand] 2025-06-05T23:44:57.8241721Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-05T23:44:57.8243028Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-05T23:44:57.8244574Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_0_index] 2025-06-05T23:44:57.8245862Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_1_index] 2025-06-05T23:44:57.8247337Z [gw0] [ 76%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-06-05T23:44:57.8248483Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-06-05T23:44:57.8249949Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_1_index] 2025-06-05T23:44:57.8251140Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[zeros] 2025-06-05T23:44:57.8252683Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-05T23:44:57.8253993Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-05T23:44:57.8255463Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[zeros] 2025-06-05T23:44:57.8256566Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ones] 2025-06-05T23:44:57.8257860Z [gw0] [ 76%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-06-05T23:44:57.8259002Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-06-05T23:44:57.8260435Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ones] 2025-06-05T23:44:57.8261536Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[rand] 2025-06-05T23:44:57.8262971Z [gw3] [ 76%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_rand] 2025-06-05T23:44:57.8264221Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_ones] 2025-06-05T23:44:57.8265801Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-05T23:44:57.8267135Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-05T23:44:57.8268600Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[rand] 2025-06-05T23:44:57.8269726Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_pos] 2025-06-05T23:44:57.8271120Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_pos] 2025-06-05T23:44:57.8272355Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_neg] 2025-06-05T23:44:57.8273889Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_ones] 2025-06-05T23:44:57.8275215Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:44:57.8276777Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_neg] 2025-06-05T23:44:57.8277887Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ramp] 2025-06-05T23:44:57.8279380Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:44:57.8280702Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:44:57.8282150Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ramp] 2025-06-05T23:44:57.8283245Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[zeros] 2025-06-05T23:44:57.8284615Z [gw0] [ 77%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-06-05T23:44:57.8285814Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-06-05T23:44:57.8287294Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-05T23:44:57.8288648Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-05T23:44:57.8290078Z [gw0] [ 77%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-06-05T23:44:57.8291173Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-06-05T23:44:57.8292684Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:44:57.8294262Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:57.8295817Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[zeros] 2025-06-05T23:44:57.8297060Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ones] 2025-06-05T23:44:57.8298378Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ones] 2025-06-05T23:44:57.8299470Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[rand] 2025-06-05T23:44:57.8300956Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-05T23:44:57.8302295Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-05T23:44:57.8304000Z [gw0] [ 77%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-06-05T23:44:57.8305212Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-06-05T23:44:57.8306634Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[rand] 2025-06-05T23:44:57.8307750Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-05T23:44:57.8309327Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:44:57.8310694Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:44:57.8312312Z [gw0] [ 77%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-06-05T23:45:14.5483059Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_1d_2_size_0_dim] 2025-06-05T23:45:14.5484847Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-05T23:45:14.5485745Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-05T23:45:14.5487432Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_1d_2_size_0_dim] 2025-06-05T23:45:14.5488737Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_3_size_1_dim] 2025-06-05T23:45:14.5489975Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-05T23:45:14.5490783Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ramp] 2025-06-05T23:45:14.5491622Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:45:14.5492334Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_ones] 2025-06-05T23:45:14.5493406Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_3_size_1_dim] 2025-06-05T23:45:14.5494199Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_2_size_4_dim] 2025-06-05T23:45:14.5495132Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_2_size_4_dim] 2025-06-05T23:45:14.5496025Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_size_2_dim] 2025-06-05T23:45:14.5496854Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ramp] 2025-06-05T23:45:14.5497451Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add 2025-06-05T23:45:14.5498210Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_ones] 2025-06-05T23:45:14.5498882Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_negative_ones] 2025-06-05T23:45:14.5499761Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-05T23:45:14.5500455Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ones] 2025-06-05T23:45:14.5501193Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add 2025-06-05T23:45:14.5501791Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add 2025-06-05T23:45:14.5502625Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ones] 2025-06-05T23:45:14.5503273Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand] 2025-06-05T23:45:14.5504137Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_size_2_dim] 2025-06-05T23:45:14.5504894Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_3d_2_sizes_dim] 2025-06-05T23:45:14.5505710Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add 2025-06-05T23:45:14.5506390Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_2 2025-06-05T23:45:14.5507147Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand] 2025-06-05T23:45:14.5507801Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-05T23:45:14.5508612Z [gw3] [ 77%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_negative_ones] 2025-06-05T23:45:14.5509300Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_rand] 2025-06-05T23:45:14.5510147Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_3d_2_sizes_dim] 2025-06-05T23:45:14.5510925Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:14.5511758Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_2 2025-06-05T23:45:14.5512452Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add_2 2025-06-05T23:45:14.5513313Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:14.5514159Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_3d_2_sizes_dim] 2025-06-05T23:45:14.5515075Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-05T23:45:14.5516197Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-05T23:45:14.5517533Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_3d_2_sizes_dim] 2025-06-05T23:45:14.5518336Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:14.5519205Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_rand] 2025-06-05T23:45:14.5519871Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_ones] 2025-06-05T23:45:14.5520665Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-05T23:45:14.5521422Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-05T23:45:14.5522328Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:14.5523142Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_1d_2_size_0_dim] 2025-06-05T23:45:14.5524140Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_1d_2_size_0_dim] 2025-06-05T23:45:14.5524976Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_3_size_1_dim] 2025-06-05T23:45:14.5525844Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_ones] 2025-06-05T23:45:14.5526528Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_ones] 2025-06-05T23:45:14.5527354Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-05T23:45:14.5528058Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ramp] 2025-06-05T23:45:14.5528941Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_3_size_1_dim] 2025-06-05T23:45:14.5529770Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_2_size_4_dim] 2025-06-05T23:45:14.5530758Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_2_size_4_dim] 2025-06-05T23:45:14.5531575Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_size_2_dim] 2025-06-05T23:45:14.5532558Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_ones] 2025-06-05T23:45:14.5533263Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_rand] 2025-06-05T23:45:14.5534058Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ramp] 2025-06-05T23:45:14.5534748Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-05T23:45:14.5535680Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_size_2_dim] 2025-06-05T23:45:14.5536505Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_3d_2_sizes_dim] 2025-06-05T23:45:14.5537357Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add_2 2025-06-05T23:45:14.5537964Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_3 2025-06-05T23:45:14.5538707Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_3 2025-06-05T23:45:14.5539295Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_3 2025-06-05T23:45:14.5540181Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_3d_2_sizes_dim] 2025-06-05T23:45:14.5541018Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:14.5541927Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_rand] 2025-06-05T23:45:14.5542644Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_large_rand] 2025-06-05T23:45:14.5543595Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:14.5544409Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_1d_2_size_0_dim] 2025-06-05T23:45:14.5545301Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_large_rand] 2025-06-05T23:45:14.5546029Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_randn] 2025-06-05T23:45:14.5546948Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_1d_2_size_0_dim] 2025-06-05T23:45:14.5547701Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_3_size_1_dim] 2025-06-05T23:45:14.5548587Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-05T23:45:14.5549300Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-05T23:45:14.5550195Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_3_size_1_dim] 2025-06-05T23:45:31.6372781Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_2_size_4_dim] 2025-06-05T23:45:31.6375169Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_3 2025-06-05T23:45:31.6376393Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[zeros] 2025-06-05T23:45:31.6378203Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-05T23:45:31.6379622Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-05T23:45:31.6381308Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_randn] 2025-06-05T23:45:31.6382615Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_ones] 2025-06-05T23:45:31.6384116Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[zeros] 2025-06-05T23:45:31.6385448Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ones] 2025-06-05T23:45:31.6387016Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_2_size_4_dim] 2025-06-05T23:45:31.6388442Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_size_2_dim] 2025-06-05T23:45:31.6389998Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ones] 2025-06-05T23:45:31.6391133Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[rand] 2025-06-05T23:45:31.6392933Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_size_2_dim] 2025-06-05T23:45:31.6394323Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_3d_2_sizes_dim] 2025-06-05T23:45:31.6396062Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-05T23:45:31.6397385Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-05T23:45:31.6398904Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[rand] 2025-06-05T23:45:31.6400248Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_pos] 2025-06-05T23:45:31.6401858Z [gw3] [ 78%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_ones] 2025-06-05T23:45:31.6403164Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:45:31.6404898Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_3d_2_sizes_dim] 2025-06-05T23:45:31.6406362Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:31.6407996Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_pos] 2025-06-05T23:45:31.6409189Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_neg] 2025-06-05T23:45:31.6410759Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_negative_ones] 2025-06-05T23:45:31.6412274Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_rand] 2025-06-05T23:45:31.6413985Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:31.6415440Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_1d_2_size_0_dim] 2025-06-05T23:45:31.6417018Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_neg] 2025-06-05T23:45:31.6418156Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ramp] 2025-06-05T23:45:31.6419710Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-05T23:45:31.6421166Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-05T23:45:31.6422835Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_rand] 2025-06-05T23:45:31.6424152Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_ones] 2025-06-05T23:45:31.6425717Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ramp] 2025-06-05T23:45:31.6426860Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[zeros] 2025-06-05T23:45:31.6428375Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_ones] 2025-06-05T23:45:31.6429700Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:45:31.6431455Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_1d_2_size_0_dim] 2025-06-05T23:45:31.6433103Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_3_size_1_dim] 2025-06-05T23:45:31.6434856Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_ones] 2025-06-05T23:45:31.6436257Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:45:31.6437938Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-05T23:45:31.6439336Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-05T23:45:31.6440890Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[zeros] 2025-06-05T23:45:31.6442063Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ones] 2025-06-05T23:45:31.6443619Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_3_size_1_dim] 2025-06-05T23:45:31.6444999Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_2_size_4_dim] 2025-06-05T23:45:31.6446638Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ones] 2025-06-05T23:45:31.6447764Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[rand] 2025-06-05T23:45:31.6449367Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_2_size_4_dim] 2025-06-05T23:45:31.6450769Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_size_2_dim] 2025-06-05T23:45:31.6452304Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[rand] 2025-06-05T23:45:31.6453485Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_pos] 2025-06-05T23:45:31.6455062Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_rand] 2025-06-05T23:45:31.6456471Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:45:31.6458318Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_size_2_dim] 2025-06-05T23:45:31.6459882Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_3d_2_sizes_dim] 2025-06-05T23:45:31.6461426Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_pos] 2025-06-05T23:45:31.6462555Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_neg] 2025-06-05T23:45:31.6464110Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-05T23:45:31.6465352Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-06-05T23:45:31.6466936Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_3d_2_sizes_dim] 2025-06-05T23:45:31.6468462Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:31.6470131Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_neg] 2025-06-05T23:45:31.6471283Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ramp] 2025-06-05T23:45:31.6473050Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-05T23:45:31.6474478Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:45:31.6476196Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:31.6477584Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_1d_2_size_0_dim] 2025-06-05T23:45:31.6479244Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-06-05T23:45:31.6480361Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-06-05T23:45:31.6481797Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ramp] 2025-06-05T23:45:31.6482974Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-06-05T23:45:31.6484449Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-06-05T23:45:31.6485707Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-05T23:45:31.6487201Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-06-05T23:45:31.6488465Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-06-05T23:45:31.6490109Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_1d_2_size_0_dim] 2025-06-05T23:45:31.6491558Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_3_size_1_dim] 2025-06-05T23:45:31.6493615Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-05T23:45:46.2921065Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-05T23:45:46.2922940Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-06-05T23:45:46.2924166Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-05T23:45:46.2925812Z [gw3] [ 79%] XFAIL backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_randn] 2025-06-05T23:45:46.2927019Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[zeros] 2025-06-05T23:45:46.2928248Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[zeros] 2025-06-05T23:45:46.2929136Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ones] 2025-06-05T23:45:46.2930307Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-05T23:45:46.2931412Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-05T23:45:46.2933118Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_3_size_1_dim] 2025-06-05T23:45:46.2934338Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_2_size_4_dim] 2025-06-05T23:45:46.2935629Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-05T23:45:46.2936630Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-05T23:45:46.2937824Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ones] 2025-06-05T23:45:46.2938656Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[rand] 2025-06-05T23:45:46.2940229Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-05T23:45:46.2941273Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-05T23:45:46.2942412Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[rand] 2025-06-05T23:45:46.2943502Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_pos] 2025-06-05T23:45:46.2944925Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-05T23:45:46.2945986Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-05T23:45:46.2947193Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_pos] 2025-06-05T23:45:46.2948082Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_neg] 2025-06-05T23:45:46.2949461Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-05T23:45:46.2950529Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-05T23:45:46.2952131Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_2_size_4_dim] 2025-06-05T23:45:46.2953462Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_size_2_dim] 2025-06-05T23:45:46.2954834Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_neg] 2025-06-05T23:45:46.2955800Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ramp] 2025-06-05T23:45:46.2956919Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ramp] 2025-06-05T23:45:46.2957843Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[zeros] 2025-06-05T23:45:46.2959240Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_size_2_dim] 2025-06-05T23:45:46.2960524Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_3d_2_sizes_dim] 2025-06-05T23:45:46.2962264Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-05T23:45:46.2963449Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-05T23:45:46.2964768Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[zeros] 2025-06-05T23:45:46.2965693Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ones] 2025-06-05T23:45:46.2967095Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_3d_2_sizes_dim] 2025-06-05T23:45:46.2968434Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:46.2969966Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-05T23:45:46.2971179Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-05T23:45:46.2972836Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_sizes_dim_neg] 2025-06-05T23:45:46.2974249Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank1_ones] 2025-06-05T23:45:46.2975758Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank1_ones] 2025-06-05T23:45:46.2977002Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank2_random] 2025-06-05T23:45:46.2978342Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ones] 2025-06-05T23:45:46.2979271Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[rand] 2025-06-05T23:45:46.2980493Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-05T23:45:46.2981675Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-05T23:45:46.2983169Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank2_random] 2025-06-05T23:45:46.2984296Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank3_ones] 2025-06-05T23:45:46.2985616Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[rand] 2025-06-05T23:45:46.2986518Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_pos] 2025-06-05T23:45:46.2987813Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank3_ones] 2025-06-05T23:45:46.3001232Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_random] 2025-06-05T23:45:46.3003050Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-05T23:45:46.3004483Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-05T23:45:46.3006051Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_random] 2025-06-05T23:45:46.3007212Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:45:46.3008475Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_pos] 2025-06-05T23:45:46.3009448Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_neg] 2025-06-05T23:45:46.3010849Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-05T23:45:46.3012077Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-05T23:45:46.3013480Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_neg] 2025-06-05T23:45:46.3014430Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ramp] 2025-06-05T23:45:46.3015872Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-05T23:45:46.3017309Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-05T23:45:46.3018987Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-05T23:45:46.3020231Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-05T23:45:46.3021752Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:45:46.3023036Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank1_ones] 2025-06-05T23:45:46.3024432Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ramp] 2025-06-05T23:45:46.3025460Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[zeros] 2025-06-05T23:45:46.3026721Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[zeros] 2025-06-05T23:45:46.3027752Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ones] 2025-06-05T23:45:46.3029320Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank1_ones] 2025-06-05T23:45:46.3030593Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank2_random] 2025-06-05T23:45:46.3032232Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-05T23:45:46.3033383Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[zeros] 2025-06-05T23:45:46.3034693Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ones] 2025-06-05T23:45:46.3035693Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[rand] 2025-06-05T23:45:46.3037108Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank2_random] 2025-06-05T23:45:46.3038367Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank3_ones] 2025-06-05T23:45:46.3039701Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[zeros] 2025-06-05T23:45:46.3040986Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_2D_4x4] 2025-06-05T23:45:46.3042340Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[rand] 2025-06-05T23:45:46.3043330Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_pos] 2025-06-05T23:46:01.0526866Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank3_ones] 2025-06-05T23:46:01.0528224Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_random] 2025-06-05T23:46:01.0530076Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_2D_4x4] 2025-06-05T23:46:01.0531291Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_3D_4x4x4] 2025-06-05T23:46:01.0532906Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-05T23:46:01.0534243Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-05T23:46:01.0535999Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_random] 2025-06-05T23:46:01.0537285Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:46:01.0538885Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_3D_4x4x4] 2025-06-05T23:46:01.0540080Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_4D_2x2x4x4] 2025-06-05T23:46:01.0541639Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:46:01.0542900Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank1_ones] 2025-06-05T23:46:01.0544576Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_4D_2x2x4x4] 2025-06-05T23:46:01.0545725Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[zeros] 2025-06-05T23:46:01.0547172Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_pos] 2025-06-05T23:46:01.0548253Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_neg] 2025-06-05T23:46:01.0549850Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-05T23:46:01.0551270Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-05T23:46:01.0552851Z [gw0] [ 81%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank1_ones] 2025-06-05T23:46:01.0554057Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank2_random] 2025-06-05T23:46:01.0555470Z [gw0] [ 81%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank2_random] 2025-06-05T23:46:01.0556906Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank3_ones] 2025-06-05T23:46:01.0558350Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_neg] 2025-06-05T23:46:01.0559465Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ramp] 2025-06-05T23:46:01.0560707Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ramp] 2025-06-05T23:46:01.0561714Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[zeros] 2025-06-05T23:46:01.0563048Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[zeros] 2025-06-05T23:46:01.0564216Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:01.0565831Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-05T23:46:01.0567096Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ones] 2025-06-05T23:46:01.0568658Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[zeros] 2025-06-05T23:46:01.0569710Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ones] 2025-06-05T23:46:01.0571150Z [gw0] [ 81%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank3_ones] 2025-06-05T23:46:01.0572345Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_random] 2025-06-05T23:46:01.0573809Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ones] 2025-06-05T23:46:01.0575064Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand] 2025-06-05T23:46:01.0576611Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:01.0577825Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_5] 2025-06-05T23:46:01.0579234Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ones] 2025-06-05T23:46:01.0580242Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[rand] 2025-06-05T23:46:01.0581672Z [gw0] [ 81%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_random] 2025-06-05T23:46:01.0583010Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:46:01.0584481Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand] 2025-06-05T23:46:01.0585589Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-05T23:46:01.0586897Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[rand] 2025-06-05T23:46:01.0587991Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_pos] 2025-06-05T23:46:01.0589536Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-05T23:46:01.0590935Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-05T23:46:01.0592541Z [gw0] [ 81%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:46:01.0593858Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank1_ones] 2025-06-05T23:46:01.0595205Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_pos] 2025-06-05T23:46:01.0596249Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_neg] 2025-06-05T23:46:01.0597641Z [gw0] [ 81%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank1_ones] 2025-06-05T23:46:01.0598850Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank2_random] 2025-06-05T23:46:01.0600164Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_5] 2025-06-05T23:46:01.0601440Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_50] 2025-06-05T23:46:01.0602933Z [gw0] [ 82%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank2_random] 2025-06-05T23:46:01.0604123Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank3_ones] 2025-06-05T23:46:01.0605533Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_neg] 2025-06-05T23:46:01.0606579Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ramp] 2025-06-05T23:46:01.0607893Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-05T23:46:01.0609038Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-05T23:46:01.0610382Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ramp] 2025-06-05T23:46:01.0611553Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_3] 2025-06-05T23:46:01.0613180Z [gw0] [ 82%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank3_ones] 2025-06-05T23:46:01.0614394Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_random] 2025-06-05T23:46:01.0615916Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-05T23:46:01.0617056Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ramp] 2025-06-05T23:46:01.0618456Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_50] 2025-06-05T23:46:01.0619677Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_1D_10] 2025-06-05T23:46:01.0621079Z [gw0] [ 82%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_random] 2025-06-05T23:46:01.0622309Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:46:01.0623880Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ramp] 2025-06-05T23:46:01.0625077Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-05T23:46:01.0626659Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_3] 2025-06-05T23:46:01.0627871Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_8] 2025-06-05T23:46:01.0629238Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_1D_10] 2025-06-05T23:46:01.0630245Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_2D_5x5] 2025-06-05T23:46:01.0631715Z [gw0] [ 82%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_multibatch] 2025-06-05T23:46:01.0633264Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d] 2025-06-05T23:46:01.0634820Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_8] 2025-06-05T23:46:01.0636057Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_2] 2025-06-05T23:46:01.0637465Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_2D_5x5] 2025-06-05T23:46:01.0638615Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_3D_5x5x5] 2025-06-05T23:46:01.0639995Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_2] 2025-06-05T23:46:01.0641081Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[rand] 2025-06-05T23:46:16.9631525Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_3D_5x5x5] 2025-06-05T23:46:16.9632916Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_4D_2x3x4x5] 2025-06-05T23:46:16.9634740Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d] 2025-06-05T23:46:16.9636053Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze4d_dims] 2025-06-05T23:46:16.9637482Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[rand] 2025-06-05T23:46:16.9638573Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_pos] 2025-06-05T23:46:16.9640224Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze4d_dims] 2025-06-05T23:46:16.9641568Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9643147Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_4D_2x3x4x5] 2025-06-05T23:46:16.9644307Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[zeros] 2025-06-05T23:46:16.9645848Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-05T23:46:16.9647347Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-05T23:46:16.9649005Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9650346Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d] 2025-06-05T23:46:16.9651803Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_pos] 2025-06-05T23:46:16.9652935Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_neg] 2025-06-05T23:46:16.9654544Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-05T23:46:16.9655933Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-05T23:46:16.9657552Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d] 2025-06-05T23:46:16.9658846Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze4d_dims] 2025-06-05T23:46:16.9660317Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[zeros] 2025-06-05T23:46:16.9661465Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_2D_4x4] 2025-06-05T23:46:16.9662872Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_neg] 2025-06-05T23:46:16.9663944Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ramp] 2025-06-05T23:46:16.9665436Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-05T23:46:16.9666864Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-05T23:46:16.9668609Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze4d_dims] 2025-06-05T23:46:16.9669987Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9671581Z [gw1] [ 82%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_2D_4x4] 2025-06-05T23:46:16.9672922Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_3D_4x4x4] 2025-06-05T23:46:16.9674307Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ramp] 2025-06-05T23:46:16.9675326Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[zeros] 2025-06-05T23:46:16.9676798Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9678134Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d] 2025-06-05T23:46:16.9679616Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_3D_4x4x4] 2025-06-05T23:46:16.9680939Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_4D_2x2x4x4] 2025-06-05T23:46:16.9682329Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[zeros] 2025-06-05T23:46:16.9683343Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ones] 2025-06-05T23:46:16.9684717Z [gw0] [ 83%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d] 2025-06-05T23:46:16.9685980Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze4d_dims] 2025-06-05T23:46:16.9687497Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_4D_2x2x4x4] 2025-06-05T23:46:16.9688673Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[zeros] 2025-06-05T23:46:16.9690237Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-05T23:46:16.9691682Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-05T23:46:16.9693682Z [gw0] [ 83%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze4d_dims] 2025-06-05T23:46:16.9695018Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9696519Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[zeros] 2025-06-05T23:46:16.9697801Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:16.9699281Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ones] 2025-06-05T23:46:16.9700374Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[rand] 2025-06-05T23:46:16.9701836Z [gw0] [ 83%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9703140Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d] 2025-06-05T23:46:16.9704789Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-05T23:46:16.9706187Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-05T23:46:16.9707613Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[rand] 2025-06-05T23:46:16.9708673Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_pos] 2025-06-05T23:46:16.9710205Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:16.9711529Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_5] 2025-06-05T23:46:16.9713011Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_pos] 2025-06-05T23:46:16.9714116Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_neg] 2025-06-05T23:46:16.9715647Z [gw0] [ 83%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d] 2025-06-05T23:46:16.9716931Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze4d_dims] 2025-06-05T23:46:16.9718420Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_5] 2025-06-05T23:46:16.9719591Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_50] 2025-06-05T23:46:16.9720985Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_neg] 2025-06-05T23:46:16.9722036Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ramp] 2025-06-05T23:46:16.9723504Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-05T23:46:16.9724771Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ones] 2025-06-05T23:46:16.9726254Z [gw0] [ 83%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze4d_dims] 2025-06-05T23:46:16.9727704Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9729237Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ones] 2025-06-05T23:46:16.9730417Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand] 2025-06-05T23:46:16.9731944Z [gw0] [ 83%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d_dims_mix] 2025-06-05T23:46:16.9733312Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:16.9734773Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ramp] 2025-06-05T23:46:16.9735802Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[zeros] 2025-06-05T23:46:16.9737133Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_50] 2025-06-05T23:46:16.9738343Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_1D_10] 2025-06-05T23:46:16.9740023Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:16.9741461Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:16.9743020Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand] 2025-06-05T23:46:16.9744233Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-05T23:46:16.9745621Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[zeros] 2025-06-05T23:46:16.9746716Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ones] 2025-06-05T23:46:16.9748214Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:16.9749646Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8065137Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-05T23:46:30.8066167Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-05T23:46:30.8067473Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8068606Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:30.8069759Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ones] 2025-06-05T23:46:30.8070589Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[rand] 2025-06-05T23:46:30.8071671Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-05T23:46:30.8073076Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-05T23:46:30.8074222Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[rand] 2025-06-05T23:46:30.8075066Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_pos] 2025-06-05T23:46:30.8076207Z [gw1] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_1D_10] 2025-06-05T23:46:30.8077149Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_2D_5x5] 2025-06-05T23:46:30.8078393Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:30.8079501Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:30.8080714Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-05T23:46:30.8081726Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_pos] 2025-06-05T23:46:30.8083003Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_2D_5x5] 2025-06-05T23:46:30.8083840Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_3D_5x5x5] 2025-06-05T23:46:30.8084958Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:30.8085922Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8086955Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_pos] 2025-06-05T23:46:30.8087695Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_neg] 2025-06-05T23:46:30.8088660Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_3D_5x5x5] 2025-06-05T23:46:30.8089491Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_4D_2x3x4x5] 2025-06-05T23:46:30.8090516Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_pos] 2025-06-05T23:46:30.8091482Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_neg] 2025-06-05T23:46:30.8092501Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_4D_2x3x4x5] 2025-06-05T23:46:30.8093544Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[zeros] 2025-06-05T23:46:30.8094483Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[zeros] 2025-06-05T23:46:30.8095274Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_2D_4x4] 2025-06-05T23:46:30.8096506Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8097452Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:30.8098526Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_neg] 2025-06-05T23:46:30.8099303Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ramp] 2025-06-05T23:46:30.8100316Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_neg] 2025-06-05T23:46:30.8101215Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_neg] 2025-06-05T23:46:30.8102301Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_2D_4x4] 2025-06-05T23:46:30.8103256Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_3D_4x4x4] 2025-06-05T23:46:30.8104522Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_neg] 2025-06-05T23:46:30.8105531Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ramp] 2025-06-05T23:46:30.8107081Z [gw0] [ 84%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:30.8108376Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:30.8109726Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ramp] 2025-06-05T23:46:30.8110735Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp16] 2025-06-05T23:46:30.8112029Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_3D_4x4x4] 2025-06-05T23:46:30.8113099Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_4D_2x2x4x4] 2025-06-05T23:46:30.8114493Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp16] 2025-06-05T23:46:30.8115637Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp32] 2025-06-05T23:46:30.8116985Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ramp] 2025-06-05T23:46:30.8117940Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ramp] 2025-06-05T23:46:30.8119355Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_4D_2x2x4x4] 2025-06-05T23:46:30.8120365Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[zeros] 2025-06-05T23:46:30.8121540Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp32] 2025-06-05T23:46:30.8122524Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8] 2025-06-05T23:46:30.8123827Z [gw0] [ 84%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:30.8125005Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8126347Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ramp] 2025-06-05T23:46:30.8127377Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_zeros] 2025-06-05T23:46:30.8128735Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8] 2025-06-05T23:46:30.8130001Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8_int32] 2025-06-05T23:46:30.8131525Z [gw0] [ 84%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8132769Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:30.8134300Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8_int32] 2025-06-05T23:46:30.8135449Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int32] 2025-06-05T23:46:30.8136914Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_zeros] 2025-06-05T23:46:30.8137972Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_zeros] 2025-06-05T23:46:30.8139313Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int32] 2025-06-05T23:46:30.8140471Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int8_fp32] 2025-06-05T23:46:30.8141826Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_zeros] 2025-06-05T23:46:30.8142841Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ones] 2025-06-05T23:46:30.8144311Z [gw0] [ 84%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze3d_dim_neg_2] 2025-06-05T23:46:30.8145629Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:30.8147158Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int8_fp32] 2025-06-05T23:46:30.8148293Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int16_fp32] 2025-06-05T23:46:30.8149763Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[zeros] 2025-06-05T23:46:30.8150968Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:30.8152505Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ones] 2025-06-05T23:46:30.8153472Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ones] 2025-06-05T23:46:30.8154845Z [gw1] [ 84%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:30.8155924Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[1d_dim_0_keep] 2025-06-05T23:46:30.8157344Z [gw0] [ 84%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_pos_3] 2025-06-05T23:46:30.8158518Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:30.8159986Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[1d_dim_0_keep] 2025-06-05T23:46:30.8162085Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[2d_dim_1_no_keep] 2025-06-05T23:46:30.8163578Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int16_fp32] 2025-06-05T23:46:30.8164688Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp32] 2025-06-05T23:46:30.8166237Z [gw0] [ 85%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_neg_2] 2025-06-05T23:46:41.9951333Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze3d_dims_0_1] 2025-06-05T23:46:41.9953361Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[2d_dim_1_no_keep] 2025-06-05T23:46:41.9954238Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[3d_dims_keep] 2025-06-05T23:46:41.9955103Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp32] 2025-06-05T23:46:41.9955771Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp16] 2025-06-05T23:46:41.9957119Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze3d_dims_0_1] 2025-06-05T23:46:41.9958379Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:41.9960024Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[3d_dims_keep] 2025-06-05T23:46:41.9961171Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_no_keep] 2025-06-05T23:46:41.9962634Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ones] 2025-06-05T23:46:41.9963650Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_rand] 2025-06-05T23:46:41.9964870Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp16] 2025-06-05T23:46:41.9965981Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_bf16] 2025-06-05T23:46:41.9967290Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_no_keep] 2025-06-05T23:46:41.9968360Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dim_3_keep] 2025-06-05T23:46:41.9969714Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_bf16] 2025-06-05T23:46:41.9970720Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_zeros] 2025-06-05T23:46:41.9972081Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dim_3_keep] 2025-06-05T23:46:41.9973286Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_keep] 2025-06-05T23:46:41.9974559Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_zeros] 2025-06-05T23:46:41.9975906Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_zeros] 2025-06-05T23:46:41.9977116Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_rand] 2025-06-05T23:46:41.9978094Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_rand] 2025-06-05T23:46:41.9979481Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:41.9980812Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:41.9982292Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_keep] 2025-06-05T23:46:41.9983519Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[1d_dim_0_keep] 2025-06-05T23:46:41.9984775Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_zeros] 2025-06-05T23:46:41.9985940Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ones] 2025-06-05T23:46:41.9987254Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:41.9988417Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze3d_dims_0_1] 2025-06-05T23:46:41.9989673Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ones] 2025-06-05T23:46:41.9990727Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ones] 2025-06-05T23:46:41.9992113Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[1d_dim_0_keep] 2025-06-05T23:46:41.9993445Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[2d_dim_1_no_keep] 2025-06-05T23:46:41.9994822Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_rand] 2025-06-05T23:46:41.9995976Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_pos] 2025-06-05T23:46:41.9997314Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ones] 2025-06-05T23:46:41.9998242Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_rand] 2025-06-05T23:46:41.9999493Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_rand] 2025-06-05T23:46:42.0000388Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_rand] 2025-06-05T23:46:42.0001627Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze3d_dims_0_1] 2025-06-05T23:46:42.0002963Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:42.0004323Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_pos] 2025-06-05T23:46:42.0005361Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_pos] 2025-06-05T23:46:42.0006868Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[2d_dim_1_no_keep] 2025-06-05T23:46:42.0008074Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[3d_dims_keep] 2025-06-05T23:46:42.0009680Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:42.0010860Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:42.0012241Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_pos] 2025-06-05T23:46:42.0013345Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_neg] 2025-06-05T23:46:42.0014763Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:42.0016297Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze3d_dims_0_1] 2025-06-05T23:46:42.0017669Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_rand] 2025-06-05T23:46:42.0018702Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_pos] 2025-06-05T23:46:42.0019904Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_neg] 2025-06-05T23:46:42.0020933Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_neg] 2025-06-05T23:46:42.0022298Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_pos] 2025-06-05T23:46:42.0023336Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_pos] 2025-06-05T23:46:42.0024661Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[3d_dims_keep] 2025-06-05T23:46:42.0025801Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_no_keep] 2025-06-05T23:46:42.0028043Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_pos] 2025-06-05T23:46:42.0029069Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_neg] 2025-06-05T23:46:42.0030343Z [gw2] [ 86%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_neg] 2025-06-05T23:46:42.0031350Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ramp] 2025-06-05T23:46:42.0032776Z [gw0] [ 86%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze3d_dims_0_1] 2025-06-05T23:46:42.0033964Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:42.0035356Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_neg] 2025-06-05T23:46:42.0036328Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_neg] 2025-06-05T23:46:42.0037678Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_no_keep] 2025-06-05T23:46:42.0038923Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dim_3_keep] 2025-06-05T23:46:42.0040444Z [gw0] [ 86%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:42.0041609Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:42.0042973Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_neg] 2025-06-05T23:46:42.0044023Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ramp] 2025-06-05T23:46:42.0045406Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ramp] 2025-06-05T23:46:42.0046429Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ramp] 2025-06-05T23:46:42.0047779Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dim_3_keep] 2025-06-05T23:46:42.0048849Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_keep] 2025-06-05T23:46:42.0050074Z [gw2] [ 86%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ramp] 2025-06-05T23:46:42.0051079Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ramp] 2025-06-05T23:46:42.0052445Z [gw0] [ 86%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:42.0053586Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze3d_dims_0_1] 2025-06-05T23:46:42.0054918Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ramp] 2025-06-05T23:46:42.0055911Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_zeros] 2025-06-05T23:46:59.0789917Z [gw2] [ 86%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ramp] 2025-06-05T23:46:59.0791239Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_5] 2025-06-05T23:46:59.0792995Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_zeros] 2025-06-05T23:46:59.0794230Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_zeros] 2025-06-05T23:46:59.0795725Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_zeros] 2025-06-05T23:46:59.0796931Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ones] 2025-06-05T23:46:59.0798473Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_keep] 2025-06-05T23:46:59.0799765Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[1d_dim_0_keep] 2025-06-05T23:46:59.0801393Z [gw0] [ 86%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze3d_dims_0_1] 2025-06-05T23:46:59.0802865Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:59.0804639Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_5] 2025-06-05T23:46:59.0805969Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 5)] 2025-06-05T23:46:59.0807503Z [gw1] [ 86%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[1d_dim_0_keep] 2025-06-05T23:46:59.0808761Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[2d_dim_1_no_keep] 2025-06-05T23:46:59.0810416Z [gw0] [ 86%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_1] 2025-06-05T23:46:59.0811904Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:59.0813512Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ones] 2025-06-05T23:46:59.0814713Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ones] 2025-06-05T23:46:59.0816450Z [gw0] [ 86%] XFAIL backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_2] 2025-06-05T23:46:59.0817815Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_5] 2025-06-05T23:46:59.0819324Z [gw1] [ 86%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[2d_dim_1_no_keep] 2025-06-05T23:46:59.0820558Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[3d_dims_keep] 2025-06-05T23:46:59.0822014Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ones] 2025-06-05T23:46:59.0823308Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_rand] 2025-06-05T23:46:59.0824764Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_5] 2025-06-05T23:46:59.0826011Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_50] 2025-06-05T23:46:59.0827589Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_50] 2025-06-05T23:46:59.0828836Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_1D_10] 2025-06-05T23:46:59.0830314Z [gw1] [ 86%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[3d_dims_keep] 2025-06-05T23:46:59.0831544Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_no_keep] 2025-06-05T23:46:59.0833112Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_1D_10] 2025-06-05T23:46:59.0834371Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_2D_5x5] 2025-06-05T23:46:59.0835850Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_rand] 2025-06-05T23:46:59.0837060Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_rand] 2025-06-05T23:46:59.0838614Z [gw1] [ 86%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_no_keep] 2025-06-05T23:46:59.0839865Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dim_3_keep] 2025-06-05T23:46:59.0841375Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_2D_5x5] 2025-06-05T23:46:59.0842639Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_3D_5x5x5] 2025-06-05T23:46:59.0844189Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_3D_5x5x5] 2025-06-05T23:46:59.0845475Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_4D_2x3x4x5] 2025-06-05T23:46:59.0846990Z [gw1] [ 86%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dim_3_keep] 2025-06-05T23:46:59.0848215Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_keep] 2025-06-05T23:46:59.0849771Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 5)] 2025-06-05T23:46:59.0851180Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4)] 2025-06-05T23:46:59.0852772Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_4D_2x3x4x5] 2025-06-05T23:46:59.0854029Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[zeros] 2025-06-05T23:46:59.0855476Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_rand] 2025-06-05T23:46:59.0856703Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_pos] 2025-06-05T23:46:59.0858240Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_pos] 2025-06-05T23:46:59.0859515Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_pos] 2025-06-05T23:46:59.0861052Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_pos] 2025-06-05T23:46:59.0862324Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_neg] 2025-06-05T23:46:59.0863846Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[zeros] 2025-06-05T23:46:59.0865079Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_2D_4x4] 2025-06-05T23:46:59.0866603Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_2D_4x4] 2025-06-05T23:46:59.0867893Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_3D_4x4x4] 2025-06-05T23:46:59.0869420Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_neg] 2025-06-05T23:46:59.0870749Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_neg] 2025-06-05T23:46:59.0872382Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_3D_4x4x4] 2025-06-05T23:46:59.0873689Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_4D_2x2x4x4] 2025-06-05T23:46:59.0875255Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_neg] 2025-06-05T23:46:59.0876489Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ramp] 2025-06-05T23:46:59.0878021Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_4D_2x2x4x4] 2025-06-05T23:46:59.0879296Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[zeros] 2025-06-05T23:46:59.0880738Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_keep] 2025-06-05T23:46:59.0881960Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[1d_dim_0_keep] 2025-06-05T23:46:59.0883425Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ramp] 2025-06-05T23:46:59.0884632Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ramp] 2025-06-05T23:46:59.0886143Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[zeros] 2025-06-05T23:46:59.0887524Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:59.0889244Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4)] 2025-06-05T23:46:59.0890604Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4, 3)] 2025-06-05T23:46:59.0892167Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[1d_dim_0_keep] 2025-06-05T23:46:59.0893554Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[2d_dim_1_no_keep] 2025-06-05T23:46:59.0895263Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[randn_4D_mutltiple_broadcasts] 2025-06-05T23:46:59.0896655Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_5] 2025-06-05T23:46:59.0898148Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[2d_dim_1_no_keep] 2025-06-05T23:46:59.0899518Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[3d_dims_keep] 2025-06-05T23:46:59.0900975Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ramp] 2025-06-05T23:46:59.0902184Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_zeros] 2025-06-05T23:46:59.0903648Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_5] 2025-06-05T23:46:59.0904884Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_50] 2025-06-05T23:46:59.0906345Z [gw3] [ 87%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_zeros] 2025-06-05T23:46:59.0907524Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_zeros] 2025-06-05T23:46:59.0908976Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[3d_dims_keep] 2025-06-05T23:46:59.0910211Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_no_keep] 2025-06-05T23:46:59.0911739Z [gw3] [ 87%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_zeros] 2025-06-05T23:46:59.0912993Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ones] 2025-06-05T23:47:12.2967859Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_no_keep] 2025-06-05T23:47:12.2969106Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dim_3_keep] 2025-06-05T23:47:12.2970532Z [gw3] [ 87%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ones] 2025-06-05T23:47:12.2971773Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ones] 2025-06-05T23:47:12.2973188Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_50] 2025-06-05T23:47:12.2974317Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_1D_10] 2025-06-05T23:47:12.2975800Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dim_3_keep] 2025-06-05T23:47:12.2976906Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_keep] 2025-06-05T23:47:12.2978500Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4, 3)] 2025-06-05T23:47:12.2979785Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_5] 2025-06-05T23:47:12.2981197Z [gw3] [ 87%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ones] 2025-06-05T23:47:12.2982331Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_rand] 2025-06-05T23:47:12.2983763Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_1D_10] 2025-06-05T23:47:12.2984965Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_2D_5x5] 2025-06-05T23:47:12.2986581Z [gw3] [ 87%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_rand] 2025-06-05T23:47:12.2987748Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_rand] 2025-06-05T23:47:12.2989213Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_5] 2025-06-05T23:47:12.2990469Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 5)] 2025-06-05T23:47:12.2992059Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_keep] 2025-06-05T23:47:12.2993540Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_0_dim] 2025-06-05T23:47:12.2995110Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_2D_5x5] 2025-06-05T23:47:12.2996336Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_3D_5x5x5] 2025-06-05T23:47:12.2997873Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 5)] 2025-06-05T23:47:12.2999172Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4)] 2025-06-05T23:47:12.3000635Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_0_dim] 2025-06-05T23:47:12.3001785Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_2_dim] 2025-06-05T23:47:12.3003043Z [gw3] [ 88%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_rand] 2025-06-05T23:47:12.3003984Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_pos] 2025-06-05T23:47:12.3005220Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_3D_5x5x5] 2025-06-05T23:47:12.3010273Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_4D_2x3x4x5] 2025-06-05T23:47:12.3011611Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4)] 2025-06-05T23:47:12.3012725Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4, 3)] 2025-06-05T23:47:12.3014256Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_2_dim] 2025-06-05T23:47:12.3015424Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_1_dim] 2025-06-05T23:47:12.3022669Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_4D_2x3x4x5] 2025-06-05T23:47:12.3024026Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_scale] 2025-06-05T23:47:12.3025743Z [gw3] [ 88%] XFAIL backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_pos] 2025-06-05T23:47:12.3027489Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_size_negative] 2025-06-05T23:47:12.3029357Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4, 3)] 2025-06-05T23:47:12.3030460Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_5] 2025-06-05T23:47:12.3032386Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_scale] 2025-06-05T23:47:12.3034294Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_size] 2025-06-05T23:47:12.3036093Z [gw2] [ 88%] XPASS backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_5] 2025-06-05T23:47:12.3037328Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 5)] 2025-06-05T23:47:12.3039246Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_size] 2025-06-05T23:47:12.3041348Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_scale] 2025-06-05T23:47:12.3043894Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_size_negative] 2025-06-05T23:47:12.3046004Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale] 2025-06-05T23:47:12.3048315Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_1_dim] 2025-06-05T23:47:12.3049555Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[zeros] 2025-06-05T23:47:12.3050860Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[zeros] 2025-06-05T23:47:12.3051915Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ones] 2025-06-05T23:47:12.3053223Z [gw2] [ 88%] XPASS backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 5)] 2025-06-05T23:47:12.3054448Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4)] 2025-06-05T23:47:12.3056162Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale] 2025-06-05T23:47:12.3057966Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale_one_dim] 2025-06-05T23:47:12.3060391Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_scale] 2025-06-05T23:47:12.3062448Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_size] 2025-06-05T23:47:12.3064222Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ones] 2025-06-05T23:47:12.3065259Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[rand] 2025-06-05T23:47:12.3066762Z [gw2] [ 88%] XPASS backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4)] 2025-06-05T23:47:12.3068060Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4, 3)] 2025-06-05T23:47:12.3070098Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale_one_dim] 2025-06-05T23:47:12.3072169Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_size] 2025-06-05T23:47:12.3073970Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[rand] 2025-06-05T23:47:12.3075148Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_pos] 2025-06-05T23:47:12.3077111Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_size] 2025-06-05T23:47:12.3079048Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_negative] 2025-06-05T23:47:12.3081204Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_size] 2025-06-05T23:47:12.3082919Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_scale] 2025-06-05T23:47:12.3084814Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_pos] 2025-06-05T23:47:12.3085918Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_neg] 2025-06-05T23:47:12.3087403Z [gw2] [ 88%] XPASS backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4, 3)] 2025-06-05T23:47:12.3088670Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_5] 2025-06-05T23:47:12.3090807Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_negative] 2025-06-05T23:47:12.3093185Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_one_dim_negative] 2025-06-05T23:47:12.3095150Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_neg] 2025-06-05T23:47:21.9665509Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ramp] 2025-06-05T23:47:21.9667700Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_scale] 2025-06-05T23:47:21.9669753Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_size] 2025-06-05T23:47:21.9671559Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ramp] 2025-06-05T23:47:21.9672990Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[zeros] 2025-06-05T23:47:21.9674750Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_size] 2025-06-05T23:47:21.9676604Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_scale] 2025-06-05T23:47:21.9679137Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_one_dim_negative] 2025-06-05T23:47:21.9681332Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_size_negative] 2025-06-05T23:47:21.9683229Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[zeros] 2025-06-05T23:47:21.9684305Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ones] 2025-06-05T23:47:21.9686371Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_scale] 2025-06-05T23:47:21.9688363Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_size] 2025-06-05T23:47:21.9690222Z [gw2] [ 88%] XFAIL backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_5] 2025-06-05T23:47:21.9691468Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 5)] 2025-06-05T23:47:21.9693118Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ones] 2025-06-05T23:47:21.9694825Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_size] 2025-06-05T23:47:21.9697212Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_size] 2025-06-05T23:47:21.9699064Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_scale] 2025-06-05T23:47:21.9700862Z [gw2] [ 89%] XFAIL backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 5)] 2025-06-05T23:47:21.9702043Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4)] 2025-06-05T23:47:21.9703921Z [gw1] [ 89%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_size] 2025-06-05T23:47:21.9705982Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-05T23:47:21.9708438Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_scale] 2025-06-05T23:47:21.9710532Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_size] 2025-06-05T23:47:21.9713036Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_size_negative] 2025-06-05T23:47:21.9715209Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_double_scale_negative] 2025-06-05T23:47:21.9717211Z [gw2] [ 89%] XFAIL backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4)] 2025-06-05T23:47:21.9718524Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4, 3)] 2025-06-05T23:47:21.9720102Z [gw2] [ 89%] XFAIL backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4, 3)] 2025-06-05T23:47:21.9721837Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale] 2025-06-05T23:47:21.9724385Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_double_scale_negative] 2025-06-05T23:47:21.9726534Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_double_size_negative] 2025-06-05T23:47:21.9728725Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_size] 2025-06-05T23:47:21.9730484Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_scale] 2025-06-05T23:47:21.9732980Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale] 2025-06-05T23:47:21.9735391Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale_one_dim] 2025-06-05T23:47:21.9738140Z [gw1] [ 89%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-05T23:47:21.9740334Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-05T23:47:21.9742870Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_scale] 2025-06-05T23:47:21.9744883Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_size] 2025-06-05T23:47:21.9747418Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_double_size_negative] 2025-06-05T23:47:21.9749589Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_scale_negative] 2025-06-05T23:47:21.9752054Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale_one_dim] 2025-06-05T23:47:21.9754008Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_size] 2025-06-05T23:47:21.9756678Z [gw1] [ 89%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-05T23:47:21.9758618Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale] 2025-06-05T23:47:21.9760876Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_size] 2025-06-05T23:47:21.9763063Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_negative] 2025-06-05T23:47:21.9765566Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_size] 2025-06-05T23:47:21.9767733Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_scale] 2025-06-05T23:47:21.9770038Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale] 2025-06-05T23:47:21.9771867Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale_one_dim] 2025-06-05T23:47:21.9774403Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_scale_negative] 2025-06-05T23:47:21.9776459Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_size_negative] 2025-06-05T23:47:21.9778820Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_negative] 2025-06-05T23:47:21.9780897Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_one_dim_negative] 2025-06-05T23:47:21.9783476Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_scale] 2025-06-05T23:47:21.9785683Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_size] 2025-06-05T23:47:21.9788072Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale_one_dim] 2025-06-05T23:47:21.9789942Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_size] 2025-06-05T23:47:29.9834684Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_one_dim_negative] 2025-06-05T23:47:29.9836914Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_size_negative] 2025-06-05T23:47:29.9839196Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_size] 2025-06-05T23:47:29.9840979Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_scale] 2025-06-05T23:47:29.9843502Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_size_negative] 2025-06-05T23:47:29.9845365Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale] 2025-06-05T23:47:29.9847704Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_size_negative] 2025-06-05T23:47:29.9849894Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_scale_negative] 2025-06-05T23:47:29.9852223Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_scale] 2025-06-05T23:47:29.9854008Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_size] 2025-06-05T23:47:29.9856536Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_size] 2025-06-05T23:47:29.9858923Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_scale] 2025-06-05T23:47:29.9861331Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale] 2025-06-05T23:47:29.9863337Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale_one_dim] 2025-06-05T23:47:29.9865799Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_scale_negative] 2025-06-05T23:47:29.9867968Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_size_negative] 2025-06-05T23:47:29.9870081Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_size] 2025-06-05T23:47:29.9871822Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_scale] 2025-06-05T23:47:29.9874334Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_scale] 2025-06-05T23:47:29.9876342Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_size] 2025-06-05T23:47:29.9878688Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_scale] 2025-06-05T23:47:29.9880444Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_size] 2025-06-05T23:47:29.9882768Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_size_negative] 2025-06-05T23:47:29.9884918Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_scale_negative] 2025-06-05T23:47:29.9887509Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale_one_dim] 2025-06-05T23:47:29.9889509Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_size] 2025-06-05T23:47:29.9891926Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_size] 2025-06-05T23:47:29.9894360Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_scale] 2025-06-05T23:47:29.9896785Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_size] 2025-06-05T23:47:29.9898329Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_scale] 2025-06-05T23:47:29.9900496Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_scale_negative] 2025-06-05T23:47:29.9902568Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_size_negative] 2025-06-05T23:47:29.9904965Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_size] 2025-06-05T23:47:29.9906923Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_scale] 2025-06-05T23:47:29.9909126Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_scale] 2025-06-05T23:47:29.9910861Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_size] 2025-06-05T23:47:29.9913393Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_scale] 2025-06-05T23:47:29.9915542Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_size] 2025-06-05T23:47:29.9917999Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_size] 2025-06-05T23:47:29.9920187Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-05T23:47:29.9922506Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_scale] 2025-06-05T23:47:29.9924303Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_size] 2025-06-05T23:47:29.9926871Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_size_negative] 2025-06-05T23:47:29.9929095Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale] 2025-06-05T23:47:29.9931585Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-05T23:47:29.9933830Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-05T23:47:29.9936124Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_size] 2025-06-05T23:47:29.9937913Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_scale] 2025-06-05T23:47:29.9940325Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale] 2025-06-05T23:47:29.9942398Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale_one_dim] 2025-06-05T23:47:29.9944951Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-05T23:47:29.9947044Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_negative] 2025-06-05T23:47:29.9949370Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_scale] 2025-06-05T23:47:29.9951025Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_size] 2025-06-05T23:47:29.9953393Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale_one_dim] 2025-06-05T23:47:29.9955438Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_size] 2025-06-05T23:47:29.9957966Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_negative] 2025-06-05T23:47:37.7185291Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_one_dim_negative] 2025-06-05T23:47:37.7187902Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_size] 2025-06-05T23:47:37.7189432Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale] 2025-06-05T23:47:37.7190896Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_size] 2025-06-05T23:47:37.7191925Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_scale] 2025-06-05T23:47:37.7193484Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_size] 2025-06-05T23:47:37.7194531Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_scale] 2025-06-05T23:47:37.7195738Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale] 2025-06-05T23:47:37.7196757Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale_one_dim] 2025-06-05T23:47:37.7198255Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_one_dim_negative] 2025-06-05T23:47:37.7199846Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_size_negative] 2025-06-05T23:47:37.7202201Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale_one_dim] 2025-06-05T23:47:37.7203906Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_size] 2025-06-05T23:47:37.7205859Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_scale] 2025-06-05T23:47:37.7207562Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_size] 2025-06-05T23:47:37.7209724Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_scale] 2025-06-05T23:47:37.7211354Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_size] 2025-06-05T23:47:37.7213237Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_size] 2025-06-05T23:47:37.7214943Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_scale] 2025-06-05T23:47:37.7217206Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_size] 2025-06-05T23:47:37.7219030Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_scale] 2025-06-05T23:47:37.7221049Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_scale] 2025-06-05T23:47:37.7222731Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_size] 2025-06-05T23:47:37.7224981Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_size_negative] 2025-06-05T23:47:37.7227037Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_scale_negative] 2025-06-05T23:47:37.7229134Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_scale] 2025-06-05T23:47:37.7230899Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_size] 2025-06-05T23:47:37.7233038Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_size] 2025-06-05T23:47:37.7234860Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_scale] 2025-06-05T23:47:37.7236922Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_size] 2025-06-05T23:47:37.7238459Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_scale] 2025-06-05T23:47:37.7240479Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_scale_negative] 2025-06-05T23:47:37.7242483Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_size_negative] 2025-06-05T23:47:37.7244976Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_size] 2025-06-05T23:47:37.7246850Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_scale] 2025-06-05T23:47:37.7248996Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_scale] 2025-06-05T23:47:37.7250685Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_size] 2025-06-05T23:47:37.7252811Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_size_negative] 2025-06-05T23:47:37.7254775Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_scale_negative] 2025-06-05T23:47:37.7257030Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_scale] 2025-06-05T23:47:37.7258710Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_size] 2025-06-05T23:47:37.7260617Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_size] 2025-06-05T23:47:37.7262420Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_scale] 2025-06-05T23:47:37.7264419Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_scale] 2025-06-05T23:47:37.7266044Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_size] 2025-06-05T23:47:37.7268461Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_scale_negative] 2025-06-05T23:47:37.7270166Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_and_half_scale] 2025-06-05T23:47:37.7272236Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_scale] 2025-06-05T23:47:37.7273787Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_size] 2025-06-05T23:47:37.7275621Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_size] 2025-06-05T23:47:37.7277310Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_and_half_scale] 2025-06-05T23:47:37.7279442Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_and_half_scale] 2025-06-05T23:47:37.7281146Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_and_half_size] 2025-06-05T23:47:37.7283146Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_and_half_size] 2025-06-05T23:47:37.7284897Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale] 2025-06-05T23:47:37.7286989Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_and_half_scale] 2025-06-05T23:47:37.7288863Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_and_half_size] 2025-06-05T23:47:45.2723975Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_size] 2025-06-05T23:47:45.2725970Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_scale] 2025-06-05T23:47:45.2728191Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_size] 2025-06-05T23:47:45.2729925Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_scale] 2025-06-05T23:47:45.2732000Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale] 2025-06-05T23:47:45.2733908Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale_one_dim] 2025-06-05T23:47:45.2736601Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_and_half_size] 2025-06-05T23:47:45.2738653Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_negative] 2025-06-05T23:47:45.2741098Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_scale] 2025-06-05T23:47:45.2743135Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_size] 2025-06-05T23:47:45.2745627Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_scale] 2025-06-05T23:47:45.2747566Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_size] 2025-06-05T23:47:45.2749942Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale_one_dim] 2025-06-05T23:47:45.2752057Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_size] 2025-06-05T23:47:45.2754320Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_size] 2025-06-05T23:47:45.2756117Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_negative] 2025-06-05T23:47:45.2758323Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_negative] 2025-06-05T23:47:45.2760503Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_one_dim_negative] 2025-06-05T23:47:45.2763147Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_size] 2025-06-05T23:47:45.2765111Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale] 2025-06-05T23:47:45.2767382Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_size] 2025-06-05T23:47:45.2769365Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_scale] 2025-06-05T23:47:45.2771665Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale] 2025-06-05T23:47:45.2773676Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale_one_dim] 2025-06-05T23:47:45.2776264Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_negative] 2025-06-05T23:47:45.2778450Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_one_dim_negative] 2025-06-05T23:47:45.2780727Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_one_dim_negative] 2025-06-05T23:47:45.2782584Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_size_negative] 2025-06-05T23:47:45.2785001Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale_one_dim] 2025-06-05T23:47:45.2786988Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_size] 2025-06-05T23:47:45.2789585Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_one_dim_negative] 2025-06-05T23:47:45.2791777Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_size_negative] 2025-06-05T23:47:45.2794532Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_size] 2025-06-05T23:47:45.2796486Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_scale] 2025-06-05T23:47:45.2799026Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_size_negative] 2025-06-05T23:47:45.2801166Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_double_scale_negative] 2025-06-05T23:47:45.2803661Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_size_negative] 2025-06-05T23:47:45.2805610Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_scale_negative] 2025-06-05T23:47:45.2807903Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_scale] 2025-06-05T23:47:45.2809791Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_size] 2025-06-05T23:47:45.2811985Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_scale] 2025-06-05T23:47:45.2814004Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_size] 2025-06-05T23:47:45.2816345Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_scale_negative] 2025-06-05T23:47:45.2818425Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_size_negative] 2025-06-05T23:47:45.2820671Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_size] 2025-06-05T23:47:45.2822530Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_scale] 2025-06-05T23:47:45.2824806Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_size_negative] 2025-06-05T23:47:45.2826859Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_scale_negative] 2025-06-05T23:47:45.2829261Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_scale] 2025-06-05T23:47:45.2831044Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_size] 2025-06-05T23:47:45.2833100Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_size] 2025-06-05T23:47:45.2834749Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_scale] 2025-06-05T23:47:45.2836993Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_size] 2025-06-05T23:47:45.2838889Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_scale] 2025-06-05T23:47:45.2841399Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_scale_negative] 2025-06-05T23:47:45.2843558Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_size_negative] 2025-06-05T23:47:57.2243833Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_double_scale_negative] 2025-06-05T23:47:57.2246085Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_double_size_negative] 2025-06-05T23:47:57.2248607Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_scale] 2025-06-05T23:47:57.2250315Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_size] 2025-06-05T23:47:57.2267602Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_size_negative] 2025-06-05T23:47:57.2269467Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale] 2025-06-05T23:47:57.2271626Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_double_size_negative] 2025-06-05T23:47:57.2273524Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_same_scale_negative] 2025-06-05T23:47:57.2275428Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_size] 2025-06-05T23:47:57.2277256Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_scale] 2025-06-05T23:47:57.2279206Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_scale] 2025-06-05T23:47:57.2280854Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_size] 2025-06-05T23:47:57.2282921Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_scale] 2025-06-05T23:47:57.2284695Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_size] 2025-06-05T23:47:57.2286724Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_size] 2025-06-05T23:47:57.2288372Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:47:57.2290549Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_same_scale_negative] 2025-06-05T23:47:57.2292304Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_same_size_negative] 2025-06-05T23:47:57.2294722Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale] 2025-06-05T23:47:57.2296558Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale_one_dim] 2025-06-05T23:47:57.2298645Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_size] 2025-06-05T23:47:57.2300245Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_and_half_scale] 2025-06-05T23:47:57.2302378Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_and_half_scale] 2025-06-05T23:47:57.2304134Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_and_half_size] 2025-06-05T23:47:57.2306194Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale_one_dim] 2025-06-05T23:47:57.2307911Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_size] 2025-06-05T23:47:57.2310113Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_same_size_negative] 2025-06-05T23:47:57.2311840Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_scale] 2025-06-05T23:47:57.2313798Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:47:57.2315064Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:47:57.2317007Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_and_half_size] 2025-06-05T23:47:57.2318677Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale] 2025-06-05T23:47:57.2320630Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_size] 2025-06-05T23:47:57.2322522Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_scale] 2025-06-05T23:47:57.2324741Z [gw0] [ 92%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_scale] 2025-06-05T23:47:57.2326232Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_size] 2025-06-05T23:47:57.2328059Z [gw0] [ 92%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_size] 2025-06-05T23:47:57.2329628Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_scale] 2025-06-05T23:47:57.2331726Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_scale] 2025-06-05T23:47:57.2333715Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_size] 2025-06-05T23:47:57.2335773Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale] 2025-06-05T23:47:57.2337348Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale_one_dim] 2025-06-05T23:47:57.2339015Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:47:57.2340295Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:47:57.2342169Z [gw0] [ 92%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_scale] 2025-06-05T23:47:57.2344144Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_size] 2025-06-05T23:47:57.2346300Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale_one_dim] 2025-06-05T23:47:57.2348166Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_size] 2025-06-05T23:47:57.2350371Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_size] 2025-06-05T23:47:57.2352173Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_scale] 2025-06-05T23:47:57.2354153Z [gw0] [ 92%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_size] 2025-06-05T23:47:57.2355881Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_scale] 2025-06-05T23:47:57.2357847Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_size] 2025-06-05T23:47:57.2359538Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_scale] 2025-06-05T23:47:57.2361260Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:47:57.2362612Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:47:57.2364451Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_scale] 2025-06-05T23:47:57.2366186Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_size] 2025-06-05T23:47:57.2368282Z [gw0] [ 93%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_scale] 2025-06-05T23:48:11.0817252Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_size] 2025-06-05T23:48:11.0819774Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_scale] 2025-06-05T23:48:11.0821446Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_size] 2025-06-05T23:48:11.0823145Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_size] 2025-06-05T23:48:11.0824211Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0825435Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_size] 2025-06-05T23:48:11.0826569Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_scale] 2025-06-05T23:48:11.0827859Z [gw1] [ 93%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:11.0828695Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:48:11.0830471Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0831889Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:11.0834010Z [gw0] [ 93%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_size] 2025-06-05T23:48:11.0835749Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_scale] 2025-06-05T23:48:11.0837993Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_scale] 2025-06-05T23:48:11.0839765Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_size] 2025-06-05T23:48:11.0841843Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:11.0843514Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:11.0845835Z [gw0] [ 93%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_scale] 2025-06-05T23:48:11.0847915Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_size] 2025-06-05T23:48:11.0849910Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_size] 2025-06-05T23:48:11.0851523Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_scale] 2025-06-05T23:48:11.0853293Z [gw1] [ 93%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:48:11.0854626Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:48:11.0856239Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:11.0857824Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0859783Z [gw0] [ 93%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_size] 2025-06-05T23:48:11.0861565Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_scale] 2025-06-05T23:48:11.0863685Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_scale] 2025-06-05T23:48:11.0865275Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_size] 2025-06-05T23:48:11.0867144Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_size] 2025-06-05T23:48:11.0868708Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_and_half_scale] 2025-06-05T23:48:11.0870652Z [gw0] [ 93%] XPASS backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_scale] 2025-06-05T23:48:11.0872356Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4] 2025-06-05T23:48:11.0873931Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0875465Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0877029Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4] 2025-06-05T23:48:11.0878138Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_big] 2025-06-05T23:48:11.0879626Z [gw1] [ 93%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:48:11.0880822Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:48:11.0882199Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_big] 2025-06-05T23:48:11.0883133Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4] 2025-06-05T23:48:11.0884423Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4] 2025-06-05T23:48:11.0885443Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4_big] 2025-06-05T23:48:11.0887158Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_and_half_scale] 2025-06-05T23:48:11.0889009Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_and_half_size] 2025-06-05T23:48:11.0891128Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0892440Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:11.0894238Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4_big] 2025-06-05T23:48:11.0895185Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_3] 2025-06-05T23:48:11.0896791Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_and_half_size] 2025-06-05T23:48:11.0898239Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:11.0899593Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_3] 2025-06-05T23:48:11.0900657Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_2] 2025-06-05T23:48:11.0902029Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:11.0903261Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:48:11.0905258Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:11.0906581Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:11.0908199Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:48:11.0909503Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:48:11.0911242Z [gw1] [ 93%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:48:11.0912508Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:11.0913848Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_2] 2025-06-05T23:48:11.0915014Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_same] 2025-06-05T23:48:11.0916434Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:48:11.0917585Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:48:11.0919275Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:11.0920632Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:11.0922042Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_same] 2025-06-05T23:48:11.0922992Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_1d_neg] 2025-06-05T23:48:27.7336957Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:48:27.7338656Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:27.7340134Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_1d_neg] 2025-06-05T23:48:27.7341208Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_neg] 2025-06-05T23:48:27.7342665Z [gw1] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:27.7344034Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:48:27.7345832Z [gw3] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7347296Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7348828Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_neg] 2025-06-05T23:48:27.7349919Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d_small] 2025-06-05T23:48:27.7351447Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-05T23:48:27.7352765Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_2] 2025-06-05T23:48:27.7354093Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d_small] 2025-06-05T23:48:27.7355199Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d] 2025-06-05T23:48:27.7356487Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_2] 2025-06-05T23:48:27.7357587Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_same] 2025-06-05T23:48:27.7359236Z [gw3] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7360723Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:27.7362428Z [gw1] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:48:27.7363772Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:48:27.7365218Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d] 2025-06-05T23:48:27.7366276Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2d] 2025-06-05T23:48:27.7367566Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2d] 2025-06-05T23:48:27.7368629Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_3d] 2025-06-05T23:48:27.7369903Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_3d] 2025-06-05T23:48:27.7371053Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_1] 2025-06-05T23:48:27.7372367Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_same] 2025-06-05T23:48:27.7373464Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_1d_neg] 2025-06-05T23:48:27.7374936Z [gw1] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-05T23:48:27.7376295Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:48:27.7377769Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_1] 2025-06-05T23:48:27.7378802Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2] 2025-06-05T23:48:27.7380069Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_1d_neg] 2025-06-05T23:48:27.7381119Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_neg] 2025-06-05T23:48:27.7382677Z [gw3] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:27.7384169Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:27.7385663Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2] 2025-06-05T23:48:27.7386720Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4] 2025-06-05T23:48:27.7388053Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_neg] 2025-06-05T23:48:27.7389122Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d_small] 2025-06-05T23:48:27.7390465Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d_small] 2025-06-05T23:48:27.7391528Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d] 2025-06-05T23:48:27.7395123Z [gw1] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-05T23:48:27.7396491Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:27.7398245Z [gw3] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:27.7399737Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7401394Z [gw1] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:27.7402748Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-05T23:48:27.7404343Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4] 2025-06-05T23:48:27.7405461Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_big] 2025-06-05T23:48:27.7406774Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d] 2025-06-05T23:48:27.7407805Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2d] 2025-06-05T23:48:27.7409292Z [gw1] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-05T23:48:27.7410632Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:27.7412316Z [gw3] [ 94%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7413797Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7415408Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_big] 2025-06-05T23:48:27.7416513Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4] 2025-06-05T23:48:27.7417774Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2d] 2025-06-05T23:48:27.7418798Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_3d] 2025-06-05T23:48:27.7420242Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:27.7421576Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:48:27.7423010Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_3d] 2025-06-05T23:48:27.7424023Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_1] 2025-06-05T23:48:27.7425304Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4] 2025-06-05T23:48:27.7426410Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4_big] 2025-06-05T23:48:27.7428043Z [gw3] [ 95%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-05T23:48:27.7429530Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:27.7431070Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4_big] 2025-06-05T23:48:27.7432246Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_3] 2025-06-05T23:48:27.7433600Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_1] 2025-06-05T23:48:27.7434608Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2] 2025-06-05T23:48:27.7436451Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:48:27.7437789Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:27.7439232Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_3] 2025-06-05T23:48:27.7440305Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_1d_neg] 2025-06-05T23:48:27.7441568Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_1d_neg] 2025-06-05T23:48:27.7442612Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_neg] 2025-06-05T23:48:27.7444138Z [gw3] [ 95%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:48:27.7445631Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:27.7447170Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2] 2025-06-05T23:48:27.7448214Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4] 2025-06-05T23:48:42.8938642Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:42.8940027Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-05T23:48:42.8941598Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_neg] 2025-06-05T23:48:42.8942723Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d_small] 2025-06-05T23:48:42.8944106Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4] 2025-06-05T23:48:42.8945201Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_big] 2025-06-05T23:48:42.8946630Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d_small] 2025-06-05T23:48:42.8947990Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d] 2025-06-05T23:48:42.8949599Z [gw3] [ 95%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:48:42.8950909Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_1d_neg] 2025-06-05T23:48:42.8952354Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_big] 2025-06-05T23:48:42.8953365Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4] 2025-06-05T23:48:42.8954755Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_1d_neg] 2025-06-05T23:48:42.8955901Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_neg] 2025-06-05T23:48:42.8957159Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d] 2025-06-05T23:48:42.8958218Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2d] 2025-06-05T23:48:42.8960029Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-05T23:48:42.8961397Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:42.8962924Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_neg] 2025-06-05T23:48:42.8964023Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d_small] 2025-06-05T23:48:42.8965323Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4] 2025-06-05T23:48:42.8966568Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4_big] 2025-06-05T23:48:42.8968164Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:42.8969490Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:48:42.8971039Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4_big] 2025-06-05T23:48:42.8972186Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_3] 2025-06-05T23:48:42.8973476Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2d] 2025-06-05T23:48:42.8974513Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_3d] 2025-06-05T23:48:42.8975916Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d_small] 2025-06-05T23:48:42.8976991Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d] 2025-06-05T23:48:42.8978312Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_3] 2025-06-05T23:48:42.8979359Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_2] 2025-06-05T23:48:42.8980925Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d] 2025-06-05T23:48:42.8981971Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2d] 2025-06-05T23:48:42.8983492Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:48:42.8984880Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:42.8986328Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_3d] 2025-06-05T23:48:42.8987310Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_1] 2025-06-05T23:48:42.8988569Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_2] 2025-06-05T23:48:42.8989598Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_same] 2025-06-05T23:48:42.8991015Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2d] 2025-06-05T23:48:42.8992309Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_3d] 2025-06-05T23:48:42.8993925Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_1] 2025-06-05T23:48:42.8994970Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2] 2025-06-05T23:48:42.8996261Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_3d] 2025-06-05T23:48:42.8997379Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_1] 2025-06-05T23:48:42.8998828Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:42.9000087Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:42.9001514Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_1] 2025-06-05T23:48:42.9002647Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2] 2025-06-05T23:48:42.9004104Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2] 2025-06-05T23:48:42.9005130Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4] 2025-06-05T23:48:42.9006514Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2] 2025-06-05T23:48:42.9007707Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_scalar_cond] 2025-06-05T23:48:42.9009143Z [gw2] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_same] 2025-06-05T23:48:42.9010376Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_tensor_cond] 2025-06-05T23:48:42.9011943Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4] 2025-06-05T23:48:42.9013005Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_big] 2025-06-05T23:48:42.9014483Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_tensor_cond] 2025-06-05T23:48:42.9015820Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_tensor_cond] 2025-06-05T23:48:42.9017357Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:42.9018690Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:42.9020222Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_big] 2025-06-05T23:48:42.9021282Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4] 2025-06-05T23:48:42.9022781Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_tensor_cond] 2025-06-05T23:48:42.9023964Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond] 2025-06-05T23:48:42.9025697Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond] 2025-06-05T23:48:42.9026996Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_scalar_cond] 2025-06-05T23:48:42.9028624Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-05T23:48:42.9029984Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-05T23:48:42.9031399Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4] 2025-06-05T23:48:42.9032653Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4_big] 2025-06-05T23:48:42.9034091Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_scalar_cond] 2025-06-05T23:48:42.9035367Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_scalar_cond] 2025-06-05T23:48:42.9037071Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4_big] 2025-06-05T23:48:42.9038169Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_3] 2025-06-05T23:48:42.9039685Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_scalar_cond] 2025-06-05T23:48:42.9040948Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_scalar_cond] 2025-06-05T23:48:42.9042422Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_3] 2025-06-05T23:48:42.9043464Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_2] 2025-06-05T23:48:42.9044924Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_scalar_cond] 2025-06-05T23:48:42.9046300Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_tensor_cond] 2025-06-05T23:48:42.9047894Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_scalar_cond] 2025-06-05T23:48:42.9049375Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype] 2025-06-05T23:48:42.9051108Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype] 2025-06-05T23:48:42.9052551Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype_bool] 2025-06-05T23:48:57.8937485Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype_bool] 2025-06-05T23:48:57.8939357Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_tensor_cond] 2025-06-05T23:48:57.8941093Z [gw3] [ 96%] XPASS backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_tensor_cond] 2025-06-05T23:48:57.8942628Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_tensor_cond] 2025-06-05T23:48:57.8944444Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-05T23:48:57.8945861Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:57.8947360Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_2] 2025-06-05T23:48:57.8948504Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_same] 2025-06-05T23:48:57.8950150Z [gw3] [ 96%] XPASS backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_tensor_cond] 2025-06-05T23:48:57.8951681Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_tensor_cond] 2025-06-05T23:48:57.8953335Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_same] 2025-06-05T23:48:57.8954742Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_scalar_cond] 2025-06-05T23:48:57.8956381Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-05T23:48:57.8957784Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:48:57.8959453Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_tensor_cond] 2025-06-05T23:48:57.8960799Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_tensor_cond] 2025-06-05T23:48:57.8962489Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:48:57.8963988Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:57.8965750Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_tensor_cond] 2025-06-05T23:48:57.8967222Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_tensor_cond] 2025-06-05T23:48:57.8968982Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:48:57.8970329Z backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x3x3] 2025-06-05T23:48:57.8971758Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_scalar_cond] 2025-06-05T23:48:57.8972960Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x3x3] 2025-06-05T23:48:57.8974281Z [gw1] [ 96%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x3x3] 2025-06-05T23:48:57.8975318Z backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x1] 2025-06-05T23:48:57.8976618Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x3x3] 2025-06-05T23:48:57.8977705Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x1] 2025-06-05T23:48:57.8979297Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_tensor_cond] 2025-06-05T23:48:57.8980658Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_scalar_cond] 2025-06-05T23:48:57.8982367Z [gw3] [ 97%] XPASS backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_tensor_cond] 2025-06-05T23:48:57.8983871Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_scalar_cond] 2025-06-05T23:48:57.8985412Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x1] 2025-06-05T23:48:57.8986607Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[int32_int32] 2025-06-05T23:48:57.8987929Z [gw1] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x1] 2025-06-05T23:48:57.8989039Z backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[int32_int32] 2025-06-05T23:48:57.8990454Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[int32_int32] 2025-06-05T23:48:57.8991579Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x3x3] 2025-06-05T23:48:57.8993246Z [gw1] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[int32_int32] 2025-06-05T23:48:57.8994482Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int64] 2025-06-05T23:48:57.8995962Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x3x3] 2025-06-05T23:48:57.8997060Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x1] 2025-06-05T23:48:57.8998605Z [gw3] [ 97%] XPASS backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_scalar_cond] 2025-06-05T23:48:57.9000278Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_scalar_cond] 2025-06-05T23:48:57.9002000Z [gw1] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int64] 2025-06-05T23:48:57.9003340Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int32] 2025-06-05T23:48:57.9004966Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_scalar_cond] 2025-06-05T23:48:57.9006305Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_scalar_cond] 2025-06-05T23:48:57.9007928Z [gw1] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int32] 2025-06-05T23:48:57.9009270Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[int32_int64] 2025-06-05T23:48:57.9011023Z [gw3] [ 97%] XPASS backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_scalar_cond] 2025-06-05T23:48:57.9012671Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_scalar_cond] 2025-06-05T23:48:57.9014381Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_scalar_cond] 2025-06-05T23:48:57.9015830Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[div] 2025-06-05T23:48:57.9017355Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x1] 2025-06-05T23:48:57.9018492Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[int32_int32] 2025-06-05T23:48:57.9019902Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[int32_int32] 2025-06-05T23:48:57.9021044Z backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x3x3] 2025-06-05T23:48:57.9022623Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[div] 2025-06-05T23:48:57.9024023Z backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model[rand] 2025-06-05T23:48:57.9025644Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model[rand] 2025-06-05T23:48:57.9027047Z backends/arm/test/passes/test_convert_expand_copy_to_repeat.py::test_expand_to_repeat_tosa_BI 2025-06-05T23:48:57.9028781Z [gw1] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[int32_int64] 2025-06-05T23:48:57.9030199Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[add] 2025-06-05T23:48:57.9031995Z [gw3] [ 97%] XPASS backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_scalar_cond] 2025-06-05T23:48:57.9033600Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_tensor_cond] 2025-06-05T23:48:57.9035439Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[add] 2025-06-05T23:48:57.9037130Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[sub] 2025-06-05T23:48:57.9038878Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_convert_expand_copy_to_repeat.py::test_expand_to_repeat_tosa_BI 2025-06-05T23:48:57.9040095Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[square] 2025-06-05T23:48:57.9041855Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[square] 2025-06-05T23:48:57.9043421Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_2] 2025-06-05T23:48:57.9045245Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[sub] 2025-06-05T23:48:57.9046725Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[mul] 2025-06-05T23:48:57.9048634Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_2] 2025-06-05T23:48:57.9050147Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_3] 2025-06-05T23:48:57.9051664Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x3x3] 2025-06-05T23:48:57.9052727Z backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x1] 2025-06-05T23:48:57.9054278Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_3] 2025-06-05T23:48:57.9055770Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_0] 2025-06-05T23:49:07.0593686Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_0] 2025-06-05T23:49:07.0595273Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_neg_2] 2025-06-05T23:49:07.0597414Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[mul] 2025-06-05T23:49:07.0598987Z backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_basic] 2025-06-05T23:49:07.0600884Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_neg_2] 2025-06-05T23:49:07.0602477Z backends/arm/test/passes/test_decompose_layernorm_pass.py::test_decompose_layernorm_tosa_MI 2025-06-05T23:49:07.0604194Z [gw3] [ 97%] XFAIL backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_tensor_cond] 2025-06-05T23:49:07.0605526Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_tensor_cond] 2025-06-05T23:49:07.0607286Z [gw2] [ 97%] PASSED backends/arm/test/passes/test_decompose_layernorm_pass.py::test_decompose_layernorm_tosa_MI 2025-06-05T23:49:07.0609039Z backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[default_p2] 2025-06-05T23:49:07.0610896Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x1] 2025-06-05T23:49:07.0611986Z backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[int32_int32] 2025-06-05T23:49:07.0613382Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[int32_int32] 2025-06-05T23:49:07.0614800Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_tensor] 2025-06-05T23:49:07.0616607Z [gw3] [ 98%] XFAIL backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_tensor_cond] 2025-06-05T23:49:07.0618043Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_tensor_cond] 2025-06-05T23:49:07.0619823Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_basic] 2025-06-05T23:49:07.0621467Z backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_tensor] 2025-06-05T23:49:07.0623576Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[default_p2] 2025-06-05T23:49:07.0625451Z backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[p1] 2025-06-05T23:49:07.0627586Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[p1] 2025-06-05T23:49:07.0629341Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_basic] 2025-06-05T23:49:07.0631380Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_tensor] 2025-06-05T23:49:07.0633027Z backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_basic_tosa_MI 2025-06-05T23:49:07.0635001Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_tensor] 2025-06-05T23:49:07.0636491Z backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_hardtahn[rand] 2025-06-05T23:49:07.0638135Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_basic_tosa_MI 2025-06-05T23:49:07.0639541Z backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_log_tosa_MI 2025-06-05T23:49:07.0641161Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_hardtahn[rand] 2025-06-05T23:49:07.0642491Z backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_relu[rand] 2025-06-05T23:49:07.0644097Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_log_tosa_MI 2025-06-05T23:49:07.0645579Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_keepdim] 2025-06-05T23:49:07.0647656Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_basic] 2025-06-05T23:49:07.0649375Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_tensor] 2025-06-05T23:49:07.0651151Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_relu[rand] 2025-06-05T23:49:07.0652810Z backends/arm/test/passes/test_decompose_cosine_similarity_pass.py::test_decompose_cosine_similarity_tosa_BI[cosine_basic] 2025-06-05T23:49:07.0654906Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_keepdim] 2025-06-05T23:49:07.0656532Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_no_keepdim] 2025-06-05T23:49:07.0658279Z [gw3] [ 98%] XFAIL backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_tensor_cond] 2025-06-05T23:49:07.0659647Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_scalar_cond] 2025-06-05T23:49:07.0661431Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_no_keepdim] 2025-06-05T23:49:07.0663093Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_keepdim] 2025-06-05T23:49:07.0665112Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_keepdim] 2025-06-05T23:49:07.0666849Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_no_keepdim] 2025-06-05T23:49:07.0668987Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_no_keepdim] 2025-06-05T23:49:07.0670555Z backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-05T23:49:07.0672489Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_tensor] 2025-06-05T23:49:07.0674216Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_basic] 2025-06-05T23:49:07.0676183Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-05T23:49:07.0677752Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-06-05T23:49:07.0679879Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-06-05T23:49:07.0681568Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_buffer] 2025-06-05T23:49:07.0683408Z [gw3] [ 98%] XFAIL backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_scalar_cond] 2025-06-05T23:49:07.0684751Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_scalar_cond] 2025-06-05T23:49:07.0686542Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_buffer] 2025-06-05T23:49:07.0688199Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_const_tensor] 2025-06-05T23:49:07.0690209Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_const_tensor] 2025-06-05T23:49:07.0691901Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_parameter] 2025-06-05T23:49:07.0694079Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_basic] 2025-06-05T23:49:07.0695779Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-06-05T23:49:07.0697958Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-06-05T23:49:07.0699710Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-06-05T23:49:07.0701533Z [gw3] [ 98%] XFAIL backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_scalar_cond] 2025-06-05T23:49:07.0703006Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_buffer] 2025-06-05T23:49:07.0704950Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_parameter] 2025-06-05T23:49:07.0706755Z backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_state_dict_tosa_MI 2025-06-05T23:49:07.0708922Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-06-05T23:49:07.0710849Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-06-05T23:49:07.0713233Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_cosine_similarity_pass.py::test_decompose_cosine_similarity_tosa_BI[cosine_basic] 2025-06-05T23:49:07.0715009Z backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_basic] 2025-06-05T23:49:36.8637336Z [gw0] [ 98%] PASSED backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_state_dict_tosa_MI 2025-06-05T23:49:36.8639065Z backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI[rand] 2025-06-05T23:49:36.8640192Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_basic] 2025-06-05T23:49:36.8641091Z backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_tensor] 2025-06-05T23:49:36.8642645Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-06-05T23:49:36.8644051Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_parameter] 2025-06-05T23:49:36.8645173Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_tensor] 2025-06-05T23:49:36.8646007Z backends/arm/test/passes/test_remove_clone_pass.py::test_remove_clone_tosa_BI 2025-06-05T23:49:36.8647255Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_parameter] 2025-06-05T23:49:36.8648370Z backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-06-05T23:49:36.8649802Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-06-05T23:49:36.8650902Z backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-06-05T23:49:36.8651855Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-06-05T23:49:36.8652568Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[rand] 2025-06-05T23:49:36.8653533Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_buffer] 2025-06-05T23:49:36.8654774Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_const_tensor] 2025-06-05T23:49:36.8655940Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_remove_clone_pass.py::test_remove_clone_tosa_BI 2025-06-05T23:49:36.8656934Z backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-06-05T23:49:36.8658010Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-06-05T23:49:36.8658987Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[ones] 2025-06-05T23:49:36.8660146Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_const_tensor] 2025-06-05T23:49:36.8661425Z backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_constants_tosa_MI 2025-06-05T23:49:36.8663052Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_constants_tosa_MI 2025-06-05T23:49:36.8664337Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_large] 2025-06-05T23:49:36.8665826Z [gw0] [ 99%] PASSED backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI[rand] 2025-06-05T23:49:36.8667230Z backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI[rand_rand] 2025-06-05T23:49:36.8668814Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[rand] 2025-06-05T23:49:36.8669881Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn] 2025-06-05T23:49:36.8671193Z [gw0] [ 99%] PASSED backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI[rand_rand] 2025-06-05T23:49:36.8672219Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn] 2025-06-05T23:49:36.8673609Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_large] 2025-06-05T23:49:36.8674746Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[rand] 2025-06-05T23:49:36.8675934Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[ones] 2025-06-05T23:49:36.8677022Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_ones] 2025-06-05T23:49:36.8677966Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn] 2025-06-05T23:49:36.8678720Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[ones] 2025-06-05T23:49:36.8679601Z [gw0] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn] 2025-06-05T23:49:36.8680337Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_ones] 2025-06-05T23:49:36.8681379Z [gw3] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[rand] 2025-06-05T23:49:36.8682475Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_large] 2025-06-05T23:49:36.8683686Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_ones] 2025-06-05T23:49:36.8684917Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[rand] 2025-06-05T23:49:36.8686283Z [gw0] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_ones] 2025-06-05T23:49:36.8687216Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[ones] 2025-06-05T23:49:36.8688535Z [gw3] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_large] 2025-06-05T23:49:36.8689753Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_ones] 2025-06-05T23:49:36.8691094Z [gw2] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[ones] 2025-06-05T23:49:36.8692230Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn] 2025-06-05T23:49:36.8694005Z [gw1] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[rand] 2025-06-05T23:49:36.8695968Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_large] 2025-06-05T23:49:36.8697238Z [gw0] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[ones] 2025-06-05T23:49:36.8698432Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-06-05T23:49:36.8700250Z [gw0] [ 99%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-06-05T23:49:36.8701541Z backends/arm/test/quantizer/test_generic_annotater.py::test_reshape 2025-06-05T23:49:36.8702784Z [gw3] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_ones] 2025-06-05T23:49:36.8704324Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-06-05T23:49:36.8706084Z [gw2] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn] 2025-06-05T23:49:36.8707137Z backends/arm/test/quantizer/test_generic_annotater.py::test_squeeze 2025-06-05T23:49:36.8708647Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-06-05T23:49:36.8709860Z backends/arm/test/quantizer/test_generic_annotater.py::test_slice 2025-06-05T23:49:36.8711060Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_reshape 2025-06-05T23:49:36.8712075Z backends/arm/test/quantizer/test_generic_annotater.py::test_view 2025-06-05T23:49:36.8713148Z [gw3] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_slice 2025-06-05T23:49:36.8714071Z backends/arm/test/quantizer/test_generic_annotater.py::test_tile 2025-06-05T23:49:36.8714998Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_view 2025-06-05T23:49:36.8715959Z backends/arm/test/quantizer/test_generic_annotater.py::test_flip 2025-06-05T23:49:36.8717026Z [gw2] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_squeeze 2025-06-05T23:49:36.8718016Z backends/arm/test/quantizer/test_generic_annotater.py::test_transpose 2025-06-05T23:49:36.8719348Z [gw1] [ 99%] XFAIL backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_large] 2025-06-05T23:49:36.8720331Z backends/arm/test/quantizer/test_generic_annotater.py::test_unsqueeze 2025-06-05T23:49:36.8721242Z [gw3] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_tile 2025-06-05T23:49:36.8721964Z backends/arm/test/quantizer/test_generic_annotater.py::test_concat 2025-06-05T23:49:36.8723236Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_flip 2025-06-05T23:49:36.8724420Z [gw1] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_unsqueeze 2025-06-05T23:49:36.8725553Z [gw2] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_transpose 2025-06-05T23:49:36.8726711Z [gw3] [100%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_concat 2025-06-05T23:49:36.8727244Z 2025-06-05T23:49:36.8727550Z =============================== warnings summary =============================== 2025-06-05T23:49:36.8728498Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-05T23:49:36.8729695Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-05T23:49:36.8730744Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-05T23:49:36.8731816Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-05T23:49:36.8733539Z /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-05T23:49:36.8734895Z import pkg_resources 2025-06-05T23:49:36.8735135Z 2025-06-05T23:49:36.8735567Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-05T23:49:36.8736335Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-05T23:49:36.8736990Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-05T23:49:36.8737626Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-05T23:49:36.8738780Z /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-05T23:49:36.8740910Z 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-05T23:49:36.8742275Z declare_namespace(pkg) 2025-06-05T23:49:36.8742489Z 2025-06-05T23:49:36.8742921Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-05T23:49:36.8744178Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-05T23:49:36.8745248Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-05T23:49:36.8746104Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-05T23:49:36.8747330Z /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-05T23:49:36.8748279Z _warnings.warn( 2025-06-05T23:49:36.8748421Z 2025-06-05T23:49:36.8748540Z ops/test_batch_norm.py: 18 warnings 2025-06-05T23:49:36.8748837Z ops/test_conv_combos.py: 9 warnings 2025-06-05T23:49:36.8749532Z /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-05T23:49:36.8750328Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8750647Z 2025-06-05T23:49:36.8750840Z misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_bn_relu] 2025-06-05T23:49:36.8751636Z /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-05T23:49:36.8752576Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8752897Z 2025-06-05T23:49:36.8753001Z ops/test_bitwise.py: 12 warnings 2025-06-05T23:49:36.8753276Z ops/test_any.py: 15 warnings 2025-06-05T23:49:36.8753552Z ops/test_conv3d.py: 2 warnings 2025-06-05T23:49:36.8753822Z ops/test_batch_norm.py: 3 warnings 2025-06-05T23:49:36.8754114Z ops/test_eye.py: 6 warnings 2025-06-05T23:49:36.8754382Z ops/test_full.py: 2 warnings 2025-06-05T23:49:36.8754643Z ops/test_logical.py: 16 warnings 2025-06-05T23:49:36.8754922Z ops/test_ones.py: 6 warnings 2025-06-05T23:49:36.8755184Z ops/test_lshift.py: 18 warnings 2025-06-05T23:49:36.8755462Z ops/test_rshift.py: 18 warnings 2025-06-05T23:49:36.8755737Z ops/test_scalar_tensor.py: 3 warnings 2025-06-05T23:49:36.8756042Z ops/test_scalars.py: 1 warning 2025-06-05T23:49:36.8756309Z ops/test_to_copy.py: 5 warnings 2025-06-05T23:49:36.8756591Z ops/test_zeros.py: 6 warnings 2025-06-05T23:49:36.8757504Z /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-05T23:49:36.8758519Z For migrations of users: 2025-06-05T23:49:36.8759289Z 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-05T23:49:36.8760765Z 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-05T23:49:36.8762054Z 3. pt2e quantization has been migrated to torchao (https://github.com/pytorch/ao/tree/main/torchao/quantization/pt2e) 2025-06-05T23:49:36.8762766Z see https://github.com/pytorch/ao/issues/2259 for more details 2025-06-05T23:49:36.8763294Z return torch_convert_pt2e(model, use_reference_representation, fold_quantize) 2025-06-05T23:49:36.8763644Z 2025-06-05T23:49:36.8763765Z misc/test_debug_feats.py: 1 warning 2025-06-05T23:49:36.8764053Z ops/test_bmm.py: 12 warnings 2025-06-05T23:49:36.8764446Z misc/test_partition_decomposed_quantized_ops.py: 1 warning 2025-06-05T23:49:36.8764820Z ops/test_add.py: 15 warnings 2025-06-05T23:49:36.8765112Z ops/test_linalg_vector_norm.py: 9 warnings 2025-06-05T23:49:36.8765423Z ops/test_sigmoid.py: 1 warning 2025-06-05T23:49:36.8765706Z ops/test_sub.py: 21 warnings 2025-06-05T23:49:36.8766560Z /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-05T23:49:36.8767525Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8767875Z 2025-06-05T23:49:36.8768032Z ops/test_add.py::test_add_tensor_tosa_BI_i32[5d_float] 2025-06-05T23:49:36.8768427Z ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_ones] 2025-06-05T23:49:36.8768832Z ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_randn] 2025-06-05T23:49:36.8769244Z ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_1] 2025-06-05T23:49:36.8769639Z ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_2] 2025-06-05T23:49:36.8770078Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-05T23:49:36.8771035Z /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-05T23:49:36.8772011Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8772312Z 2025-06-05T23:49:36.8772422Z ops/test_gelu.py: 24 warnings 2025-06-05T23:49:36.8772694Z ops/test_layer_norm.py: 12 warnings 2025-06-05T23:49:36.8772986Z ops/test_erf.py: 12 warnings 2025-06-05T23:49:36.8773250Z ops/test_group_norm.py: 18 warnings 2025-06-05T23:49:36.8773546Z ops/test_exp.py: 12 warnings 2025-06-05T23:49:36.8773804Z ops/test_cos.py: 12 warnings 2025-06-05T23:49:36.8774090Z ops/test_linalg_vector_norm.py: 6 warnings 2025-06-05T23:49:36.8774449Z ops/test_hardsigmoid.py: 12 warnings 2025-06-05T23:49:36.8774749Z ops/test_div.py: 20 warnings 2025-06-05T23:49:36.8775013Z ops/test_hardswish.py: 12 warnings 2025-06-05T23:49:36.8775306Z ops/test_log.py: 12 warnings 2025-06-05T23:49:36.8775580Z ops/test_logsoftmax.py: 48 warnings 2025-06-05T23:49:36.8775859Z ops/test_pow.py: 14 warnings 2025-06-05T23:49:36.8776133Z ops/test_reciprocal.py: 18 warnings 2025-06-05T23:49:36.8776418Z ops/test_rsqrt.py: 8 warnings 2025-06-05T23:49:36.8776701Z ops/test_sigmoid_32bit.py: 24 warnings 2025-06-05T23:49:36.8776995Z ops/test_softmax.py: 32 warnings 2025-06-05T23:49:36.8777278Z ops/test_silu.py: 32 warnings 2025-06-05T23:49:36.8777551Z ops/test_sigmoid_16bit.py: 24 warnings 2025-06-05T23:49:36.8777852Z ops/test_sigmoid.py: 12 warnings 2025-06-05T23:49:36.8778118Z ops/test_sin.py: 12 warnings 2025-06-05T23:49:36.8778385Z ops/test_sqrt.py: 10 warnings 2025-06-05T23:49:36.8778654Z ops/test_tanh.py: 12 warnings 2025-06-05T23:49:36.8778956Z ops/test_unary.py: 24 warnings 2025-06-05T23:49:36.8779250Z passes/test_rescale_pass.py: 30 warnings 2025-06-05T23:49:36.8781060Z /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-05T23:49:36.8782899Z table_attr.TableAttribute(np.array(table)) 2025-06-05T23:49:36.8783131Z 2025-06-05T23:49:36.8783247Z ops/test_group_norm.py: 16 warnings 2025-06-05T23:49:36.8784113Z /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-05T23:49:36.8785095Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8785401Z 2025-06-05T23:49:36.8785618Z ops/test_conv_combos.py::test_convolution_2d_tosa_BI_block_bottleneck 2025-06-05T23:49:36.8786166Z ops/test_conv_combos.py::test_convolution_2d_u55_BI_block_bottleneck 2025-06-05T23:49:36.8786678Z ops/test_conv_combos.py::test_convolution_2d_u85_BI_block_bottleneck 2025-06-05T23:49:36.8787480Z /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-05T23:49:36.8788290Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8788594Z 2025-06-05T23:49:36.8788934Z ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:49:36.8789805Z ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:49:36.8790481Z ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:49:36.8791108Z ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:49:36.8791712Z ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:49:36.8792325Z ops/test_var.py::test_var_dim_u55_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:49:36.8793123Z ops/test_var.py::test_var_dim_u85_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-05T23:49:36.8794205Z /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_9) on an already erased node 2025-06-05T23:49:36.8795183Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8795506Z 2025-06-05T23:49:36.8795612Z ops/test_layer_norm.py: 3 warnings 2025-06-05T23:49:36.8795898Z ops/test_var.py: 9 warnings 2025-06-05T23:49:36.8796850Z /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_8) on an already erased node 2025-06-05T23:49:36.8797838Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:36.8798145Z 2025-06-05T23:49:36.8798374Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-06-05T23:49:40.0553721Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-06-05T23:49:40.0554466Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-06-05T23:49:40.0555488Z /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_18) on an already erased node 2025-06-05T23:49:40.0556565Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0557017Z 2025-06-05T23:49:40.0557398Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-06-05T23:49:40.0558142Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-06-05T23:49:40.0558968Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-06-05T23:49:40.0560018Z /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_14) on an already erased node 2025-06-05T23:49:40.0561010Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0561313Z 2025-06-05T23:49:40.0561531Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-06-05T23:49:40.0562043Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-06-05T23:49:40.0562573Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-06-05T23:49:40.0563088Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-06-05T23:49:40.0563612Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-06-05T23:49:40.0564133Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-06-05T23:49:40.0565188Z /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_12) on an already erased node 2025-06-05T23:49:40.0566175Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0566474Z 2025-06-05T23:49:40.0566764Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:49:40.0567466Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:49:40.0568234Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-05T23:49:40.0569302Z /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_10) on an already erased node 2025-06-05T23:49:40.0570295Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0570600Z 2025-06-05T23:49:40.0570812Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_1] 2025-06-05T23:49:40.0571340Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_2] 2025-06-05T23:49:40.0571868Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_6] 2025-06-05T23:49:40.0572393Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_1] 2025-06-05T23:49:40.0572981Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_8] 2025-06-05T23:49:40.0574002Z /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_19) on an already erased node 2025-06-05T23:49:40.0574974Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0575287Z 2025-06-05T23:49:40.0575610Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-05T23:49:40.0576235Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-05T23:49:40.0577289Z /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_15) on an already erased node 2025-06-05T23:49:40.0578272Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0578574Z 2025-06-05T23:49:40.0578709Z ops/test_log.py::test_log_tosa_BI[randn_spread] 2025-06-05T23:49:40.0579080Z ops/test_log.py::test_log_u55_BI[randn_spread] 2025-06-05T23:49:40.0579427Z ops/test_log.py::test_log_u85_BI[randn_spread] 2025-06-05T23:49:40.0580288Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchao/quantization/pt2e/observer.py:1296: UserWarning: torch.inf detected in input tensor, ignoring input 2025-06-05T23:49:40.0581231Z warnings.warn("torch.inf detected in input tensor, ignoring input") 2025-06-05T23:49:40.0581578Z 2025-06-05T23:49:40.0581819Z ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:49:40.0582419Z ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:49:40.0582997Z ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:49:40.0583580Z ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:49:40.0584163Z ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-05T23:49:40.0584732Z ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-05T23:49:40.0585297Z ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:49:40.0585808Z ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-05T23:49:40.0586804Z /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_4) on an already erased node 2025-06-05T23:49:40.0587808Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0588124Z 2025-06-05T23:49:40.0588223Z ops/test_var.py: 11 warnings 2025-06-05T23:49:40.0589071Z /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_6) on an already erased node 2025-06-05T23:49:40.0590037Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0590351Z 2025-06-05T23:49:40.0590630Z ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:49:40.0591218Z ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:49:40.0591782Z ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-05T23:49:40.0593369Z /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_7) on an already erased node 2025-06-05T23:49:40.0594348Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0594664Z 2025-06-05T23:49:40.0594855Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-05T23:49:40.0595823Z /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-05T23:49:40.0596789Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-05T23:49:40.0597105Z 2025-06-05T23:49:40.0597346Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-06-05T23:49:40.0598556Z = 2039 passed, 82 skipped, 1148 xfailed, 96 xpassed, 757 warnings in 1144.93s (0:19:04) = 2025-06-05T23:49:40.0599272Z test_arm_baremetal.sh test_pytest_ops: PASS 2025-06-05T23:49:40.0679856Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:49:40.0680370Z with: 2025-06-05T23:49:40.0680662Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:40.0681054Z fail-on-empty: false 2025-06-05T23:49:40.0681274Z env: 2025-06-05T23:49:40.0681519Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:40.0681868Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:40.0682130Z PR_NUMBER: 2025-06-05T23:49:40.0683669Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:40.0685538Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:40.0686115Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:40.0686653Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:40.0687014Z ##[endgroup] 2025-06-05T23:49:40.1300980Z Prepare all required actions 2025-06-05T23:49:40.1339499Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:49:40.1339871Z with: 2025-06-05T23:49:40.1340198Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:49:40.1340760Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:49:40.1341168Z env: 2025-06-05T23:49:40.1341399Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:40.1341749Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:40.1342013Z PR_NUMBER: 2025-06-05T23:49:40.1343591Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:40.1345304Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:40.1345879Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:40.1346416Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:40.1346871Z ##[endgroup] 2025-06-05T23:49:40.1369777Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:49:40.1370477Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:49:40.1379688Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:40.1380061Z env: 2025-06-05T23:49:40.1380321Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:40.1380665Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:40.1380941Z PR_NUMBER: 2025-06-05T23:49:40.1382489Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:40.1384230Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:40.1384804Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:40.1385334Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:40.1385851Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:49:40.1386404Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:49:40.1386811Z ##[endgroup] 2025-06-05T23:49:40.1686791Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-05T23:49:40.3859759Z latest: Pulling from tool/alpine 2025-06-05T23:49:40.3860220Z 540db60ca938: Pulling fs layer 2025-06-05T23:49:40.4995373Z 540db60ca938: Verifying Checksum 2025-06-05T23:49:40.4995726Z 540db60ca938: Download complete 2025-06-05T23:49:40.5805706Z 540db60ca938: Pull complete 2025-06-05T23:49:40.5913854Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:49:40.5954415Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:49:42.3389124Z Prepare all required actions 2025-06-05T23:49:42.3416003Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:49:42.3416368Z with: 2025-06-05T23:49:42.3416648Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:49:42.3417115Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:49:42.3417560Z env: 2025-06-05T23:49:42.3417796Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:42.3418146Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:42.3418414Z PR_NUMBER: 2025-06-05T23:49:42.3420011Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:42.3421761Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:42.3422337Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:42.3422879Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:42.3423245Z ##[endgroup] 2025-06-05T23:49:42.3446738Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:49:42.3447434Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:49:42.3456318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:42.3456694Z env: 2025-06-05T23:49:42.3457066Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:42.3457434Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:42.3457701Z PR_NUMBER: 2025-06-05T23:49:42.3459244Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:42.3460983Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:42.3461560Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:42.3462092Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:42.3462613Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:49:42.3463101Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:49:42.3463438Z ##[endgroup] 2025-06-05T23:49:43.4497962Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:49:43.4498587Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:49:43.4499036Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:49:43.4499569Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:49:43.4500175Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:49:43.4500644Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:49:43.4501061Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:49:43.4501381Z  fi 2025-06-05T23:49:43.4501650Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:49:43.4502092Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:49:43.4502478Z  fi 2025-06-05T23:49:43.4502722Z fi 2025-06-05T23:49:43.4502923Z  2025-06-05T23:49:43.4503129Z upload_docs=0 2025-06-05T23:49:43.4503505Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:49:43.4504054Z # empty folders do not count 2025-06-05T23:49:43.4504484Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:49:43.4505076Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:49:43.4505551Z  # upload will probably not work correctly 2025-06-05T23:49:43.4505889Z  upload_docs=1 2025-06-05T23:49:43.4506134Z fi 2025-06-05T23:49:43.4506425Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:43.4512521Z shell: /usr/bin/bash -e {0} 2025-06-05T23:49:43.4512788Z env: 2025-06-05T23:49:43.4513044Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:43.4513391Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:43.4513670Z PR_NUMBER: 2025-06-05T23:49:43.4515191Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:43.4516925Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:43.4517503Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:43.4518035Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:43.4518431Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:49:43.4518762Z ##[endgroup] 2025-06-05T23:49:43.4638865Z Prepare all required actions 2025-06-05T23:49:43.4674995Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:49:43.4675361Z with: 2025-06-05T23:49:43.4675548Z env: 2025-06-05T23:49:43.4675803Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:43.4676154Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:43.4676429Z PR_NUMBER: 2025-06-05T23:49:43.4677971Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:43.4679714Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:43.4680324Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:43.4680857Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:43.4681238Z ##[endgroup] 2025-06-05T23:49:43.4706026Z ##[group]Run set -eou pipefail 2025-06-05T23:49:43.4706341Z set -eou pipefail 2025-06-05T23:49:43.4706619Z  2025-06-05T23:49:43.4707086Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:49:43.4707674Z for _ in $(seq 1440); do 2025-06-05T23:49:43.4708137Z  # Break if no ssh session exists anymore 2025-06-05T23:49:43.4708617Z  if [ "$(who)" = "" ]; then 2025-06-05T23:49:43.4708984Z  break 2025-06-05T23:49:43.4709298Z  fi 2025-06-05T23:49:43.4709610Z  echo "." 2025-06-05T23:49:43.4710002Z  sleep 5 2025-06-05T23:49:43.4710416Z done 2025-06-05T23:49:43.4717303Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:43.4717715Z env: 2025-06-05T23:49:43.4717961Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:43.4718315Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:43.4718579Z PR_NUMBER: 2025-06-05T23:49:43.4720106Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:43.4721941Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:43.4722520Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:43.4723046Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:43.4723428Z ##[endgroup] 2025-06-05T23:49:43.4746162Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:49:43.4820225Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:43.4820819Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:43.4821274Z # shellcheck disable=SC2046 2025-06-05T23:49:43.4821602Z docker stop $(docker ps -q) || true 2025-06-05T23:49:43.4821938Z # Prune all of the docker images 2025-06-05T23:49:43.4822247Z docker system prune -af 2025-06-05T23:49:43.4827920Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:43.4828309Z env: 2025-06-05T23:49:43.4828571Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:43.4828917Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:43.4829201Z PR_NUMBER: 2025-06-05T23:49:43.4830916Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:43.4832863Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:43.4833451Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:43.4834030Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:43.4834405Z ##[endgroup] 2025-06-05T23:49:54.5294438Z b9884bc620de 2025-06-05T23:49:55.0124343Z Deleted Containers: 2025-06-05T23:49:55.0124930Z b9884bc620dea6303ae969f14b78dbfb49dbcb7c23170824fcdf743fabfaa323 2025-06-05T23:49:55.0125397Z 2025-06-05T23:49:57.7757379Z Deleted Images: 2025-06-05T23:49:57.7757990Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:49:57.7758992Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:49:57.7759965Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:49:57.7760634Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:49:57.7761530Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:57.7762802Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-05T23:49:57.7763818Z deleted: sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad 2025-06-05T23:49:57.7764458Z deleted: sha256:5ec601ff95a05daba3cfa975165fec54009d3f235b3bffe3840ed920708e19e6 2025-06-05T23:49:57.7765126Z deleted: sha256:d4ff3fbb3ee1e372db334df0deb64ad5811a8fb59eb2f3b55166bb51e0a6a00a 2025-06-05T23:49:57.7765773Z deleted: sha256:13b9dc560352117be7cdbf8c9eb2d388c305715dec91fd8f2dd24e6330985d57 2025-06-05T23:49:57.7766420Z deleted: sha256:28199aade928a08022ff3bcc905892a68604917e4304bfc5045bac458173316f 2025-06-05T23:49:57.7767049Z deleted: sha256:d22c0c0c983837fa91aa33719705b4f83c04a336de23e3deb417758a159a9331 2025-06-05T23:49:57.7767876Z deleted: sha256:995f58b357536e57fd2a23d75b4035fc28c7f691ee117ecba82b81252776a914 2025-06-05T23:49:57.7768511Z deleted: sha256:5823e3d6e6649efc863a8b5312c2141ec7cc6067bfcd7f97ca43d7e309f74388 2025-06-05T23:49:57.7769133Z deleted: sha256:5402b2d94db9e51a4fe381173b9b4c0c7942e79d2c958970454ac282f69d12ef 2025-06-05T23:49:57.7769772Z deleted: sha256:e33f45752794bc0ded008164409bdf30abaa2c2d8099dabed02ec98006eca5c0 2025-06-05T23:49:57.7770387Z deleted: sha256:99b891705016c4b6a61b86360344948bf1ff94dd44e6f6c549073050549e85db 2025-06-05T23:49:57.7771067Z deleted: sha256:11eb87bc8c2f60ba3f5d31a02d355d21074d72f036dac5212ac9acb717769f13 2025-06-05T23:49:57.7771713Z deleted: sha256:a44ed3578f03e2160fa67337d098e4813cca068486c93617c1b151e0e45551ed 2025-06-05T23:49:57.7772332Z deleted: sha256:75f6c567b2876963fd837392b9a7ac2f0b134403afa83a29f19f4aa8d070818e 2025-06-05T23:49:57.7772962Z deleted: sha256:c194a5c3b0249f7c4b6d945ce2b2160b4f22cbc3e820351f7f6d3e206e2edbc3 2025-06-05T23:49:57.7773596Z deleted: sha256:db7ef66a1b940af1ebcd108d5465c32d41afe7e70615db0c545525fea7464d1e 2025-06-05T23:49:57.7774232Z deleted: sha256:c6f0c6c0007356db7e4308d352c535c71641cd1bf2e09690007881b4404b7c8b 2025-06-05T23:49:57.7774872Z deleted: sha256:b7a4234cbb69c9b1b6ef28a2291fb8d3f6be32f6c3374554dbd73d6c27ed7a8e 2025-06-05T23:49:57.7775554Z deleted: sha256:7179506bce74a48fac649b2439485eb565fe406667d78bb064426185245c9203 2025-06-05T23:49:57.7776179Z deleted: sha256:4128da566c1e767391cd1076cdace155fb183515f4e245c0e4963214e6637db5 2025-06-05T23:49:57.7776793Z deleted: sha256:7c75042edf3132b2949d54c6b6eaecb95426b5c939024d58903c60871b01eca4 2025-06-05T23:49:57.7777627Z deleted: sha256:d24f5c3fdfc6dac6e1d30d9cd675296fa1e0ae425708668d3c4476dde53f487c 2025-06-05T23:49:57.7778338Z deleted: sha256:632585fa2e3a4f1f3052f12cf256c77e9704e70498b3aa3ed801d161ebf4db2f 2025-06-05T23:49:57.7778974Z deleted: sha256:80b4fecf8cbf57d22bc034bd9e96ade01236ea5792e3ad0fbca7c8a1bef14d07 2025-06-05T23:49:57.7779623Z deleted: sha256:42f2808ef3fa764d4dd359409f8b0d904c86892f21543fa566639e95d16e7f34 2025-06-05T23:49:57.7780250Z deleted: sha256:f56165fb92e8468f382269b4f4b5a68ccee7b9ad9a47e975519dfcc1e9d227ea 2025-06-05T23:49:57.7780899Z deleted: sha256:6baef9a92114b1fe0cc5db5c6c84771005b1acf37eac03ce633afac431709b8e 2025-06-05T23:49:57.7781546Z deleted: sha256:b6e526fd3e38f0a22b44a36e6f0150bd7c59e9cf21eae74d4fec050c7c73de19 2025-06-05T23:49:57.7782198Z deleted: sha256:525c340bf46ccb79454e4e0f765a3c0b39a374f2301e347f88744d1589d7185e 2025-06-05T23:49:57.7782844Z deleted: sha256:0293f81f5c939bdd5e81947acbcacf4ec1b4b58bb9d029712fc7ffc4192edace 2025-06-05T23:49:57.7783489Z deleted: sha256:9f85e5da08a04976d2cfad6ab7dbcf7531fce0c7f3aa1352c4f3a89f276ec6e7 2025-06-05T23:49:57.7784159Z deleted: sha256:dffaca05acc53ad0f09dd2ee3a8dbdf2c99ae48a24e7b60e9025e55d3d0bc741 2025-06-05T23:49:57.7784807Z deleted: sha256:f60a46c766fa98bfc19ad2143c8230b4591cfe3ed0c6ce95fdc23268adfd4494 2025-06-05T23:49:57.7785445Z deleted: sha256:39c60a951c2b18262a626041ff1137e647cfcb65977b7352b0356ed098a60b26 2025-06-05T23:49:57.7786080Z deleted: sha256:ff02322f624aa4da0c0229f90e430b3960ce174fa4c88ea83447640dda32ce80 2025-06-05T23:49:57.7786702Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-05T23:49:57.7787343Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:49:57.7787726Z 2025-06-05T23:49:57.7803365Z Total reclaimed space: 14.3GB 2025-06-05T23:49:57.7865570Z ##[group]Run set +e 2025-06-05T23:49:57.7865848Z set +e 2025-06-05T23:49:57.7866087Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:49:57.7866484Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:49:57.7866842Z else 2025-06-05T23:49:57.7867113Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:49:57.7867444Z fi 2025-06-05T23:49:57.7867639Z set -e 2025-06-05T23:49:57.7874410Z shell: /usr/bin/bash -e {0} 2025-06-05T23:49:57.7874799Z env: 2025-06-05T23:49:57.7875048Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:57.7875402Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:57.7875667Z PR_NUMBER: 2025-06-05T23:49:57.7877279Z 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_ops # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:57.7879031Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:57.7879605Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:57.7880144Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:57.7880509Z NO_SUDO: false 2025-06-05T23:49:57.7880729Z ##[endgroup] 2025-06-05T23:49:59.5321838Z Post job cleanup. 2025-06-05T23:49:59.6366481Z Post job cleanup. 2025-06-05T23:49:59.7328789Z [command]/usr/bin/git version 2025-06-05T23:49:59.7398684Z git version 2.47.1 2025-06-05T23:49:59.7439954Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/77552ef3-2508-4bc9-9140-a31591f3b1ad' before making global git config changes 2025-06-05T23:49:59.7440924Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:59.7444851Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:59.7476224Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:59.7515048Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:49:59.7797697Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:59.7817694Z http.https://github.com/.extraheader 2025-06-05T23:49:59.7827318Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:49:59.7853761Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:49:59.8169195Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:49:59.8196896Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:49:59.8202436Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:59.8202819Z ##[endgroup] 2025-06-05T23:50:07.0625461Z Cleaning up orphan processes